Know Your Customer
...
Global
UAE

UAE Driver's License Verification

overview the uae driver’s license verification api allows developers to check the validity of a driver’s license in the united arab emirates users can retrieve detailed license information by providing basic user information like id number, issue date, traffic file number, and birth year this api is useful for identity verification and compliance checks, providing data such as license status, expiration date, vehicle classes, and eye test results integrating this api into applications ensures accurate and secure verification of uae driver’s licenses use cases the uae driver's license verification api can serve a variety of purposes, including but not limited to 1\ compliance the api can help businesses and financial institutions meet regulatory compliance requirements by verifying the authenticity of driver's licenses during customer onboarding and transaction processes 2\ kyc (know your customer) checks it aids in conducting thorough kyc checks by confirming the identity of customers and ensuring that the driver's license presented is legitimate 3\ age verification the api can be used to verify the age of individuals to comply with age restricted online usage while onboarding 18+ individuals for different scenarios 4\ identity verification it assists in confirming the identity of individuals, which is crucial in various industries, including online account creation and access 5\ fraud prevention by comparing user provided data the api can help detect and prevent identity theft and fraudulent activities api details sample curl curl location 'https //api preproduction signzy app/api/v3/uae/dl verification' \\ \ header 'authorization \<auth token>' \\ \ header 'content type application/json' \\ \ data '{ "idnumber" "3857223", "issuedate" "2018 09 03", "trafficcodeno" "13797206", "birthyear" "1998" }' api input mapping field type description idnumber string the uae driving license id number issuedate string license issue date in "yyyy mm dd" format trafficcodeno string enter the traffic code no present in the backside of the driving license id birthyear string enter the birth year of the license number api output success response & mapping 200 { "result" { "idnumber" "3857223", "issuedate" "2018 09 03", "trafficcodeno" "13797206", "birthyear" "1998", "fullname" "ujwal rajeev kumar rajeev kumar kothapally", "blackpoints" "0", "licensetype" "permanent", "licensestatus" "with owner", "dob" "1998 01 27", "expirydate" "with owner", "vehicleclass" \[ { "vehicletype" "light vehicle automatic", "validtill" "2018 09 03" } ], "eyetestresults" { "testcenter" "maghrabi optics dubai mall", "righteyeresult" "6/6", "lefteyeresult" "6/6", "colorblindness" "fit", "testdate" "2022 01 24", "testexpirydate" "2025 01 24" } } } api output mapping field type description idnumber string id number of the license holder issuedate date date the driver's license was issued trafficcodeno string traffic file number associated with the license birth year string birth year of the license holder fullname string full name of the license holder blackpoints string number of black points associated with the license licensetype string type of driver's license (e g , permanent) licensestatus string status of the driver's license (e g , with owner) dob date date of birth of the license holder expirydate date expiry date of the driver's license vehicleclass array array containing details of vehicle classes associated with the license vehicletype string type of vehicle class (e g , light vehicle automatic) validtill date validity period of the vehicle class eyetestresults object object containing details of eye test results testcenter string name of the test center where the eye test was conducted righteyeresult string result of the eye test for the right eye lefteyeresult string result of the eye test for the left eye colorblindness string result of the color blindness test testdate date date when the eye test was conducted testexpirydate date expiry date of the eye test result statuscode integer http status code indicating the success of the request success boolean indicates whether the request was successful message string description of the result messagecode string code representing the result error code response & mapping 400 (bad request) "error" { "name" "error", "message" "bad request idnumber is missing or format is not correct ", "reason" "validation error", "type" "bad request", "statuscode" "400" } 400(unprocessable entity) { "error" { "name" "error", "message" "unprocessable entity", "reason" "error", "type" "bad request", "statuscode" "400" } } 401 (invalid authorization credentials) { "error" { "name" "error", "message" "invalid authorization credentials", "reason" "error", "type" "bad request", "statuscode" "401" } } 500 (internal server error) { "error" { "name" "error", "message" "internal server error", "status" 500, "reason" "error", "type" "bad request", "statuscode" "500" } } field type description name string text displayed on the screen explaining error type reason string reason for the error status number http status code message string error message indicating an upstream error type string error type statuscode number status code representing the error scenario getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!