v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Store Add

post/api/Valor/createStore

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)

dbaNamestring required

Max length is 15 char - varchar (Ex: SRM Hardware LLC, Merchant Firm Cafe)

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)

processorinteger required

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

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

selectedStatestring required

Selected state 2 chars of capital (Ex: New York - NY, California - CA)

Response

200

statusboolean
messagestring
Mp_idstring
newUserIdstring
datastring

Example response

{
  "status": true,
  "message": "Merchant Store Updated Successfully",
  "Mp_id": "18942",
  "newUserId": "38930",
  "StoreID": {
    "22482": [
      "2319917226"
    ]
  },
  "data": "Success"
}