BrandKwikID Documentation
API SuiteBusiness Verification (GST, Udyam, Udyog)

GST Details from PAN

Retrieve GST information using PAN number

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

Path Parameters

panunknown

The PAN number for which GST data has to be fetched.

Default""
Formatstring

Response Body

curl -X GET "https://__mock__/verification/v2/gst/gst_from_pan//"
{
  "gst_number": "27AABCU1234A1Z5",
  "business_name": "ABC Company Private Limited",
  "status": "Active"
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "error": "GST details not found for PANNO CABCPP1237F"
}