Driving Licence Digital Verification
The Driving Licence Verification journey enables businesses to verify user driving licences by using the driving licence number as input.
The businesses can configure these checks with our Driving Licence Verification journey
Journey ID will be shared as part of Onboarding
Journey Output Data
{
"key_name": "DRIVING_LICENSE",
"key_status": "VERIFIED",
"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>"
}]
}
]
}
This journeys does 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