API For Deleting Card
Last updated
Last updated
POST
cardId
Y
string
Virtual Card ID
orderNo
Y
string
Custom customer transaction flow ID
model
boolean
Is the operation successful
{
"success": true,
"error":false,
"msg": "success",
"code": 0,
"model": true,
"traceId": 1646651934238
}
{
"cardId": "c_xxxxxxxxxxx",
"orderNo": "99999"
}