Driving Licence Checks
# Introduction
This helps verify the validity of a driving licence:
# Request Parameters
The following parameters are expected:
| Field | Description | Type |
|---|---|---|
| search_type | The Spincrunch Search type you want to do. DRIVERSLICENCECHECK | String |
| identifier | The driving licence number you want to verify | String |
| consent | Indicates whether the data owner has consented to identity verification 1 if yes 0 if no. | String |
| consent_collected_by | Name or identifier of the person who provided the data owner’s consent. | String |
Please find sample implementation on the left
# Response Parameters
Below is a sample response
# phonenocheck Search
'search_type' is
DRIVERSLICENCECHECK,identifieris the licence registration number
Search details on a customer. As sample response is as follows:
{
"success": true,
"response_code": "200",
"message": "Driving License Details Fetched Successfully",
"data": {
"full_name": "C*****E W****RA W****I M*****A",
"first_name": "C******E",
"last_name": "M*****A",
"id_number": "28******88",
"date_of_birth": "1900-07-19",
"gender": "M",
"citizenship": "KEN",
"verification_status": "Valid",
"serial_number": "AS***13",
"license_number": "IDL-AS***3",
"dl_class": "B",
"date_of_issue": "2021-07-19",
"date_of_expiry": "2026-07-19",
"status": "Valid",
"points": "NA",
"blood_group": "*",
"is_valid": true,
"phone_number": "2547******",
"email": "t***@gmail.com",
"address": "NA",
"city": "NAIROBI",
"postal_address": "NA",
"kra_pin": "4****8",
"file_reference_number": "DL-20230719-28******88-****",
"has_smart_dl": "Yes",
"id_type": "National ID",
"loader": "SPIN",
"nc_classes": "NA",
"sub_classes_of_i": "NA",
"certificate_of_competency_number": "Available",
"certificate_of_competency_issued_date": "2021-07-19"
}
}