LookupIban service

You use the LookupIBAN service to find the IBAN and BIC details for a domestic account. You can look up the IBAN and BIC for all countries that are supported by Bank Wizard, where the country supports the IBAN. When you call this service, Bank Wizard validates the account details, forms the IBAN from the valid details and then looks up the associated BIC.

For Netherlands accounts, if you have the correct licence and role, you can perform a Netherlands account lookup. This retrieves the IBAN and BIC for accounts that exist and have been used. To perform this type of lookup, you only need to supply the 10 digit account number.

If you supply the Bank Code as well as the account number, Bank Wizard performs a standard lookup. That is Bank Wizard validates the account details, forms the IBAN from the valid details and then looks up the associated BIC.

To look up an IBAN and BIC, you must supply:

This service returns:

Example SOAP messages

Request

<soapenv:Body>

<ban:LookupIbanRequest ISOCountry="FR" language="en" reportString="Rpt1" itemisationID="555">

<ns:BBAN index="1">00002</ns:BBAN>

<ns:BBAN index="2">90003</ns:BBAN>

<ns:BBAN index="3">12345678901</ns:BBAN>

<ns:BBAN index="4">51</ns:BBAN>

</ban:LookupIbanRequest>

</soapenv:Body>

Response

<soap:Body>

<LookupIbanResponse xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-1">

<BBAN xsi:type="q1:BBANResponseType" index="1" description="Bank code" xmlns:q1="http://experianpayments.com/bankwizard/xsd/2009/07" xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">00002</BBAN>

<BBAN xsi:type="q2:BBANResponseType" index="2" description="Branch code" xmlns:q2="http://experianpayments.com/bankwizard/xsd/2009/07" xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">90003</BBAN>

<BBAN xsi:type="q3:BBANResponseType" index="3" description="Account number" xmlns:q3="http://experianpayments.com/bankwizard/xsd/2009/07" xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">12345678901</BBAN>

<BBAN xsi:type="q4:BBANResponseType" index="4" description="Check digits" xmlns:q4="http://experianpayments.com/bankwizard/xsd/2009/07" xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">51</BBAN>

<IBAN xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">FR7600002900031234567890151</IBAN>

<RoutingBic xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">ROUTEX3AXXX</RoutingBic>

<Result xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">Match</Result>

</LookupIbanResponse>

</soap:Body>