Skip to the content.

IbanChecker component

This component will allow you to check if an IBAN (International Banking Account Number) number is correct (the algorithm can be found here: https://en.wikipedia.org/wiki/International_Bank_Account_Number).

Once it has been added to your app, the component will just show you a set of toggles that indicate which checks passed (true) and which failed (false). The IBAN check toggle is the one indicating if the whole IBAN number is correct:

IbanChecker

Using the compact mode (see CompactMode input property below), you can ask the component to just display an icon showing the result of the check:

IbanChecker

Supported countries are (along with their IBAN country code):

Component properties

Here are the properties available to configure and use the component:

Input

The following other output parameters are for INTERNAL USE only:

Important notes

How to use it

HISTORY changes

v0.1 [ 14-sept-2020 ]

v0.2 [ 18-sept-2020 ]