PAN VERIFICATION API
Verify Pan Details
Verification endpoint — Verify Pan Details. 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/verify_pan_details
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| pan | ABCTY1234D |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "Pan details fetched successfully",
"data": {
"pan": "MGQPS7152H",
"pan_type": "Individual",
"fullname": "VIMAL SHARMA",
"first_name": "VIMAL",
"middle_name": "",
"last_name": "SHARMA",
"gender": "male",
"aadhaar_number": "51XXXXXXXX05",
"aadhaar_linked": true,
"dob": "1999-05-30",
"address": {
"building_name": "bichoula",
"locality": "Darora B.O",
"street_name": "Bichoula",
"pincode": "203394",
"city": "Daraura",
"state": "Uttar Pradesh",
"country": "India"
},
"mobile": "",
"email": ""
},
"request_id": "REQ260702092738F0F"
}