You use this service, after 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 BWValidate or BWValidateIBAN.
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> <ns:BWGetFasterPaymentsDataRequest language="en" returnSubBranches="false"> <eih:EIHHeader> <eih:ClientUser>User</eih:ClientUser> <eih:ReferenceId>123</eih:ReferenceId> </eih:EIHHeader> <dataAccessKey>Data Access Key</dataAccessKey> </ns:BWGetFasterPaymentsDataRequest> </soapenv:Body> |
<SOAP-ENV:Body> <eih:BWGetFasterPaymentsDataResponse> <header:EIHHeader> <header:ClientUser>User</header:ClientUser> <header:ReferenceId>123</header:ReferenceId> </header:EIHHeader> <bws:fasterPaymentsData subBranchNumber="0"> <bws:status>M</bws:status> <bws:redirectedToBranch>false</bws:redirectedToBranch> <bws:handlingBankConnType>76</bws:handlingBankConnType> <bws:handlingBankCode>BBBF</bws:handlingBankCode> <bws:accountsNumberedFlag>N</bws:accountsNumberedFlag> <bws:settlementBankConnection>56</bws:settlementBankConnection> <bws:settlementBankcode>AAAF</bws:settlementBankcode> </bws:fasterPaymentsData> </eih:BWGetFasterPaymentsDataResponse> </SOAP-ENV:Body> |