PAN / IDENTITY APIS
Tan Validation
Verification endpoint — Tan Validation. Reference documentation from the QRX Postman collection. No live API calls are made from this page.
Reference only — this page does not call live APIs.
POST
/api/qrx/tan_validation
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| tan | DELH12345B |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "Fetched successfully",
"data": {
"tan_number": "DELA14869B",
"tan_allotment_date": "09-11-2004",
"filing_date": "27-10-2004",
"status": "Active",
"company_name": "ADROITEC INFORMATION SYSTEMS PRIVATE LIMITED",
"phone_number": 41609231,
"email_id": "ACCOUNTS.HO@ADROITECINFO.COM",
"address": {
"add_line_1": "",
"add_line_2": "OKHLA INDUSTRIAL AREA",
"add_line_3": "PHASE-I",
"add_line_4": "",
"add_line_5": "NEW DELHI",
"state_code": 9,
"state": "Delhi",
"pin_code": 110020
}
}
}