v1
latestOpenAPI 3.1.02026-07-2414704.6 MBFSSAI Verification
Instantpay's FSSAI Verification API solution facilitates businesses in verifying the authenticity of Food Safety and Standards Authority of India (FSSAI) licenses. FSSAI verification API provides assurance that the businesses you are dealing with have the proper authorization for engaging in the production, storage, distribution, or export of food products, promoting trust and reliability in the food-related industry.
post/verifyFssai
Headers
X-Ipay-Auth-Codestring
Auth Code
X-Ipay-Client-Idstring
Unique Client Id Provided by Instantpay
X-Ipay-Client-Secretstring
Unique Client Secret Provided by Instantpay
X-Ipay-Endpoint-Ipstring
End Customer IP Address
Request body
Response
200
Example response
{
"statuscode": "TXN",
"status": "Transaction Successful",
"data": {
"fassaiDetail": {
"premiseAddress": "Sample Full Address",
"fssaiNumber": "1332112340532",
"licenseCategoryName": "State License",
"stateName": "Delhi",
"statusDescription": "License Issued",
"licenseCategoryId": "2",
"talukName": "Taluk Name",
"districtName": "District Name ",
"companyName": "Company Business Name",
"licenseActiveFlag": true,
"appTypeDescription": "New License",
"premisePincode": "110018"
},
"pool": {
"referenceId": "1231005101634YLFYA",
"openingBalance": "47.77",
"paymentAmount": "0.00",
"mode": "DR",
"closingBalance": "47.77"
}
},
"timestamp": "2023-10-05 10:16:34",
"ipay_uuid": "h0059a4b47e5-7b72-4309-835a-868f5fbbb7fe-CLueOJFuLnk6",
"orderid": "1231005101634YLFYA",
"environment": "LIVE"
}