Set Card As Passive

URL

The relevant endpoint and https method information is given below to disable the card status.

HTTP Method URL
POST /card/setCardAsPassive

Request Params

Params Type Mandatory Description
card_no string Yes Card Number
corelation_id string Yes Corelation Id

Response Params

Params Type
status int
code string
message string
payload object
card_no string

REQUEST (POST) :

{
  "card_no": "434610lbvqig0051",
  "corelation_id": 4000001489104986
}

RESPONSE:

{
  "status": 0,
  "code": "200",
  "message": "",
  "payload": {
    "card_no": "434610lbvqig0051"
  }
}