GetInputWithSearch service

You use this to retrieve search and validation information for a specified country. This returns the available checking levels, the inputs required for the checking levels and any defined search categories. If indexed search is not supported for this country, no categories are returned.

To retrieve the validation inputs and search categories, you must supply the 2 character country code.

This service returns:

For each BBAN it shows: index number, maximum size, local name.

Example SOAP messages

Request

<soapenv:Body>

<ban:GetInputWithSearchRequest>GB</ban:GetInputWithSearchRequest>

</soapenv:Body>

Response

<soap:Body>

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

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

<countryInput>

<validationCheck checkingLevel="Branch" description="Sort code" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">

<BBAN index="1" maxsize="8">Sort code</BBAN>

</validationCheck>

<validationCheck checkingLevel="Account" description="Account" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">

<BBAN index="1" maxsize="8">Sort code</BBAN>

<BBAN index="2" maxsize="12">Account</BBAN>

</validationCheck>

<validationCheck checkingLevel="BIC" description="Account & BIC" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">

<BBAN index="1" maxsize="8">Sort code</BBAN>

<BBAN index="2" maxsize="12">Account</BBAN>

<BBAN index="5" maxsize="11">BIC</BBAN>

</validationCheck>

<validationCheck checkingLevel="Domestic" description="Roll number" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">

<BBAN index="1" maxsize="8">Sort code</BBAN>

<BBAN index="2" maxsize="12">Account</BBAN>

<BBAN index="3" maxsize="18">Roll number</BBAN>

</validationCheck>

</countryInput>

<searchCategories>

<category>branch</category>

<category>address</category>

<category>bic</category>

<category>all</category>

</searchCategories>

</countryInputMetaData>

</GetInputWithSearchResponse>

</soap:Body>