2.1.35 Unbind
Path:/openapi/card/binding/remove
Method:POST
Content-Type:application/json
Response Content-Type:application/json
Description:
Unbind the card binding data that has not yet been linked to the card KYC
Example Request:
{
"mc_trade_no": "48d2741747a4493223feb22"
}
Request Parameter:
Parameter Name | Type | Required | Description |
---|---|---|---|
mc_trade_no | string | true | Transaction number, merchant defined; Maximum 64 characters |
API Response:
Parameter Name | Type | Description |
---|---|---|
code | string | Error code |
msg | string | Error message |
Example Response:
{
"code": "00000",
"msg": "ok"
}