---
title: "EPI View"
method: POST
path: "/api/valor/getepidetails"
---

# EPI View

`POST /api/valor/getepidetails`

## Headers

- `Authorization` string, required
- `isv-secret-key` string

## Request body

- object
  - `epi` string, required — EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2
  - `mp_id` string, required — It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)

## Response `200`

200

- object
  - `message` string
  - `status` boolean
  - `code` integer
  - `data` object
    - `id` integer
    - `userId` integer
    - `parentId` integer
    - `dbaName` string
    - `legalName` string
    - `firstName` string
    - `lastName` string
    - `ownerName` string
    - `emailId` string
    - `mobile` string
    - `legalAddress` string
    - `legalCity` string
    - `legalState` string
    - `selectedState` string
    - `legalCountry` string
    - `legalZipCode` string
    - `legalTimezone` string
    - `logo` string
    - `role` integer
    - `userType` integer
    - `isTxnAllowed` integer
    - `businessType` string
    - `sicCode` string
    - `storeData` object[]

## Other responses

- `400` — 400

---

[API](https://skmtc.net/valorpaytech/apis/ecommerce-api.md) · [All operations](https://skmtc.net/valorpaytech/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valorpaytech/ecommerce-api/revisions/c6468b606325/schema)
