Verify bank account
Verify the bank account used for merchant transfers.
#
RequestPOST
#
Parameterapplication/json
Field | Type | Description |
---|---|---|
merchantCode | string [5..50] characters | Unique merchant code |
bankCode | string | bank short name |
accountNumber | string | bank card number of user. |
sign | string <=512 characters | Encrypted parameters. |
#
Request Example#
Response#
Success200
application/json
Field | Type | Description |
---|---|---|
platRespCode | string | result code: "SUCCESS" "FAIL" "UNKNOWN" "NOTEXIST" "ERROR" |
platRespMessage | string | description of resp code |
accountNumber | string | bank card number of user. |
accountName | string | full name of the bank card owner |
platSign | string | Encrypted response data |