curl --request GET \
--url 'https://api.addressy.com/InternationalBankValidation/Interactive/Validate/v1.00/json6.ws?Key='{
"Items": [
{
"IsCorrect": "True"
}
]
}Validate international bank account numbers internationally - excluding US. Returns whether IBAN format is correct.
curl --request GET \
--url 'https://api.addressy.com/InternationalBankValidation/Interactive/Validate/v1.00/json6.ws?Key='{
"Items": [
{
"IsCorrect": "True"
}
]
}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?