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/Validate/v2.00/json6.ws
200
Success
{ "Items": [ { "IsCorrect": "False", "IsDirectDebitCapable": "False", "StatusInformation": "UnknownSortCode", "CorrectedSortCode": "", "CorrectedAccountNumber": "", "IBAN": "", "Bank": "", "BankBIC": "", "Branch": "", "BranchBIC": "", "ContactAddressLine1": "", "ContactAddressLine2": "", "ContactPostTown": "", "ContactPostcode": "", "ContactPhone": "", "ContactFax": "", "FasterPaymentsSupported": "", "CHAPSSupported": "" } ]}
Verify UK bank account numbers and sort codes individually. Returns corrected BACS details, IBAN, branch information, and payment service support.
The key to use to authenticate to the service.
The bank account number to validate.
The branch sort code for the account number.
Show child attributes
Was this page helpful?