This page provides the success response of Generic OCR API for Aadhaar document.
{
"verification_id": "test_verification_id",
"reference_id": "1358",
"status": "VALID",
"document_type": "AADHAAR_FRONT",
"document_fields": {
"uid": 123456789012,
"name": "John Doe",
"father": "Josh Doe",
"dob": "2004-10-02",
"gender": "Male",
"address": "S / O Josh Doe, 202-parivar daser complex , dal bazar , Gird , Gwalior , Lashkar City , Madhya Pradesh , 474019"
},
"quality_checks": {
"partially_present": false,
"black_and_white": false,
"face_present": true,
"qr_present": false
},
"fraud_checks": {
"is_screenshot": true,
"is_photo_of_screen": false
},
"message": "AADHAAR_FRONT document is valid"
}
Was this page helpful?