Drivers License

Verify a drivers license

With our Ghanaian Drivers' licence endpoint, businesses can quickly and easily validate the authenticity of a customer's driver's license, ensuring that the person presenting the license is who they claim to be.

Using our driver's license endpoint involves integrating with our API that allows you to connect to the endpoint and send information about the customer's license. The endpoint will then analyze the information and provide a response indicating whether or not the license is valid.

The process of validating a license with a driver's license endpoint typically involves collecting the necessary information from the customer's license, such as their name, date of birth, and license number. You can then send this information to the endpoint via the API and get accurate results.

👍

TEST DATA

number: 12345678909

dob: 1999-11-13

📘

POST

{{URL}}/identitypass/verification/gh/drivers_license

Request Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Request Body

KeyDescription
numberLicense number
dob[yyyy-MM-dd]

Sample Response

{
    "status": true,
    "detail": "Drivers License Information Retrieved",
    "response_code": "00",
    "data": {
        "Name": "OSEI YAW",
        "DateOfBirth": "07/10/1969",
        "ProcessingCenter": "AS5",
        "ClassOfLicence": "A",
        "Nationality": "GHANIAN",
        "DateOfIssue": "13/12/2016",
        "ExpiryDate": "13/12/2022",
        "CertificateDate": "05/02/2003",
        "CertificateOfCompetence": "070644",
        "DriverImage": "base64Image",
        "PIN": "OSEI-0069-00-01"
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "971385d0-3cc3-488d-9a19-f9d901492a86"
    }
}

Response Description

ResponseDescription
statusIndicates that the request was successful.
detailThis field indicates the detail of the response.
response_codeRepresents the response code.
dataIt is a string that contains some encrypted or encoded data related to the verification.
NameThe name of the driver.
DateofBirthThe date of birth of the driver.
ProcessingCenterThe processing center where the driver's license was issued.
ClassofLicenseThe class of driver's license, such as Class A (for cars) or Class B (for trucks).
NationalityThe nationality of the driver.
DateofIssueThe date on which the driver's license was issued.
ExpiryDateThe date on which the driver's license expires.
CertificateDateThe date on which the driver passed the driving test.
CertificateofCompetenceA document that proves that the driver has the necessary skills and knowledge to drive safely.
DriverImageA digital image of the driver's face.
PINA Personal Identification Number (PIN) that is used to authenticate the driver's license.
verificationThis field provides information about the verification process.
statusThis field indicates the status of the verification.
referenceThis field contains a reference or identifier associated with the verification process, which can be used for tracking or reference purposes.