v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Merchant - Create Bearer Token

post/api/valor/login?token

Request body

mailIdstring required

E-mail id of the iso office - Varchar (Ex: test@domain.com, Max length of 50 chars)

SubmailIdstring required

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

passCodestring required

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

Response

200

messagestring
statusboolean
codeinteger

Example response

{
  "message": "Success",
  "status": true,
  "code": 200,
  "data": {
    "user_id": 39623,
    "userType_id": 2,
    "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjozOTYyMywidXNlcl90eXBlX2lkIjoyLCJwZXJtaXNzaW9ucyI6WyJtb2R1bGVzOioiLCJ1c2VyOmlzbyJdLCJzZXNzaW9uX2lkIjoiMDg1YWZkY2UtNGVmZi00YTEyLTgxMzctMmE0OGE5ZTdmMTQwIiwiaWF0IjoxNzAyMTA5MTA1LCJleHAiOjE3MDIxMzc5MDV9.V_wZv-oSo6ajFXLBLM87Ugpdcjt_fFJ4Msqu2STdgYc"
  }
}