v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

EPI View

post/api/valor/getepidetails

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

mp_idstring required

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

associate_user_namestring

ISO user name (Alphanumeric length of 35 chars)

Response

200

messagestring
statusboolean
codeinteger

Example response

{
  "message": "Success",
  "status": true,
  "code": 200,
  "data": {
    "id": 28177,
    "userId": 50941,
    "parentId": 23013,
    "dbaName": "Valor Store LLC",
    "legalName": "Valor Store",
    "firstName": "MERCHANT",
    "lastName": "PORTAL",
    "ownerName": "Dineshwar ISO",
    "emailId": "name@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"
  }
}