Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

IBAN.IsValid

Checks whether an IBAN is valid.

Component Version macOS Windows Linux Server iOS SDK
IBAN 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "IBAN.IsValid"; IBAN )   More

Parameters

Parameter Description Example
IBAN The IBAN to check. "DE29100100100987654321"

Result

Returns 1, 0 or error.

Description

Checks whether an IBAN is valid.
Ignores invalid characters in input, e.g. strip out dots, spaces or dashes.

The IBAN must:

Returns 1 if valid or 0 if not.

You may want to do a trim() on the number yourself.

Examples

Check whether IBAN is valid:

MBS("IBAN.isValid"; "DE29100100100987654321")

See also

Blog Entries

This function checks for a license.

Created 26th February 2021, last changed 31st August 2023


IBAN.Format - IBAN.RegEx

💬 Ask a question or report a problem