v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Mada Pay LCM

Mada Token Inquiry

Mada Token Inquiry

post/pws/pws_mada_token_inquiry

Request body

api_call_unique_identifierstring required

Unique number that must be passed at each API request. Identifier to make each API request unique

client_idinteger required

Unique identifier for the client which Paymentology will provide at outset

tokeninteger required

Inquired public token

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

tokenReferenceIDstring

Unique ID for the Token associated with the PAN.

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131,
  "token": 59669200,
  "tokenReferenceID": "DWSPMC000000000132d72d4fcb2f4136a0532d3093ff1a45"
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "actionCode": "00",
    "responseId": "sandbox10000120230824134835218",
    "accounts": [
      {
        "tokens": [
          {
            "riskInfo": {
              "deviceInfo": {
                "formFactor": "PHONE"
              }
            },
            "deviceInfo": {
              "formFactor": "PHONE"
            }
          }
        ]
      }
    ],
    "deviceBindingInfoList": [
      {
        "formFactor": "PHONE"
      }
    ]
  }
}