You use the Verify service to check that the account exists, is open and is associated with the supplied personal or company details.
To verify the account exists and is open, you must supply:
To verify that the account is associated with a person, supply:
To verify that the account is associated with a company, supply:
Optionally, you can also supply:
|
You must supply either both the account type and the customer account type or neither. |
This service returns:
<soapenv:Body> <ban:VerifyRequest language="en" reportString="RPT" itemisationID="001"> <ns:accountInformation> <ns:sortCode>070116</ns:sortCode> <ns:accountNumber>00003036</ns:accountNumber> <ns:checkContext>Direct Credit</ns:checkContext> <!--Roll number optional--> <ns:rollNumber></ns:rollNumber> <!--Account verification optional--> <ns:accountVerification> <!--Account setup date optional--> <ns:accountSetupDate> <ns:year>2002</ns:year> <!--Month and day optional--> <ns:month>6</ns:month> <ns:day>27</ns:day> </ns:accountSetupDate> </ns:accountVerification> </ns:accountInformation> <!--Personal information optional--> <ns:personalInformation> <ns:personal> <ns:firstName>Ashely</ns:firstName> <ns:surname>Marma</ns:surname> </ns:personal> <!--Address optional--> <ns:address> <!--1 to 3 delivery points--> <ns:deliveryPoint deliveryType="houseNumber">1</ns:deliveryPoint> <!--1 or 2 postal points--> <ns:postalPoint postalType="postcode">SE120ES</ns:postalPoint> <ns:postalPoint postalType="street">ABBEY LODGE</ns:postalPoint> </ns:address> <!--Owner type optional--> <ns:ownerType>Single</ns:ownerType> </ns:personalInformation> </ban:VerifyRequest> </soapenv:Body> |
<soap:Body> <VerifyResponse xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-0"> <accountInformation accountVerificationStatus="Match" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <sortCode>070116</sortCode> <accountNumber>00003036</accountNumber> <dataAccessKey>...</dataAccessKey> </accountInformation> <personalInformation xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <personalDetailsScore>7</personalDetailsScore> <addressScore>9</addressScore> <accountSetupDateMatch>Match</accountSetupDateMatch> <accountSetupDateScore>9</accountSetupDateScore> <accountOwnerMatch>Match</accountOwnerMatch> </personalInformation> <conditions xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <condition severity="warning" code="22" xmlns="http://experianpayments.com/bankwizard/common/xsd/2009/09">Branch is not SEPA compliant for Priority Payments (PP)</condition> <condition severity="warning" code="18" xmlns="http://experianpayments.com/bankwizard/common/xsd/2009/09">Branch is not SEPA compliant for Credit Transfers (CT)</condition> <condition severity="warning" code="20" xmlns="http://experianpayments.com/bankwizard/common/xsd/2009/09">Branch is not SEPA compliant for Direct Debits (DD)</condition> </conditions> </VerifyResponse> </soap:Body> |
<soapenv:Body> <ban:VerifyRequest language="en" reportString="RPT" itemisationID="001"> <ns:accountInformation> <ns:sortCode>404745</ns:sortCode> <ns:accountNumber>51406795</ns:accountNumber> <ns:checkContext>Direct Credit</ns:checkContext> <ns:accountSetupDate> <ns:year>2002</ns:year> <!--Month and day optional--> <ns:month>6</ns:month> <ns:day>27</ns:day> </ns:accountSetupDate> </ns:accountInformation> <!--Company information--> <ns:companyInformation> <ns:companyName>Vitruvius Stonework Limited</ns:companyName> <ns:registrationNumber>M60674010</ns:registrationNumber> <ns:companyType>L</ns:companyType> <ns:proprietor> <ns:firstName>Abbas</ns:firstName> <ns:surname>Howes</ns:surname> <ns:dob>1970-11-09</ns:dob> </ns:proprietor> <ns:address> <ns:deliveryPoint deliveryType="houseNumber">1</ns:deliveryPoint> <ns:deliveryPoint deliveryType="houseName">Springbank Chapelgreen</ns:deliveryPoint> <ns:postalPoint postalType="street">Charlmont Road</ns:postalPoint> <ns:postalPoint postalType="postcode">SW17 9AB</ns:postalPoint> </ns:address> </ns:companyInformation> </ban:VerifyRequest> </soapenv:Body> |
<soap:Body> <VerifyResponse xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-0"> <accountInformation accountVerificationStatus="Match" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <sortCode>404745</sortCode> <accountNumber>51406795</accountNumber> <dataAccessKey>...</dataAccessKey> </accountInformation> <companyInformation xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <companyNameScore>9</companyNameScore> <companyNameAndAddressScore>9</companyNameAndAddressScore> <companyTypeMatch>Match</companyTypeMatch> <registrationNumberMatch>Match</registrationNumberMatch> <proprietorDetailsScore>9</proprietorDetailsScore> <companyAccountSetupDateScore>9</companyAccountSetupDateScore> <accountOwnerMatch>Match</accountOwnerMatch> </companyInformation> <conditions xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <condition severity="warning" code="2" xmlns="http://experianpayments.com/bankwizard/common/xsd/2009/09">Modulus algorithm is unavailable for these account details</condition> </conditions> </VerifyResponse> </soap:Body> |