Credit Bureau
Australian Search
A Search with the wrong First name
<?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>44AE0C4F-48EE-4368-A937-CD87504F55EC</Token> <Reference /> <DataSources> <DataSource_v25> <DataSourceName>Australian Credit Bureau</DataSourceName> <Enabled>true</Enabled> <ConsentObtained>true</ConsentObtained> </DataSource_v25> </DataSources> </Session> <Criteria> <FirstName>Wrong</FirstName> <LastName>VISSER</LastName> <DateOfBirth>1934-01-04</DateOfBirth> <StreetNumber>47</StreetNumber> <StreetName>Weston</StreetName> <Suburb>DULWICH HILL</Suburb> <State>NSW</State> <PostCode>2203</PostCode> </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_v25> <DataSource>Australian Credit Bureau</DataSource> <Status>2</Status> <safe_harbour_score>None</safe_harbour_score> <Item> <VerifyItem_v25> <FirstName>Wrong</FirstName> <FirstNameVerified>false</FirstNameVerified> <MiddleName /> <MiddleNameVerified>false</MiddleNameVerified> <LastName>VISSER</LastName> <LastNameVerified>false</LastNameVerified> <Addresses> <VerifyItemAddress_v25> <AddressLine1>47 Weston</AddressLine1> <AddressSuburb>DULWICH HILL</AddressSuburb> <AddressState>NSW</AddressState> <AddressPostCode>2203</AddressPostCode> <AddressFromDate>0001-01-01T00:00:00</AddressFromDate> <EncumberanceLodged>0001-01-01T00:00:00</EncumberanceLodged> <AddressVerified>false</AddressVerified> </VerifyItemAddress_v25> </Addresses> <DateofBirth>1934-01-04T00: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 /> <ErrorMessage /> <SourceVerified>false</SourceVerified> </VerifyItem_v25> </Item> </VerifyResult_v25> </Results> <SafeHarbour>false</SafeHarbour> <ReportingReference>DZ-KWB-000000002450336</ReportingReference> </VerifyResult> </VerifyResponse> </soap:Body> </soap:Envelope>
{ "dataSources": [ "Australian Credit Bureau" ], "firstName": "wrong", "lastName": "Visser", "dateOfBirth": "1934-01-04", "streetNo": "47", "streetName": "Weston", "suburb": "Dulwich Hill", "state": "NSW", "postCode": "2203", "creditBureauConsentObtained": true, }
{ "reportingReference": "DZ-KWW-000000001037388", "safeHarbour": false, "creditBureau": { "status": 2, "verified": false, "safeHarbourScore": "None", "firstName": "wrong", "lastName": "VISSER", "dateOfBirth": "1934-01-04", "address1": "47 Weston", "suburb": "DULWICH HILL", "state": "NSW", "postCode": "2203", "fields": { "firstName": "No", "lastName": "No", "dateOfBirth": "No" } } }
INPUT DATA
Full Name:
Wrong Visser
Date of Birth:
04/01/1934
Address:
47 Weston St
Dulwich Hill
2060 NSW
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.
First Name:
FALSE
Last Name:
FALSE
Date of Birth:
FALSE
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.