FSSAI

This document serves the purpose of ensuring that merchants who sell food products comply with the food safety regulations and standards set by FSSAI. This process ensures that the registration number provided by the merchant is valid and active. It also helps to identify any discrepancies in the registration number and prevents fraudulent or illegal food products from being sold on the platform.

Submit Document

ind_fssai

POST https://secctrl.tutelar.io/api/v1/kyc/merchant/ind_fssai

Post parameters description is given below,

Post Parameter TypeIs MandatoryDescription

registration_number

String

Yes

Registration Number

Sample Post Parameters

{
    "registration_number": "10015043001129"
}
{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "f33e568e-8580-4463-97ea-c2b3a955ed38",
    "status": "completed",
    "result": {
        "company_name": "Britannia Industries Limited",
        "premise_address": {
            "address": "5/1A, Hungerford Street",
            "state": "West Bengal",
            "pincode": "700017"
        },
        "license_no": "10015043001129",
        "license_type": "Central License",
        "status": "ACTIVE",
        "products": []
    },
    "requested_at": "2024-04-18T11:35:15.016Z",
    "completed_at": "2024-04-18T11:35:16.000Z"
}

Check Document Status

Get document details

GET https://secctrl.tutelar.io/api/v1/kyc/merchant/ind_fssai

Query parameters description is given below,

Query Parameter TypeIs MandatoryDescription

reference_id

String

Yes

Document reference id

{
    "success": true,
    "code": 200,
    "message": "The request has been successfully completed.",
    "reference_id": "f33e568e-8580-4463-97ea-c2b3a955ed38",
    "status": "completed",
    "result": {
        "company_name": "Britannia Industries Limited",
        "premise_address": {
            "address": "5/1A, Hungerford Street",
            "state": "West Bengal",
            "pincode": "700017"
        },
        "license_no": "10015043001129",
        "license_type": "Central License",
        "status": "ACTIVE",
        "products": []
    },
    "requested_at": "2024-04-18T11:35:15.016Z",
    "completed_at": "2024-04-18T11:35:16.000Z"
}

Last updated