v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

EPI Txn Date

post/api/Valor/lastTxn

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)

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": [
    {
      "MTD_VOLUME": "3562.78",
      "LTD_VOLUME": "3673.54",
      "last_txn_date": "2023-10-16",
      "first_txn_Date": "2023-05-11"
    }
  ],
  "epi_status": [
    {
      "status": 1
    }
  ]
}