v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Create Page Token

post/?gptoken

Request body

appidstring required

Merchant APP ID (Alphanumeric - Length of 32 chars)

appkeystring required

Merchant APP Key (Alphanumeric - Length of 32 chars)

txn_typestring required

Transaction type always should be set as 'clientToken'

epistring required

EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2

Response

200

error_nostring
error_codestring
clientTokenstring
validitystring

Example response

{
  "error_no": "S00",
  "error_code": "00",
  "clientToken": "81ea2d3f-6817-11ee-974f-0e0cb783ffdb",
  "validity": "2023-10-11 09:26:06"
}