Join our Slack community to connect with other developers and kickstart your Loqate journey.
cURL
curl --request GET \ --url https://api.addressy.com/BankAccountValidation/Batch/Validate/v1.00/json6.ws
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?