Passport
Australian Search
Name Matching
<?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>487D6F83-5081-4D54-8E60-8B2BBA9B89CA</Token> <Reference /> <DataSources> <DataSource_v26> <DataSourceName>Australian Third Party Datasets</DataSourceName> <Enabled>true</Enabled> <ConsentObtained>true</ConsentObtained> </DataSource_v26> </DataSources> </Session> <Criteria> <FirstName>John</FirstName> <LastName>Smith</LastName> <DateOfBirth>1965-01-01</DateOfBirth> <PassportNumber>C5100511</PassportNumber> <Gender>Male</Gender> </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>0</Status> <safe_harbour_score>M2</safe_harbour_score> <Item> <VerifyItem_v26> <FirstName>John</FirstName> <MiddleName /> <LastName>Smith</LastName> <DateofBirth>1965-01-01</DateofBirth> <PassportNumber>C5100511</PassportNumber> <SourceVerified>true</SourceVerified> </VerifyItem_v26> </Item> </VerifyResult_v26> </Results> <SafeHarbour>false</SafeHarbour> <ReportingReference>DZ-KWD-000000001042178</ReportingReference> </VerifyResult> </VerifyResponse> </soap:Body>
{ "dataSources": [ "Australian Third Party Datasets" ], "firstName": "John", "lastName": "Smith", "dateOfBirth": "1965-01-01", "passportNo": "C5100511", "gender": "Male", "thirdPartyDatasetsConsentObtained": true }
{ "reportingReference": "DZ-KWE-000000001042132", "safeHarbour": false, "thirdPartyDatasets": { "status": 0, "verified": true, "safeHarbourScore": "M2", "firstName": "John", "lastName": "Smith", "dateOfBirth": "1965-01-01", "passportNo": "C5100511" } }
INPUT DATA
Full Name:
John Smith
Date of Birth:
01/01/1965
Passport No:
C5100511
Gender:
Male
RESULTS
Output flags
Source Verified:
TRUE
Safe Harbour Score:
M2
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.