v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

EPI Detail

post/api/Valor/checkEPILength

Request body

passCodestring required

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

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)

epistring required

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

merchantIdstring

It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)

Response

200

statusboolean
codestring
Mp_idinteger
StoreIDinteger
epistring
{"stackTrail":"paths:/api/Valor/checkEPILength:post:responses:200:content:application/json:schema:properties:SerialNo","oasType":"schema","type":"unknown"}
processor_paramsstring
messagestring
StatusUserinteger

Example response

{
  "status": true,
  "code": "200",
  "Mp_id": 18942,
  "StoreID": 22478,
  "epi": "2319917231",
  "processor_params": "{\"midFD\":\"887000003193\",\"midFD1\":null,\"vNumber\":\"75021674\",\"vNumber1\":null,\"storeNo\":\"5999\",\"storeNo1\":null,\"termNo\":\"1515\",\"termNo1\":null,\"association\":\"949006\",\"association1\":null,\"chain\":\"111111\",\"chain1\":null,\"agent\":\"0001\",\"agent1\":null,\"EbtNo\":null,\"EbtNo1\":null,\"binnumber\":\"999991\",\"binnumber1\":null,\"agentBank\":\"000000\",\"agentBank1\":null,\"industry\":\"Retail\",\"industry1\":null,\"surchargePercentage\":\"4.00\",\"label\":\"MERCHANT PORTAL LOGIN\",\"EBTcash\":0,\"EBTfood\":0,\"EBTcash1\":0,\"EBTfood1\":0}",
  "message": "epi Data Exits",
  "StatusUser": 2
}