API For Deleting Card
Description
Delete Card
Request URL
/open/api/card/cancel
Request Method
POST
Request Parameter
Parameter
Mandatory
Type
Description
cardId
Y
string
Virtual Card ID
orderNo
Y
string
Custom customer transaction flow ID
Request Example
{
"cardId": "c_xxxxxxxxxxx",
"orderNo": "99999"
}Response Parameter
Parameter
Type
Description
model
boolean
Is the operation successful
Response Example
Last updated