---
title: "EPI Detail"
method: POST
path: "/api/valor/checkEPILength"
---

# EPI Detail

`POST /api/valor/checkEPILength`

## 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
  - `merchantId` string, required — The merchantIds of the office login on which the merchant to be boarded
  - `associate_user_name` string — ISO user name (Alphanumeric length of 35 chars)

## Response `200`

200

- object
  - `status` boolean
  - `code` string
  - `Mp_id` integer
  - `StoreID` integer
  - `epi` string
  - `SerialNo` unknown
  - `processor_params` string
  - `message` string
  - `StatusUser` integer

## 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)
