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 Key
    • f — 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 name
    • first_name — optionally to verify first name
    • middle_name — optionally to verify middle name
    • dob — 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