v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

EPI Detail

post/api/valor/checkEPILength

Headers

Authorizationstring required

Generated bearer token for ISO login <a href="https://valorapi.readme.io/reference/merchant-create-bearer-token" target="_blank"><b>Generate Bearer Token</b></a>

isv-secret-keystring

ISV secret key

Request body

epistring required

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

merchantIdstring required

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

associate_user_namestring

ISO user name (Alphanumeric length of 35 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": 28193,
  "StoreID": 32116,
  "epi": "2319922983",
  "processor_params": "{\"mid\":\"887000003193\",\"mid1\":\"\",\"vNumber\":\"75021674\",\"vNumber1\":\"\",\"storeNo\":\"5999\",\"storeNo1\":\"\",\"termNo\":\"1515\",\"termNo1\":\"\",\"association\":\"949006\",\"association1\":\"\",\"chain\":\"111111\",\"chain1\":\"\",\"agent\":\"0001\",\"agent1\":\"\",\"EbtNo\":\"\",\"EbtNo1\":\"\",\"binnumber\":\"999991\",\"binnumber1\":\"\",\"agentBank\":\"000000\",\"agentBank1\":\"\",\"industry\":\"Retail\",\"industry1\":\"\",\"EBTcash\":0,\"EBTcash1\":0,\"EBTfood\":0,\"EBTfood1\":0,\"surchargeIndicator\":0,\"surchargePercentage\":\"4.00\",\"label\":\"MERCHANT PORTAL LOGIN\",\"programType\":\"surcharge\"}",
  "message": "epi Data Exits",
  "StatusUser": 1
}