v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Merchant List

post/api/Valor/getMerchantList

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)

limitinteger required

Limit for pagnation.

offsetinteger required

Offset for pagination. Default as 0

Response

200

codeinteger
statusstring
messagestring

Example response

{
  "code": 200,
  "status": "OK",
  "message": "SUCCESS",
  "data": [
    {
      "DEVICE_COUNT": 1,
      "MTD_VOLUME": 2259385,
      "STORE_COUNT": 1,
      "PROCESSOR_LIST": "1",
      "LAST_TXN_DATE": "2023-10-23T09:00:04.000Z",
      "USER_ID": 38218,
      "USER_TYPE": 4,
      "PARENT_ID": 35584,
      "UPDATED_DATE": "2023-10-23T13:00:04.000Z",
      "MERCHANT_NAME": "Chairman S",
      "ROLE_ID": 10,
      "MOBILE_NO": "9976226527",
      "EMAIL_ID": "chairman@valorpaytech.com",
      "STATUS": 1,
      "CREATED_DATE": "2023-10-09T07:35:42.000Z",
      "DBA_NAME": "Chairman Store",
      "MP_ID": 18478,
      "ISO_NAME": "Mohamed Rasheth",
      "BOARDED_ON": "10/09/23 03:35 AM (EST)"
    }
  ]
}