You use this service, after verifying or validating account details, to retrieve the Faster Payments data. If the request is for a main branch, you can also retrieve the details for any sub-branches.
|
You can only retrieve Faster Payments data for United Kingdom bank accounts. |
To get Faster Payments 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:
<soapenv:Body> <ban:GetFasterPaymentsDataRequest language="en" returnSubBranches="true"> <ns:dataAccessKey>...</ns:dataAccessKey> </ban:GetFasterPaymentsDataRequest> </soapenv:Body> |
<soap:Body> <GetFasterPaymentsDataResponse subBranchesAvailable="true" xmlns="http://experianpayments.com/bankwizard/wsdl/BankWizardService-v1-0"> <fasterPaymentsData subBranchNumber="0" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <status>M</status> <lastChangeDate>2008-02-23</lastChangeDate> <redirectedToBranch>false</redirectedToBranch> <handlingBankConnType>01</handlingBankConnType> <handlingBankCode>0004</handlingBankCode> <accountsNumberedFlag>N</accountsNumberedFlag> <settlementBankConnection>01</settlementBankConnection> <settlementBankcode>0004</settlementBankcode> </fasterPaymentsData> <fasterPaymentsData subBranchNumber="1" xmlns="http://experianpayments.com/bankwizard/xsd/2009/07"> <status>M</status> <lastChangeDate>2008-02-23</lastChangeDate> ... <settlementBankcode>0004</settlementBankcode> </fasterPaymentsData> </GetFasterPaymentsDataResponse> </soap:Body> |