POSTPAN Advanced
Rich PAN verification returning registered name, PAN type, gender, DOB, masked Aadhaar, address, email, and mobile.
PAN Advanced performs a deeper KYC lookup against the PAN database. In addition to the match flags returned by PAN Lite, it surfaces the registered name, name on the PAN card, PAN type (Individual / Company / etc.), gender, date of birth, masked Aadhaar number, Aadhaar link status, and structured address. Email and mobile fields are populated at a ~5–10% fill rate due to data-source availability. Use this API when downstream workflows need authoritative identity attributes beyond a pass/fail match.
Body parameters
| Field | Type | Required | Description |
|---|---|---|---|
initiator_id | string | required | Registered mobile number of the API user (see Platform Credentials).e.g. 9962981729 |
user_code | string | required | User code of the retailer/agent the service is run for.e.g. 20810200 |
client_ref_id | string | optional | Unique reference id per API call, generated by your system.e.g. REQ-20260101-001 |
panPAN Number | string | required | 10-character alphanumeric PAN identifier (first 5 alphabets, 4 digits, 1 alphabet).e.g. ABCDE1234F |
name | string | required | Individual's name per PAN information, used for match scoring.e.g. Rajesh Kumar |
dobDate of Birth | string | required | Date of birth in YYYY-MM-DD format.e.g. 1994-08-29 |
initiator_idstringRequiredRegistered mobile number of the API user (see Platform Credentials).
example: 9962981729
user_codestringRequiredUser code of the retailer/agent the service is run for.
example: 20810200
client_ref_idstringoptionalUnique reference id per API call, generated by your system.
example: REQ-20260101-001
panstringRequired· PAN Number10-character alphanumeric PAN identifier (first 5 alphabets, 4 digits, 1 alphabet).
example: ABCDE1234F
namestringRequiredIndividual's name per PAN information, used for match scoring.
example: Rajesh Kumar
dobstringRequired· Date of BirthDate of birth in YYYY-MM-DD format.
example: 1994-08-29
Headers
| Field | Type | Required | Description |
|---|---|---|---|
developer_key | string | required | Static API key issued to your account after KYC. |
secret-key | string | required | Dynamic per-request signature: base64(HMAC-SHA256(timestamp, base64(access_key))). |
secret-key-timestamp | string | required | Current time in milliseconds since UNIX epoch, used to compute secret-key. Must match server time. |
content-type | string | required | application/jsone.g. application/json |
developer_keystringRequiredStatic API key issued to your account after KYC.
secret-keystringRequiredDynamic per-request signature: base64(HMAC-SHA256(timestamp, base64(access_key))).
secret-key-timestampstringRequiredCurrent time in milliseconds since UNIX epoch, used to compute secret-key. Must match server time.
content-typestringRequiredapplication/json
example: application/json
Responses
statusnumberPrimary success indicator (0 = success).
messagestringHuman-readable response / error message.
response_status_idnumberGranular status id; see the shared error-codes table.
response_type_idnumberA unique id for every possible response shape (success or error) — useful for client logic branching and analytics.
dataobjectAPI-specific response payload.
panstringPAN number submitted in the request.
name_providedstringName as submitted in the request.
registered_namestringAuthoritative name registered in the PAN database.
name_pan_cardstringName printed on the physical PAN card.
first_namestringFirst name parsed from the PAN record.
last_namestringLast name parsed from the PAN record.
typestringPAN holder category (e.g., 'Individual', 'Company', 'Firm', 'Trust', 'HUF').
genderstringGender from PAN record. Values: 'M' (Male), 'F' (Female).
date_of_birthstringDate of birth from the PAN record (YYYY-MM-DD).
masked_aadhaar_numberstringAadhaar number with first 8 digits masked for privacy (e.g., 'XXXX XXXX 1234').
aadhaar_linkedbooleanWhether the PAN is linked to an Aadhaar number.
emailstringEmail address associated with the PAN. Fill rate is approximately 5–10% due to data-source availability.
mobile_numberstringMobile number associated with the PAN. Fill rate is approximately 5–10% due to data-source availability.
addressobjectStructured address fields of the PAN holder.
full_addressstringComplete address string.
streetstringStreet name / house number.
citystringCity name.
statestringState name.
pincodenumber6-digit postal PIN code.
countrystringCountry name.