Join our Slack community to connect with other developers and kickstart your Loqate journey.
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
Was this page helpful?