Drivers License
Verify a Drivers license ID
POST
{{BASE_URL}}/api/v1/biometrics/merchant/data/verification/sl/drivers_license
this endpoint allows you to verify a sierra leone Voters card number
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | <your secret key> |
Request Body
Name | Type | Description |
---|---|---|
search_mode* | String | ID or BIO |
number | String | ID number(if search _mode is ID) |
firstname | String | first name(if search_mode is BIO) |
lastname | String | last name(if search_mode is BIO) |
dob | String | Date of birth(if search_mode is BIO) |
Last updated