validateIban
$0.01/invocation
Validates an International Bank Account Number (IBAN) against the ISO 13616 registry: country code, length, per-country account number structure, and the ISO 7064 mod-97-10 check digits. Accepts spaces and lowercase. Returns a structured verdict with a reason code when validation fails. Checks structural validity only: it cannot confirm that an account actually exists.
validateIban(
)
=
loading...
API


python

Ruby
>_

Google Sheets
Chat
Email
To use this function in your Ruby application:
1. Install it:
gem install func_live
2. Copy over this snippet:
FuncLive.token = 'FUNC_TOKEN'
FuncLive.("validateIban", "GB29 NWBK 6016 1331 9268 19")
3. Make sure to replace FUNC_TOKEN with an actual token from tokens.wakeflow.io
For more information: https://rubygems.org/gems/func_live