v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Merchant Validation

Final Validate and Register the Merchant Using Merchant Validation API

post/outlet/merchant/signup_validate

Headers

client-idstring required
client-secretstring required
Content-Typestring required

Request body

client_referenceIdstring required

Unique Client Reference ID

otpstring required

OTP will be received in the Mobile Number, That you passed in the Merchant Sign-Up Request Body.

refidstring required

Ref ID will receive in Merchant Sign-Up API Response

hashstring required

Hash Value will be received in the Merchant Sign-Up API response.

Response

200

statusstring
statusCodestring
messagestring
acknowledgedstring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "Merchant Registration Successful.",
  "data": {
    "outlet_id": 954785,
    "name": "Rakesh Mittal",
    "dob": "1997-11-02",
    "gender": "M",
    "address": "Jaipur, Rajasthan",
    "district": "Jaipur",
    "state": "Rajasthan",
    "pincode": "302001"
  },
  "acknowledged": "1"
}