Drivers License

Allows merchant to verify information of users using National ID and other identifiers.

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

Headers

Request Body

{
   "status":True,
   "response_code":"00",
   "message":"Drivers license verification successful",
   "data":
   {
"idnumber":"DL34545454 ",
"firstname":"John",
"surname":"Doe",
"middlename": "Mill",
"dateofbirth": "20-12-1985",
"placeofbirth": "Joe Town",
"residentialaddress": "North Industrial Street",
"expirydate":"2/3/2019",
"issuedate":"2/3/2014 ",
"idclass":"A",
"issuesignature": "<base 64 string of image> ",
"signature":" <base 64 string of image>  ",
"frontportrait":"<base 64 string of image> "
}
   
}

Last updated