SWIFTSearch service (deprecated)

This service is now deprecated and has been replaced by the GlobalSearch service.

You use the SWIFTSearch service to search the global data for basic branch details or to look up a BIC.

You can perform an enhanced search by searching specific categories. The categories you can search are:

To search the details, you must supply:

This service returns:

Example SOAP messages

Request

<soapenv:Body>

<ban:SwiftSearchRequest page="1" pageSize="10" reportString="TEST_002" itemisationID="002"> bank:Westminster</ban:SwiftSearchRequest>

</soapenv:Body>

Response

<soap:Body>

<SwiftSearchResponse Token="D6P4..." NewToken="true" Size="101" xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-1">

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

<Name>NATIONAL WESTMINSTER BANK PLC</Name>

<Address/>

<BranchInformation>(ACCRINGTON BRANCH)</BranchInformation>

<ZipCode/>

<City>ACCRINGTON</City>

<Country>ENGLAND</Country>

<ISOCountryCode>GB</ISOCountryCode>

<CountryStateProvince/>

<IbanCountryCode>GB</IbanCountryCode>

<BranchBic>NWBKGB2207R</BranchBic>

<IbanBicCode>NWBKGB2007R</IbanBicCode>

<UniqueBic>NWBKGB2007R</UniqueBic>

</SwiftData>

...

</SWIFTSearchResponse>

</soap:Body>