Verification API
PAN to GST API
Find all GSTINs registered under a PAN.
GET /v1/search/pan/{pan}
Overview
The PAN to GST API returns the GST registrations linked to a PAN - the GSTINs registered under it across states, with each one's status and state. It is the fastest way to connect a PAN to its GST footprint for KYC and vendor checks.
- All GSTINs under a PAN
- Status and state per GSTIN
- Count of registrations
- From your GST dataset
- Single call
How it works
- Generate an API key in your developer console (test keys are free).
- Call the endpoint with your Bearer key.
- Read the JSON response (standard envelope with credits info).
- Map the fields into your product or workflow.
Request & response
Requestcurl "https://api.infyner.com/v1/search/pan/AAACT2727Q" \
-H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){
"success": true,
"data": {
"pan": "AAACT2727Q", "gstins_count": 2,
"gstins": [ { "gstin": "27AAACT2727Q1ZW", "status": "Active", "state": "Maharashtra" } ]
}
}
Where it's used
- Link a PAN to its GST registrations
- Vendor / supplier KYC
- Map a business's GST footprint
- Onboarding enrichment
Frequently asked questions
How does PAN to GST work?
We look up the PAN in our GST data and return every GSTIN registered under it, with status and state.
Related APIs
Company Search API
Search Indian companies by name or CIN and get the top matching companies with their CIN.
Company CIN Lookup API
Get a company's core details from its CIN in real time - name, status, incorporation, registered office and ROC.
Company Profile API
Full company profile in one call - identity, capital, current and past directors, and registered charges.
Start building in minutes
Generate a free test key, call the sandbox, and go live when you're ready.
Get API access