UK
Fixed Address Format
Address Lookup
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken > <wsse:Username>admin@admin.com</wsse:Username> <wsse:Password>Password</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ns:AddressLookup> <ns:InputData> <ns:Country>United Kingdom</ns:Country> <ns:Street></ns:Street> <ns:SubStreet></ns:SubStreet> <ns:City></ns:City> <ns:SubCity></ns:SubCity> <ns:StateDistrict></ns:StateDistrict> <ns:POBox></ns:POBox> <ns:Region></ns:Region> <ns:Principality></ns:Principality> <ns:ZipPostcode>ch49gb</ns:ZipPostcode> <ns:Building></ns:Building> <ns:SubBuilding></ns:SubBuilding> <ns:Premise></ns:Premise> </ns:InputData> </ns:AddressLookup> </soapenv:Body> </soapenv:Envelope> -----------------------------Response------------------------------------------- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <s:Header> <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <u:Timestamp u:Id="_0"> <u:Created>2014-12-09T08:59:33.495Z</u:Created> <u:Expires>2014-12-09T09:04:33.495Z</u:Expires> </u:Timestamp> </o:Security> </s:Header> <s:Body> <AddressLookupResponse xmlns="http://www.id3global.com/ID3gWS/2013/04"> <AddressLookupResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <GlobalAddress> <Country/> <Street>HERONS WAY</Street> <SubStreet/> <City>CHESTER</City> <SubCity>CHESTER BUSINESS PARK</SubCity> <StateDistrict/> <POBox/> <Region/> <Principality/> <ZipPostcode>CH4 9GB</ZipPostcode> <DpsZipPlus/> <CedexMailsort/> <Department>PAF VER Y14M09 PC N1425-A0920</Department> <Company>GB GROUP PLC</Company> <Building/> <SubBuilding/> <Premise>THE FOUNDATION</Premise> <AddressLine1/> <AddressLine2/> <AddressLine3/> <AddressLine4/> </GlobalAddress> </AddressLookupResult> </AddressLookupResponse> </s:Body> </s:Envelope>
Authenticate SP Method
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken > <wsse:Username>USERNAME</wsse:Username> <wsse:Password>PASSWORD</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ns:AuthenticateSP> <ns:ProfileIDVersion> <ns:ID>PROFILEID</ns:ID> <Version>0</Version> </ns:ProfileIDVersion> <ns:CustomerReference></ns:CustomerReference> <ns:InputData> <ns:Personal> <ns:PersonalDetails> <ns:Title></ns:Title> <ns:Forename>Shenol</ns:Forename> <ns:Surname>Hoines</ns:Surname> <ns:Gender>Female</ns:Gender> <ns:DOBDay>1</ns:DOBDay> <ns:DOBMonth>9</ns:DOBMonth> <ns:DOBYear>1946</ns:DOBYear> </ns:PersonalDetails> </ns:Personal> <ns:Addresses> <ns:CurrentAddress> <ns:Country>United Kingdom</ns:Country> <ns:Street>high street</ns:Street> <ns:City>Westbury</ns:City> <ns:Region></ns:Region> <ns:ZipPostcode>BA133BN</ns:ZipPostcode> <ns:Building>109</ns:Building> <ns:Premise></ns:Premise> </ns:CurrentAddress> </ns:Addresses> <ns:IdentityDocuments> <ns:EuropeanIdentityCard> <ns:Line1>IDGBR1234567897<<<<<<<<<<<<<<<</ns:Line1> <ns:Line2>4609011F2201110GBR<<<<<<<<<<<6</ns:Line2> <ns:Line3>Shenol<<hoines<<<<<<<<<<<<</ns:Line3> <ns:ExpiryDay>11</ns:ExpiryDay> <ns:ExpiryMonth>01</ns:ExpiryMonth> <ns:ExpiryYear>22</ns:ExpiryYear> <ns:CountryOfNationality>GBR</ns:CountryOfNationality> <ns:CountryOfIssue>GBR</ns:CountryOfIssue> </ns:EuropeanIdentityCard> </ns:IdentityDocuments> </ns:InputData> </ns:AuthenticateSP> </soapenv:Body> </soapenv:Envelope>
Bank Account Verification
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken > <wsse:Username>USERNAME</wsse:Username> <wsse:Password>PASSWORD</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ns:AuthenticateSP> <ns:ProfileIDVersion> <ns:ID>PROFILEID</ns:ID> <Version>0</Version> </ns:ProfileIDVersion> <ns:CustomerReference></ns:CustomerReference> <ns:InputData> <ns:Personal> <ns:PersonalDetails> <ns:Title>Mr</ns:Title> <ns:Forename>David</ns:Forename> <ns:MiddleName></ns:MiddleName> <ns:Surname>Archer</ns:Surname> <ns:Gender>Male</ns:Gender> <ns:DOBDay>1</ns:DOBDay> <ns:DOBMonth>2</ns:DOBMonth> <ns:DOBYear>1947</ns:DOBYear> </ns:PersonalDetails> </ns:Personal> <ns:Addresses> <ns:CurrentAddress> <ns:Country>United Kingdom</ns:Country> <ns:Street>High St</ns:Street> <ns:City>Westbury</ns:City> <ns:Region></ns:Region> <ns:ZipPostcode>BA133BN</ns:ZipPostcode> <ns:Premise>530</ns:Premise> </ns:CurrentAddress> </ns:Addresses> <ns:IdentityDocuments> <ns:UK> <ns:Passport> <ns:Number>9876543213GBR4702014M160310900</ns:Number> <ns:ExpiryDay>10</ns:ExpiryDay> <ns:ExpiryMonth>03</ns:ExpiryMonth> <ns:ExpiryYear>2016</ns:ExpiryYear> </ns:Passport> </ns:UK> </ns:IdentityDocuments> <ns:BankingDetails> <ns:BankAccount> <ns:SortCode>560036</ns:SortCode> <ns:AccountNumber>40308669</ns:AccountNumber> </ns:BankAccount> </ns:BankingDetails> </ns:InputData> </ns:AuthenticateSP> </soapenv:Body> </soapenv:Envelope>
Free Address Format
Authenticate SP Method
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken > <wsse:Username>USERNAME</wsse:Username> <wsse:Password>PASSWORD</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ns:AuthenticateSP> <ns:ProfileIDVersion> <ns:ID>PROFILEID</ns:ID> <Version>0</Version> </ns:ProfileIDVersion> <ns:CustomerReference></ns:CustomerReference> <ns:InputData> <ns:Personal> <ns:PersonalDetails> <ns:Title></ns:Title> <ns:Forename>Shenol</ns:Forename> <ns:Surname>Hoines</ns:Surname> <ns:Gender>Female</ns:Gender> <ns:DOBDay>1</ns:DOBDay> <ns:DOBMonth>9</ns:DOBMonth> <ns:DOBYear>1946</ns:DOBYear> </ns:PersonalDetails> </ns:Personal> <ns:Addresses> <ns:CurrentAddress> <ns:Country>United Kingdom</ns:Country> <ns:Street>high street</ns:Street> <ns:City>Westbury</ns:City> <ns:Region></ns:Region> <ns:ZipPostcode>BA133BN</ns:ZipPostcode> <ns:Building>109</ns:Building> <ns:Premise></ns:Premise> </ns:CurrentAddress> </ns:Addresses> <ns:IdentityDocuments> <ns:EuropeanIdentityCard> <ns:Line1>IDGBR1234567897<<<<<<<<<<<<<<<</ns:Line1> <ns:Line2>4609011F2201110GBR<<<<<<<<<<<6</ns:Line2> <ns:Line3>Shenol<<hoines<<<<<<<<<<<<</ns:Line3> <ns:ExpiryDay>11</ns:ExpiryDay> <ns:ExpiryMonth>01</ns:ExpiryMonth> <ns:ExpiryYear>22</ns:ExpiryYear> <ns:CountryOfNationality>GBR</ns:CountryOfNationality> <ns:CountryOfIssue>GBR</ns:CountryOfIssue> </ns:EuropeanIdentityCard> </ns:IdentityDocuments> </ns:InputData> </ns:AuthenticateSP> </soapenv:Body> </soapenv:Envelope>
Bank Account Verification
<soapenv:Envelope xmlns:ns="http://www.id3global.com/ID3gWS/2013/04" xmlns:soap="soap" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"> <wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken > <wsse:Username>USERNAME</wsse:Username> <wsse:Password>PASSWORD</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ns:AuthenticateSP> <ns:ProfileIDVersion> <ns:ID>PROFILEID</ns:ID> <Version>0</Version> </ns:ProfileIDVersion> <ns:CustomerReference></ns:CustomerReference> <ns:InputData> <ns:Personal> <ns:PersonalDetails> <ns:Title>Mr</ns:Title> <ns:Forename>David</ns:Forename> <ns:MiddleName></ns:MiddleName> <ns:Surname>Archer</ns:Surname> <ns:Gender>Male</ns:Gender> <ns:DOBDay>1</ns:DOBDay> <ns:DOBMonth>2</ns:DOBMonth> <ns:DOBYear>1947</ns:DOBYear> </ns:PersonalDetails> </ns:Personal> <ns:Addresses> <ns:CurrentAddress> <ns:Country>United Kingdom</ns:Country> <ns:ZipPostcode>BA133BN</ns:ZipPostcode> <ns:AddressLine1>530 high street</ns:AddressLine1> <ns:AddressLine2>Westbury</ns:AddressLine2> <ns:AddressLine3></ns:AddressLine3> <ns:AddressLine4></ns:AddressLine4> <ns:AddressLine5></ns:AddressLine5> <ns:AddressLine6></ns:AddressLine6> <ns:AddressLine7></ns:AddressLine7> <ns:AddressLine8></ns:AddressLine8> </ns:CurrentAddress> </ns:Addresses> <ns:IdentityDocuments> <ns:UK> <ns:Passport> <ns:Number>9876543213GBR4702014M160310900</ns:Number> <ns:ExpiryDay>10</ns:ExpiryDay> <ns:ExpiryMonth>03</ns:ExpiryMonth> <ns:ExpiryYear>2016</ns:ExpiryYear> </ns:Passport> </ns:UK> </ns:IdentityDocuments> <ns:BankingDetails> <ns:BankAccount> <ns:SortCode>560036</ns:SortCode> <ns:AccountNumber>40308669</ns:AccountNumber> </ns:BankAccount> </ns:BankingDetails> </ns:InputData> </ns:AuthenticateSP> </soapenv:Body> </soapenv:Envelope>