API Documentation

This API helps to do the GST verification.

GSTIN is a unique 15-digit Goods and Services Tax Identification Number assigned to each
business registered under GST.
GSTIN Format - The first two digits of the 15-digit GSTIN represent the state code. The following ten digits are the PAN number of the person or the business entity. The thirteenth digit is based on the number of registrations done by the firm within a state under the same PAN.
GSTIN Verification feature allows you to instantly verify the GSTIN details of your customers for quick KYC, vendor onboarding, financing loans to businesses, and insurance purposes. You can use our API to validate the GSTIN details quickly.

Authorization

Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.

Key Valuehylo_1242_bf18f7c9e196ae89
Secret Value$2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF

Sample Request

{
    "GSTNo": "27GSPMH0791G9ZI"
}

Sample Response

{
    "Code": "0",
    "Message": "GST Details fetched successfully",
    "Status": "APPROVED",
    "GSTData": {
        "gstin": "27GSPMH0791G9ZI",
        "lgnm": "Vay Network Services Private Limited",
        "stj": "AMRAVATI",
        "stjCd": "MH001",
        "ctjCd": "1008",
        "rgdt": "01/07/2017",
        "ctb": "Proprietorship",
        "dty": "Regular",
        "nba": [
            "Export"
        ],
        "sts": "Active",
        "lstupdt": "01/07/2017",
        "tradeNam": "GSTN",
        "pradr": {
            "addr": {
                "bnm": "Gold Hill Supreme",
                "bno": "252",
                "dst": "Thane",
                "loc": "Electronic City Phase 2",
                "pncd": "400123",
                "st": "Shantipura Cross Roads",
                "stcd": "Maharashtra"
            },
            "ntr": "Export"
        }
    }
}

Questions? Contact Us 📧 [email protected]

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!