cURL
curl --request GET \ --url https://api.addressy.com/BankAccountValidation/Interactive/RetrieveBySortcode/v1.00/json6.ws
200
Success
{ "Items": [ { "Bank": "", "BankBIC": "", "Branch": "", "BranchBIC": "", "ContactAddressLine1": "", "ContactAddressLine2": "", "ContactPostTown": "", "ContactPostcode": "", "ContactPhone": "", "ContactFax": "", "FasterPaymentsSupported": "", "CHAPSSupported": "" } ]}
Get UK bank branch details using sort code only. Returns bank name, BIC codes, branch contact information, and supported payment service types.
The key to use to authenticate to the service.
The branch sortcode.
Show child attributes
The name of the banking institution.
The banking institution's BIC, also know as the SWIFT BIC.
The name of the account holding branch.
The branch's BIC.
Line 1 of the branch's contact address. NB: This is the address to be used for BACs enquiries and may be a contact centre rather than the branch's address.
Line 2 of the branch's contact address.
The branch's contact post town.
The branch's contact postcode.
The branch's contact phone number.
The branch's contact fax number.
Indicates that the account supports the faster payments service.
Indicates that the account supports the CHAPS service.
Was this page helpful?