Looking for support.loqate.com? Click here to find our on-prem documentation.
cURL
curl --request GET \ --url 'https://api.addressy.com/BankAccountValidation/Batch/Validate/v1.00/json6.ws?Key='
200
Success
{ "Items": [ { "OriginalAccountNumber": "12345678", "OriginalSortCode": "112233", "IsCorrect": "False", "IsDirectDebitCapable": "False", "StatusInformation": "UnknownSortCode", "CorrectedSortCode": "", "CorrectedAccountNumber": "", "IBAN": "", "Bank": "", "BankBIC": "", "Branch": "", "BranchBIC": "", "ContactAddressLine1": "", "ContactAddressLine2": "", "ContactPostTown": "", "ContactPostcode": "", "ContactPhone": "", "ContactFax": "" } ] }
Validate multiple UK bank accounts and sort codes in bulk. Returns corrected details, IBAN, and branch information.
The key to use to authenticate to the service.
The bank account number to validate.
The branch sortcode for the account number.
Show child attributes
Was this page helpful?