Verify a 10-character Permanent Account Number (PAN) issued by the Indian Income Tax Department.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"pan_number": "ABCDE1234F",
"full_name": "RAJESH KUMAR",
"title": "",
"full_name_split": [
"",
"",
"RAJESH KUMAR"
],
"pan_status": "E",
"pan_status_desc": "EXISTING AND VALID",
"aadhaar_seeding_status": "Y",
"aadhaar_seeding_status_desc": "Seeded",
"pan_modified_date": null,
"category": "individual",
"client_id": "pan_advanced_v2_xxxxxxxxxxxxxxxxxxxx"
}
}
}
{
"success": false,
"message": "Invalid PAN",
"data": {
"order_id": "W2A1739512345abcdef01",
"error_code": "VERIFICATION_FAILED",
"result": {
"pan_number": "AABCY04940",
"full_name": "",
"title": "",
"full_name_split": [],
"pan_status": "",
"pan_status_desc": "",
"aadhaar_seeding_status": "",
"aadhaar_seeding_status_desc": "",
"pan_modified_date": null,
"category": "company"
}
}
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs