v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Merchant Status

post/api/Valor/statusUpdate

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)

merchantIdsinteger[] required

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

actionstring required

To activate & deactivate the merchant status

Response

200

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Success"
}