Driver Licence Verification Service
Driver Licence Verification Service (DLVS) provides a cost-effective tool to instantly confirm the driver licence details presented by a consumer, and assists with your legal obligations to verify the licence presented.
Notes and Prerequisites
- All the requests use GET parameters
- We support XML format (default) and JSON formats.
API URL
Production: https://www.carjam.co.nz/api/dlvs/
Test: https://test.carjam.co.nz/api/dlvs/
Input
key
— your API Keyf
— response format (xml or json)driver_licence_no
— driver licence number (8 characters)card_version_no
— driver licence card version number (3 characters)last_name
— optionally to verify last namefirst_name
— optionally to verify first namemiddle_name
— optionally to verify middle namedob
— optionally to verify date of birth
Output
<message>
<dlvs>
<DriverLicenceMatchFlag>1</DriverLicenceMatchFlag>
<LastNameMatchFlag>1</LastNameMatchFlag>
<FirstNameMatchFlag>0</FirstNameMatchFlag>
<MiddleNameMatchFlag>0</MiddleNameMatchFlag>
<DateOfBirthMatchFlag>0</DateOfBirthMatchFlag>
</dlvs>
</message>
Test Data
- Valid Test Licences
- Mock Licences that don't require NZTA's DLVS Test API, which often goes down