v1
latestOpenAPI 3.1.02026-07-24890206.3 KBMerchant 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
Response
200
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"
}