The relevant endpoint and http method information for closing stolen cards are given below.
(The post-transaction card status appears as "Cancelled".)
| HTTP Method | URL |
|---|---|
| POST | /v1/cp/Issuing/CloseCardAsStolen |
| 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
}