v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

EPI View

post/api/Valor/getepidetails?epi

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)

mp_idstring required

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

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

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Success",
  "data": {
    "id": 18942,
    "userId": 38930,
    "parentId": 4389,
    "dbaName": "Valor Store LLC",
    "legalName": "Valor Store",
    "firstName": "MERCHANT",
    "lastName": "PORTAL",
    "ownerName": "BASE ISO INTERNAL",
    "emailId": "sdfasdfas@protonmail.com",
    "mobile": "8327287578",
    "legalAddress": "Test Address",
    "legalCity": "CLIFFSIDE PARK",
    "legalState": "28",
    "selectedState": "28",
    "legalCountry": "US",
    "legalZipCode": "07010",
    "legalTimezone": "EST",
    "logo": "MERCHANT",
    "role": 10,
    "userType": 4,
    "isTxnAllowed": 1,
    "businessType": "10",
    "sicCode": "0742 - VETERINARY SERVICE",
    "storeData": [
      {
        "id": 22478,
        "storeName": "EL TRI MX RESTA Add",
        "storeAddress": "4100 JOHNSTON ST",
        "storeCity": "LAFAYETTE",
        "storeState": "16",
        "selectedState": "LA - Louisiana",
        "storeCountry": "US",
        "storeZipCode": "70503",
        "storeTimezone": "EST",
        "superVisorName": "EL TRI MX RESTA",
        "superVisorEmail": "office@valorpaytech.com",
        "superVisorContact": "3377040344",
        "mccCode": "5812",
        "selectedMCC": "5812 - EATING PLACES-RESTAURANTS",
        "epiData": [
          {
            "id": 39938,
            "epi": "2319917225",
            "device": 174,
            "deviceType": "Handheld POS",
            "processor": 1,
            "epiLabel": "Valor VL 110",
            "features": {
              "tip": {
                "value": [
                  5
                ]
              },
              "surcharge": {
                "value": "4.00"
              },
              "tax": {
                "value": "0"
              }
            },
            "processorData": [
              {
                "midFD": "887000003193",
                "vNumber": "75021674",
                "storeNo": "5999",
                "termNo": "1515",
                "association": "949006",
                "chain": "111111",
                "agent": "0001",
                "binnumber": "999991",
                "agentBank": "000000",
                "industry": "Retail",
                "surchargePercentage": "4.00",
                "label": "MERCHANT PORTAL LOGIN",
                "id": 42410
              }
            ]
          }
        ]
      }
    ]
  }
}