Drivers Licence
Australian Search
Incorrect DL No
<?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>96A3E950-9EEA-4B14-8C87-01FC274D23F7</Token> <Reference /> <DataSources> <DataSource_v26> <DataSourceName>Australian Third Party Datasets</DataSourceName> <Enabled>true</Enabled> <ConsentObtained>true</ConsentObtained> </DataSource_v26> </DataSources> </Session> <Criteria> <FirstName>Mary</FirstName> <LastName>Lee</LastName> <DateOfBirth>1985-02-08</DateOfBirth> <DriversLicenseNo>94977111</DriversLicenseNo> <DriversLicenseStateOfIssue>ACT</DriversLicenseStateOfIssue> </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>Australian Third Party Datasets</DataSource> <Status>2</Status> <safe_harbour_score>none</safe_harbour_score> <Item> <VerifyItem_v26> <FirstName>Mary</FirstName> <FirstNameVerified>false</FirstNameVerified> <MiddleName /> <MiddleNameVerified>false</MiddleNameVerified> <LastName>Lee</LastName> <LastNameVerified>false</LastNameVerified> <DateofBirth>1985-02-08T00: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> <PassportNumber /> <PassportExpiry>0001-01-01T00:00:00</PassportExpiry> <LastReviewed>0001-01-01T00:00:00</LastReviewed> <IDCardNoValid>false</IDCardNoValid> <MedicalCardNo /> <MedicalCardExpiry>0001-01-01T00:00:00</MedicalCardExpiry> <MedicalCardType /> <MedicalCardIndividualReferenceNo>1</MedicalCardIndividualReferenceNo> <StatusMessage /> <ErrorMessage /> <SourceVerified>false</SourceVerified> </VerifyItem_v26> </Item> </VerifyResult_v26> </Results> <SafeHarbour>false</SafeHarbour> <ReportingReference>DZ-KWY-000000001030138</ReportingReference> </VerifyResult> </VerifyResponse> </soap:Body> </soap:Envelope>
{ "dataSources": [ "Australian Third Party Datasets" ], "firstName": "Mary", "lastName": "Lee", "dateOfBirth": "1985-02-08", "driversLicenceNo": "94977111", "driversLicenceState": "ACT", "thirdPartyDatasetsConsentObtained": true }
{ "reportingReference": "DZ-KWW-000000001037942", "safeHarbour": false, "thirdPartyDatasets": { "status": 2, "verified": false, "safeHarbourScore": "None", "firstName": "Mary", "lastName": "Lee", "dateOfBirth": "1985-02-08", "driversLicenceNo": "94977111", "driversLicenceState": "ACT" } }
INPUT DATA
Full Name:
Mary Lee
Date of Birth:
08/02/1985
ID Card No:
94977111
State of Issue:
ACT
RESULTS
Output flags
The verification failed due to the first name being incorrect.
The Database was unable to find a match for the provided details.
The Database was unable to find a match for the provided details.
Safe Harbour Score:
None
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.
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.