v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Check EPI

post/api/valor/checkepi

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

associate_user_namestring

ISO user name (Alphanumeric length of 35 chars)

Response

200

statusboolean
codestring
Mp_idinteger
newUserIdinteger
StoreIDinteger
epistring
{"stackTrail":"paths:/api/valor/checkepi:post:responses:200:content:application/json:schema:properties:SerialNo","oasType":"schema","type":"unknown"}
processor_paramsstring
optStatusinteger
statusEpiinteger
createdDatestring
createdByinteger
isDeletedinteger
deletedOnstring
deletedBystring

Example response

{
  "code": "200",
  "Mp_id": 15729,
  "newUserId": 34084,
  "StoreID": 18704,
  "epi": "2319915501",
  "processor_params": "{\"mid\":\"885890033738\",\"mid1\":\"\",\"vNumber\":\"77493046\",\"vNumber1\":\"\",\"storeNo\":\"7620\",\"storeNo1\":\"\",\"termNo\":\"3896\",\"termNo1\":\"\",\"association\":\"\",\"association1\":\"\",\"chain\":\"000000\",\"chain1\":\"\",\"agent\":\"7620\",\"agent1\":\"\",\"EBTcash\":0,\"EBTfood\":0,\"EbtNo\":\"\",\"EBTcash1\":0,\"EBTfood1\":0,\"EbtNo1\":\"\",\"binnumber\":\"404068\",\"binnumber1\":\"\",\"agentBank\":\"111111\",\"agentBank1\":\"\",\"industry\":\"Food/Restaurant\",\"industry1\":\"\",\"surchargeIndicator\":0,\"surchargePercentage\":0,\"label\":\"Seans Coffee & Dining\"}",
  "createdDate": "2023-09-05",
  "createdBy": 32702,
  "isDeleted": 1,
  "deletedOn": "2023-09-06 16:21:52",
  "deletedBy": " "
}