Driver's License

Required Inputs

InputValue

country

NG

id_type

DRIVERS_LICENSE

id_number

Driver's license number

first_name

First name of the driver's license holder

last_name

Last name of the driver's license holder

dob

Date of birth of the driver's license holder

Response Fields

Response FieldValue Returned

Country

YES

IDType

YES

IDNumber

YES

IssuanceDate

YES

ExpirationDate

YES

FullName

YES

DOB

YES

Photo

YES

PhoneNumber

NO

PhoneNumber2

NO

Document

NO

Gender

YES

Address

NO

All fields are returned as string

ID Number Regular Expression (Regex)

To limit the probability of your user mistyping the id number, we advice that you enforce the format of the id number field in your app. You can use the regex below:

  • /^[a-zA-Z]{3}([ -]{1})?[A-Z0-9]{6,12}$/i

Supported Products

The Nigeria driver's license can be used on any of the following products:

For the supported integration options, you can check the integration options supported by each product here.

Sample ID Numbers

To test the Nigeria driver's license in our Sandbox, we provide you with 5 different id numbers to mirror various scenarios you can experience with real IDs in production.

ID NumberResultResult Code

ABC000000000

Success with PII return

1012

ABC000000001

Failure, no record found

1013

ABC000000002

Invalid ID number format

1014

ABC000000003

Database unavailable/unknown network issue

1015

ABC000000004*

Success with custom PII return

1012

* to get a successful Biometric KYC, you will need to pass a custom photo. You can read more about customising the PII response in sandbox in our documentation here.

Last updated