You use the GetLookupIbanInput service to retrieve the input details required for a specified country when using the IBAN Lookup service.
To retrieve the IBAN Lookup input details, you must supply the 2 character country code.
This service returns each BBAN field you must supply. For each field it shows:
<soapenv:Body> <ban:GetLookupIbanInputRequest>SE</ban:GetLookupIbanInputRequest> </soapenv:Body> |
<soap:Body> <GetLookupIbanInputResponse xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-1"> <LookupInputBBAN index="1" maxSize="5" xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">Bank-branch code</LookupInputBBAN> <LookupInputBBAN index="2" maxSize="11" xmlns="http://experianpayments.com/bankwizard/xsd/2011/04">Account number</LookupInputBBAN> </GetLookupIbanInputResponse> </soap:Body> |