Unbind API
This API is available for your customer who wants to unbind their cards.
Request
Endpoint
Request Parameters
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
sign
Required
String
user_id
Required
String(32)
The unique identification assigned to the user in the merchant’s system
platform
Optional
String(32)
Used for sharing user information between several oid_partner
, do NOT use it if you are not sure, or ask help from LianLian Supports
pay_type
Optional
String
2, Express Payment (Debit card) 3, Express Payment (Credit card) D, Verified Payment M, easypay payment (regular payments) F, easypay payment( authorization)
no_agree
Required
String
Sample Request
Response
For this API, the unbind action is successful if you have received ret_code=0000
.
Parameters
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
Last updated