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

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body

BodyTypeDescription
id *stringThe Voter Number, Application ID, or National ID Number (NIN)required
full_name *stringThe full name of the document holderrequired
date_of_birth *stringThe 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"
}