---
title: "EPI Txn Date"
method: POST
path: "/api/Valor/lastTxn"
---

# EPI Txn Date

`POST /api/Valor/lastTxn`

## Request body

- object
  - `passCode` string, required — The password of the office login on which the merchant to be boarded
  - `mailId` string, required — E-mail id of the parent ISO account - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `SubmailId` string, required — Submail / the username of the Sub ISO office - Varchar (Ex: test@domain.com, Max length of 50 chars)
  - `epi` string, required — EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2

## Response `200`

200

- object
  - `status` boolean
  - `message` string
  - `data` object[]
    - `MTD_VOLUME` string
    - `LTD_VOLUME` string
    - `last_txn_date` string
    - `first_txn_Date` string
  - `epi_status` object[]
    - `is_deleted` integer
    - `status` 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)
