v1
latestOpenAPI 3.0.32026-07-14108241269.2 KBBusiness Verification
Shop Establishment Verification
Verifies a shop and establishment registration using registration number and area code.
post/verify/shop_establishment_verification
Request body
Example request
{
"regNo": "REG123456",
"areaCode": "MH001"
}Response
Shop establishment verification result
Example response
{
"status": "success",
"message": "Verification completed successfully",
"error_code": "IDTO_400",
"chargeble": "true",
"user_consent": "true"
}