Driving Licence OCR Verification
The Driving Licence Digital Verification journey enables businesses to verify user driving licences by using the driving licence front and back image as input.
The businesses can configure these checks with our Driving Licence OCR Verification journey:
Journey ID will be shared as part of Onboarding
Journey Output Data
{
"key_name": "DRIVING_LICENSE",
"key_status": "CHECKED",
"key_data": [
{
"name": "SURESH GUDIVADA",
"key_id": "123123123123",
"dob": "13-08-1990",
"dl_number": "123123123123",
"father_husband_name": "Naresh G",
"address": "Flat 10, Lake view apartment Somajiguda",
"photo": "<S3 Signed URL valid for 15 mins>",
"issued_date": "11-10-2020",
"expiry_date": "11-10-2030",
"authorized_to_drive": [{
"abbreviation": "<Type of vehicles like LMV, MGV etc.>",
"description": "<Description of the vehicle type>"
}],
"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 Driving Licence photo if verified from user upload and face verification>"
}
]
}
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