Set Card As Passive

URL

The endpoint and http method information used to deactivate the card are given below.

(The post-transaction card status appears as "Temporary Close".)

HTTP Method URL
POST /v1/cp/Issuing/SetCardAsPassive

Request Params

Params Type Mandatory
account_number string Evet
wallet_number string Evet
card_no string Evet

Response Params

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
}