The relevant endpoint and http method information for permanent shutdown of cards are given below.
HTTP Method | URL |
---|---|
POST | /v1/cp/Issuing/CloseCardPermanently |
Params | Type | Mandatory |
---|---|---|
wallet_number | string | Yes |
account_number | string | Yes |
card_no | string | Yes |
Params | Type |
---|---|
status | int |
code | string |
message | string |
payload | object |
REQUEST (POST) :
{
"account_number": "45648646864",
"wallet_number": "1231848916",
"card_no": "434610xbbayv6789"
}
RESPONSE:
{
"status": 0,
"code": null,
"message": null,
"payload": true
}