Endpoint Version: 1.0.0 | Cost: ₹1.50 per call
Verify Indian Permanent Account Number (PAN) details directly with tax registry.
| Header Name | Value / Type | Description |
|---|---|---|
| Content-Type | string |
application/json |
| X-API-Key | string |
your_api_key |
| Parameter Name | Required Type | Constraint |
|---|---|---|
| pan | string |
PAN Number (10 alphanumeric digits, capital letters) |
| Header | Sample Value |
|---|---|
| Content-Type | application/json; charset=utf-8 |
| X-Execution-Time-Ms | 45.82 ms |
| Error Code | Description / Scenario |
|---|---|
| INVALID_PAN | The specified PAN number format is incorrect. |
| INSUFFICIENT_FUNDS | Your wallet has insufficient balance to route the request. |
{
"status": "success",
"data": {
"pan": "ABCDE1234F",
"full_name": "JOHN DOE",
"status": "VALID",
"category": "INDIVIDUAL"
}
}
{
"status": "error",
"message": "Invalid PAN Number formatting"
}