cURL
curl --request GET \ --url https://api.addressy.com/InternationalBankValidation/Interactive/Validate/v1.00/json6.ws
200
Success
{ "Items": [ { "IsCorrect": "True" } ]}
Validate international bank account numbers internationally - excluding US. Returns whether IBAN format is correct.
The key to use to authenticate to the service.
The international bank account number to validate.
Show child attributes
Indicates whether the IBAN is valid.
Was this page helpful?