NZTA drivers Licence number
New Zealand
Wrong drivers licence
<?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <Verify xmlns="http://svc.datazoo.co.nz"> <Session> <UserName>user</UserName> <Token>4039A075-0A19-45F9-9283-2438E4529FD4</Token> <Reference /> <DataSources> <DataSource_v26> <DataSourceName>NZTA Drivers License</DataSourceName> <Enabled>true</Enabled> <ConsentObtained>true</ConsentObtained> </DataSource_v26> </DataSources> </Session> <Criteria> <FirstName>Helen</FirstName> <LastName>Ayto</LastName> <DateOfBirth>1938-07-28</DateOfBirth> <DriversLicenseNo>AA277000</DriversLicenseNo> <DriversLicenseVersion>431</DriversLicenseVersion> </Criteria> </Verify> </soap12:Body> </soap12:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <VerifyResponse xmlns="http://svc.datazoo.co.nz"> <VerifyResult> <Status>0</Status> <Message>Success</Message> <Results> <VerifyResult_v26> <DataSource>NZTA Drivers License</DataSource> <Status>2</Status> <safe_harbour_score>None</safe_harbour_score> <Item> <VerifyItem_v26> <FirstName>Helen</FirstName> <FirstNameVerified>false</FirstNameVerified> <MiddleName /> <MiddleNameVerified>true</MiddleNameVerified> <LastName>Ayto</LastName> <LastNameVerified>false</LastNameVerified> <DateofBirth>1938-07-28T00:00:00</DateofBirth> <DateofBirthVerified>false</DateofBirthVerified> <LicenseNoVerified>false</LicenseNoVerified> <VehicleRegistrationVerified>false</VehicleRegistrationVerified> <LastOdometerReading>0</LastOdometerReading> <LastOdometerReadingDate>0001-01-01T00:00:00</LastOdometerReadingDate> <VehicleOwnershipDate>0001-01-01T00:00:00</VehicleOwnershipDate> <PassportExpiry>0001-01-01T00:00:00</PassportExpiry> <LastReviewed>0001-01-01T00:00:00</LastReviewed> <IDCardNoValid>false</IDCardNoValid> <MedicalCardExpiry>0001-01-01T00:00:00</MedicalCardExpiry> <MedicalCardIndividualReferenceNo>0</MedicalCardIndividualReferenceNo> <StatusMessage> Unmatched: First Name Unmatched: Last Name Unmatched: Date of Birth Unmatched: Drivers Licence No. or Version </StatusMessage> <SourceVerified>false</SourceVerified> </VerifyItem_v26> </Item> </VerifyResult_v26> </Results> <SafeHarbour>false</SafeHarbour> <ReportingReference>DZ-KWP-000000001032656</ReportingReference> <ResultsFileURL>https://svctest.datazoo.co.nz/secure_file/10012634201847170859.pdf</ResultsFileURL> </VerifyResult> </VerifyResponse> </soap:Body> </soap:Envelope>
{ "dataSources": [ "NZTA Drivers License" ], "firstName": "Helen", "lastName": "Ayto", "dateOfBirth": "1938-07-28", "driversLicenceNo": "AA277000", "driversLicenceVersion": "431", "driversLicenceConsentObtained": true }
{ "reportingReference": "DZ-KWR-000000001037773", "safeHarbour": false, "driversLicence": { "status": 2, "verified": false, "statusMessage": " Unmatched: First Name Unmatched: Last Name Unmatched: Date of Birth Unmatched: Drivers Licence No. or Version ", "safeHarbourScore": "None", "firstName": "Helen", "lastName": "Ayto", "dateOfBirth": "1938-07-28", "fields": { "firstName": "No", "middleName": "Yes", "lastName": "No", "dateOfBirth": "No", "licenceNo": "No" } } }
INPUT DATA
Full Name:
Helen Ayto
Date of Birth:
28/07/1938
Drivers License Number:
AA277000
Drivers License Version:
431
RESULTS
Output flags
The verification failed due to the incorrect Licence Number provided.
No match could be made in the Database to this Licence Number with Name, DOB, etc.
No match could be made in the Database to this Licence Number with Name, DOB, etc.
A “0” Status indicates that a full match on the identity has been returned.
A “1” Status indicates that the Identity was matched, but the name provided was incorrect.
A “2” Status indicates all information provided was incorrect.
A “3” Status indicates the data source being utilised is not working.
A “1” Status indicates that the Identity was matched, but the name provided was incorrect.
A “2” Status indicates all information provided was incorrect.
A “3” Status indicates the data source being utilised is not working.
First Name Verified:
FALSE
Middle Name Verified:
FALSE
Last Name Verified:
FALSE
Date of Birth Verified:
FALSE
License No. Verified:
FALSE
A “True” result for a Safe Harbour confirmation indicates that the identity has been validated against the Primary Search AND has cleared a Watchlist check.
Output data
Full Name:
Helen Ayto
Date of Birth:
28/07/38
Status Message:
Unmatched: First Name Unmatched: Last Name Unmatched: Date of Birth Unmatched: Drivers Licence No. or Version