curl --request GET \
--url 'https://api.addressy.com/BankAccountValidation/Interactive/Validate/v2.00/json6.ws?Key='{
"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.
curl --request GET \
--url 'https://api.addressy.com/BankAccountValidation/Interactive/Validate/v2.00/json6.ws?Key='{
"Items": [
{
"IsCorrect": "False",
"IsDirectDebitCapable": "False",
"StatusInformation": "UnknownSortCode",
"CorrectedSortCode": "",
"CorrectedAccountNumber": "",
"IBAN": "",
"Bank": "",
"BankBIC": "",
"Branch": "",
"BranchBIC": "",
"ContactAddressLine1": "",
"ContactAddressLine2": "",
"ContactPostTown": "",
"ContactPostcode": "",
"ContactPhone": "",
"ContactFax": "",
"FasterPaymentsSupported": "",
"CHAPSSupported": ""
}
]
}This method will consume credit.Documentation Index
Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?