Returns details of any UK holding branch.
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": "" } ]}
The key to use to authenticate to the service.
The branch sortcode.
The response is of type object.
object
Was this page helpful?