v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

Check Profile

post/api/valor/checkprofile

Headers

Authorizationstring required

Generated bearer token for ISO login <a href="https://valorapi.readme.io/reference/merchant-create-bearer-token" target="_blank"><b>Generate Bearer Token</b></a>

Request body

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)

store_idstring required

Merchant store Id (Max length of chars 11)

Response

200

statusboolean
codestring
Mp_idinteger
newUserIdinteger
StoreIDinteger
messagestring
StatusUserinteger

Example response

{
  "status": true,
  "code": "200",
  "Mp_id": 28177,
  "newUserId": 50941,
  "StoreID": 32094,
  "message": "Profile Data Exits",
  "StatusUser": 2
}