VoterID OCR Verification
The VoterID OCR Verification journey enables businesses to verify user Voter ID numbers by using an OCR-processed image of the Voter ID card as input.
The businesses can configure these checks with our VoterID OCR Verification journey
Journey ID will be shared as part of Onboarding.
Journey Output Data
{
"key_name": "VOTER_ID",
"key_status": "CHECKED",
"key_data": [
{
"digital_fetch_status": "SUCCESS",
"name": "Suresh Gudivada",
"key_id": "IDY1231231",
"gender": "Male",
"epic_number": "IDY1231231",
"family_member_name": "Satyamurthy Gudivada",
"family_member_relation": "FATHER",
"address_district": "Visakhapatnam",
"address_state": "Andhra Pradesh",
"assembly_constituency": "Visakhapatnam East",
"parliamentary_constituency": "Visakhapatnam",
"key_source": "Election Commission Of INDIA",
"issuer_name": "Election Commission Of INDIA",
"key_fetched_at": "<UTC time at which key was fetched>",
"liveness_photo": "<S3 URL of the captured face photo if verified from user upload and face verification>",
"ocr_image": "<S3 URL of the user provided VoterID photo if verified from user upload and face verification>",
"document_front": "<S3 URL of the front Voter ID card photo>",
"document_back": "<S3 URL of the back Voter ID card photo>",
"ocr_data": {
"epic_number": "IDY1231231",
"name": "Suresh Gudivada",
"gender": "Male",
"dob": "01-01-2000",
"family_member_name": "Ramesh Gudivada",
"address": "Flat 111, Srinivasa Residency Apartment, Beside Supermarket, Hyderguda, Tirumalagiri, Hyderabad , 5 DLS , DJKTK ,8DONO , HTTPS //CEOTELANGANA"
}
}
]
}
These journeys do not include any pre-configured Ownership or Fraud Checks. To add these checks, please contact your Account Manager.
Key Status
Status | Description |
---|---|
VERIFIED | Data is retrieved from the source of truth |
CHECKED | Data is derived or obtained from third parties |
IN_PROGRESS | Currently verifying data with the official source or third parties |
FAILED | User-shared data is invalid or incorrect |
UNVERIFIED | User-shared data without confirmation from official sources |
USER_DONT_HAVE | User states they lack the specified ID |
Updated 3 months ago