Lookup Ghana Driver License
Lookup a Ghana Driver License ID
This endpoint allows to Lookup a Ghana driver license ID
Parameters
{{baseUrl}}/api/v1/gh/kyc/dl
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body
Body | Type | Description | |
---|---|---|---|
id * | string | The Voter Number, Application ID, or National ID Number (NIN) | required |
full_name * | string | The full name of the document holder | required |
date_of_birth * | string | The date of birth of the document holder in the format yyyy-MM-DD. | required |
Response Sample
{
"entity": {
"certificate_date": "2010-07-19",
"date_of_birth": "1988-09-01",
"expiry_date": "2016-08-25",
"full_name": "John Doe",
"id": "V0000000",
"is_date_of_birth_match": true,
"is_full_name_match": true,
"issue_date": "2010-08-25",
"picture": "iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAY",
"pin": "DOE-310203-03-01",
"processing_center": "VR3"
}
}
{
"message": "Driver license not found"
}
Updated 6 months ago