Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Verify your customers’ identities using their Driver’s License
Adhere’s driver’s license verification endpoint allows you to access accurate, verified national-level information for reliable identity confirmation.
Request Endpoint
POST {{BASE_URL}}/api/onboarding/nigeria_kyc/driver_license/
Sample Payload
{
"license_number": "ARR10892UU00",
"first_name": "EDIKAN",
"last_name": "EFE",
"date_of_birth": "1994-08-11"
}
200 OK Response
{
"status": "success",
"data": {
"licenseNo": "ARR10892UU00",
"lastName": "EDIKAN",
"firstName": "EFE",
"middleName": "MUNACHI",
"gender": "male",
"issuedDate": "2013-10-28",
"expiryDate": "2018-11-28",
"stateOfIssue": "OYO",
"dateOfBirth": "1994-08-11",
"image": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a\nHBwgJC4nICIsIxwcKDcpLDAxNHwAAK", # base-64
},
"message": "Driver License details retrieved successfully"
}