v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

FSSAI 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

fssaiNumberstring
latitudestring

End Customer Latitude.

longitudestring

End Customer Longitude.

externalRefstring

Your Unique Transaction id

consentstring

Consent should be accepted by customer

dobstring

Response

200

statuscodestring
{"stackTrail":"paths:/verifyFssai:post:responses:200:content:application/json:schema:properties:actcode","oasType":"schema","type":"unknown"}
statusstring
timestampstring
ipay_uuidstring
orderidstring
environmentstring
{"stackTrail":"paths:/verifyFssai:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

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"
}