Advance drivers license

POST {{BASE_URL}}/api/v2/biometrics/merchant/data/verification/drivers_license/advance

Verify Drivers license Advance

Headers

NameTypeDescription

x-api-key*

String

your secret key

app-id*

String

<your app id>

Request Body

NameTypeDescription

first_name*

String

last_name*

String

dob*

date

1998-06-19 - Format

number*

String

{
"status": true,
"detail": "DL Verification Successfull",
"response_code": "00",
"frsc_data": {
"name": "",
"gender": "",
"mother_name": "",
"heigth_in_metres": "",
"dob": "",
"tin": ",
"issued_date": "",
"validity": "",
"lga_of_origin": "",
"face_mark": "",
"blood_group": "",
"state_of_origin": "",
"nationality": "",
"glasses": "",
"disability": "",
"nin": ,
"phone": "",
"email": ,
"nok_phone": "",
"address_line1": "",
"address_line2": "",
"city": "",
"state": "",
"postal_code": "
}
,
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated