Secure ID APIs
V2
- Aadhaar
- Advanced Employment
- BAV V2
- CIN
- Digilocker
- PAN
- Driving License
- E-sign
- Face Match
- GSTIN
- IP
- Liveliness
- Name Match
- PAN to GSTIN
- Passport
- Reverse Penny Drop
- Reverse Geocoding
- Vehicle RC
- Voter ID
- Account Aggregator
- Mobile 360 OTP Flow
- 1-Click Onboarding
- BharatOCR
- IFSC
- KYC Links
V1
- Bank Account Verification
Success Responses
PAN
This page provides the success response of BharatOCR API for PAN document.
{
"verification_id": "test_verification_id",
"reference_id": 1358,
"status": "VALID",
"document_type": "PAN_OCR",
"document_fields": {
"pan": "DUXPR7763F",
"dob": "2004-10-02",
"name": "John Doe",
"father": "Josh Doe"
},
"quality_checks": {
"blur": true,
"partially_present": false,
"black_and_white": false,
"face_present": true,
"face_clear": true,
"qr_present": false
},
"fraud_checks": {
"is_screenshot": true,
"is_photo_of_screen": false
},
"verification_details": {
"reference_id": 98237899,
"status": "VALID",
"pan": "DUXPR7763F",
"name": "John Doe",
"dob": "2004-10-02",
"name_match": "Y",
"dob_match": "Y",
"pan_status": "E",
"aadhaar_seeding_status": "Y",
"aadhaar_seeding_status_desc": "Aadhaar is linked to PAN"
}
}
Was this page helpful?