Verify API
Last updated
Last updated
This API verify the SMS verification code, token and then do the card bind action, it needs to be used in conjunction with to complete card bind action.
Name
Required
Type
Description
oid_partner
Required
String(18)
The unique identification assigned to the merchant. E.g. 201304121000001004
sign_type
Required
String(3)
RSA or SHA256withRSA
sign
Required
String
token
Required
String
user_id
Required
String(32)
The unique identification assigned to the user in the merchant’s system
verify_code
Required
String
Name
Required
Type
Description
ret_code
Required
String(4)
ret_msg
Required
String(100)
Return message, description of ret_code
, in Chinese
The following parameters are returned only when ret_code=0000
:
Name
Required
Type
Description
sign_type
Required
String(3)
RSA
sign
Required
String
oid_partner
Required
String(18)
The unique identification assigned to the merchant. E.g. 201304121000001004
user_id
Required
String(32)
The unique identification assigned to the user in the merchant’s system
card_no
Required
String(4)
The card no used in original request.
no_agree
Optional
String(16)
Signature value, refer to
The token returned in
The SMS verification code which is sent out by
Return code, whether the request is handled successfully or not. Refer to
Signature value, refer to
A token which represents the key payment information, refer to for more details