verify_iban
Check a payment account number (IBAN) before paying or before sending an invoice: ISO 13616 structure and ISO 7064 check digits, for 70+ countries, offline and free. Catches the single mistyped character a format check cannot. Optionally reports whether the account is issued in the country of the party being paid — as an observation, not a fraud verdict. It never claims the account exists or who owns it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iban | Yes | The account number to check, as written — spaces and dashes are fine, e.g. "BE68 5390 0754 7034". | |
| expectedCountry | No | Optional ISO 3166-1 alpha-2 country of the party being paid. When given, the answer reports whether the account is issued in that country — as an observation with both countries named, never as a fraud verdict. |