v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

EPI Add

post/api/Valor/createEPI

Request body

passCodestring required

The password of the office login on which the merchant to be boarded

mailIdstring required

E-mail id or username of the parent ISO account - Varchar (Ex: test@domain.com, Max length of 50 chars)

SubmailIdstring required

Submail / Username of the Sub ISO office - Varchar (Ex: test@domain.com, Max length of 50 chars)

newUserIdstring required

Merchant User ID (Max length of 11 chars)

mp_idstring required

It is a merchant profile id which is respective to the particular merchant (Max length of 11 chars)

rollUpstring required

Set value 0 or 1 (This value allows merchants to access the virtual terminal free of charge for 6 months)

s4fstring required

1 (sf4) or 2 (traditional)

processorstring required

Update the processor params 1 or 2 (TSYS - 1 and FD - 2)

Response

200

statusboolean
messagestring
Mp_idstring
newUserIdstring
datastring

Example response

{
  "status": true,
  "message": "Merchant EPI Updated Successfully",
  "Mp_id": "18942",
  "newUserId": "38930",
  "StoreID": {
    "22478": [
      "2319917229"
    ]
  },
  "data": "Success"
}