The endpoint and http method information used to activate the card are given below.
HTTP Method | URL |
---|---|
POST | /v1/cp/Issuing/SetCardAsActive |
Params | Type | Mandatory |
---|---|---|
account_number | string | Evet |
wallet_number | string | Evet |
card_no | string | Evet |
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
}