GetSEPAData service

You use this service, after verifying or validating account details, to retrieve the SEPA data. If the request is for a main branch, you can also retrieve the details for any sub-branches.

To get SEPA data, you must supply the data access key returned by Validate, ValidateIBAN or Verify.

To return sub-branch data, set returnSubBranches to true. If you do not supply this, the default (False) is used and no sub-branch data is returned.

This service returns:

Example SOAP messages

Request

<soapenv:Body>

<ban:GetSEPADataRequest language="en" returnSubBranches="true">

<ns:dataAccessKey>...</ns:dataAccessKey>

</ban:GetSEPADataRequest>

</soapenv:Body>

Response

<soap:Body>

<GetSEPADataResponse subBranchesAvailable="true" xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-0">

<sepaData subBranchNumber="0" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07">

<ibanBIC>LOYDGB21225</ibanBIC>

<SSIBIC>LOYDGB21225</SSIBIC>

<creditTransferAdherenceDate>2008-01-28</creditTransferAdherenceDate>

</sepaData>

</GetSEPADataResponse>

</soap:Body>