PAN to GSTIN
● LiveVerify a PAN to GSTIN in real time.
POST
● Live/v1/verify/pan-to-gstinVerify PAN to GSTIN
Validates and verifies a PAN to GSTIN. Requires the `verification.pan_to_gstin.read` scope on the API key. Metered as `pan.to_gstin` after a successful upstream response.
Required scope: verification.pan_to_gstin.read
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | header | Yes | Bearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted. |
| pan | string | Yes | PAN to resolve to associated GSTIN(s). |
Example request
{
"pan": "ABCDE1234F"
}Example response
{
"status": "success",
"verified": true,
"data": {
"...": "provider-specific verified fields"
}
}Input format is validated with class-validator before the request ever leaves stampmitra-b2b-platform.