Verify PAN details and validity
POST/panverification/:ver/:lang
Verify the details and validity of a Permanent Account Number (PAN) against Income Tax Department records.
The service validates:
- PAN existence and status in ITD database
- Name matching against PAN records
- Father's name matching (for DCT category)
- Date of birth verification
- Seeding status (operative/inoperative)
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful PAN verification
Bad request - Invalid input data
Unauthorized - Invalid or missing JWT token
Forbidden - User not authorized or certificate issues
Internal server error