v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Mada Pay LCM

Mada Token LCM

Mada Token LCM

post/pws/pws_mada_token_lcm

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

user_idstring

User Id of the Customer who triggered the API request.

remarksstring

Remarks for API request

tokeninteger
operationReason'USER_DECISION' | 'ISSUER_DECISION' | 'TSP_DECISION' | 'DEVICE_LOST' | 'DEVICE_STOLEN' | 'FRAUDULENT_TOKEN_TRANSACTION' | 'DEVICE_RECOVERED' | 'ACCOUNT_CLOSED' | 'OTHER'
operationType'DELETE' | 'SUSPEND' | 'RESUME' | 'ACTIVATE' | 'REPERSO' | 'ERASE' | 'TOKEN_DEVICE_BINDING_APPROVE' | 'TOKEN_DEVICE_BINDING_REMOVE' | 'TOKEN_TRUSTED_LISTING_ADD' | 'TOKEN_TRUSTED_LISTING_REMOVE'
commentTextstring

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "client_id": 760131
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "errorCode": "00",
    "tokens": [
      {
        "errorCode": "00"
      }
    ]
  }
}