v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Fetch APP ID & APP Keys

post/api/Valor/getMerchantCredential

Request body

mailIdstring required

E-mail id of the parent ISO account - Varchar (Ex: test@domain.com, Max length of 50 chars)

SubmailIdstring required

Submail / the username of the Sub ISO office - Varchar (Ex: test@domain.com, Max length of 50 chars)

passCodestring required

The password of the office login on which the merchant to be boarded

userIDstring required

Merchant user Id (Numeric - length of 11 chars)

Response

200

codeinteger
statusstring
messagestring

Example response

{
  "code": 200,
  "status": "OK",
  "message": "SUCCESS",
  "data": {
    "APP_ID": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
    "devices": [
      {
        "EPI": "2319916062",
        "DEVICE_NAME": "Device1",
        "DEVICE_TYPE": "Virtual Terminal",
        "APP_KEY": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU"
      }
    ]
  }
}