Merchant can check whether the bank card number is supported.
https://apis.geoswift.com/remittance/cardBin/verify
Name | Type& Max | Description | Requirement |
---|---|---|---|
merchantId | varchar(9) | The unique identity of the merchant in Geoswift system. Merchant can log in the merchant operation and management system to check | M |
bankCardNumber | varchar(19) | Payee bank card number | M |
partnerId | varchar(9) | The unique identifier of the secondary merchant under the main merchant in the Geoswift system. Note: this parameter can be omitted if the initiating merchant is the main merchant. |
C |
hmac | - | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to "Geoswift encryption and decryption process specification" | M |
Name | Description |
---|---|
merchantId | The same as the request parameter |
bankCardNumber | The same as the request parameter |
status | SUCCESS |
FAILED | |
ERROR | |
verifyResult | TRUE the card is supported |
FALSE the card is not supported | |
requestDateTime | Card check request time |
completeDateTime | Card check completion time |
partnerId | The same as the request parameter |
hmac | The result of parameter signature,generated by Geoswift.For the signature verification process,please reference to "Geoswift encryption and decryption process specification" |