v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
EMV

Update EMV Script

This web service is used to update the emv script which will be used during authorization transaction on ATM terminal.

post/pws/pws_update_emv_script/

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

Public token for the card

Example request

{
  "api_call_unique_identifier": "438574845790657485",
  "chip_accounts": [
    {
      "account_currency_code": "344",
      "account_number": "422477992",
      "account_type": "01",
      "account_restriction": 1
    }
  ],
  "client_id": 760131,
  "token": 422477992
}

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": {
    "script_identifier": 11223344
  }
}