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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    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.

Examples

Check whether IBAN is valid:

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

See also

Created 26th February 2021, last changed 26th February 2021


IBAN.Format - IBAN.RegEx

Feedback: Report problem or ask question.