Link to the plugin page:
Demo to preview the plugin:
Introduction
The IBAN Validator plugin allows you to quickly verify whether an International Bank Account Number (IBAN) entered by a user is valid.
This ensures that only properly formatted and valid IBANs are accepted, improving payment reliability and reducing human error - particularly for apps with international users or multi-currency support.
Key Features
Prerequisite(s)
Before using the plugin, ensure that:
- You have added an input field for the user to enter their IBAN.
- The IBAN Validator element is added to the same page so its workflows can run properly.
How to setup
Step 1. Install the Plugin
Step 2. Add the Plugin Element
Step 3. Add the Workflow Action
Step 4. Bulk Validation (Optional)
Step 5. Preview and test
Plugin Element - IBAN Validator
Element Actions
Check Validity of IBAN
Check Validity of multiple IBANs
Exposed states
Property | Description | Type |
IBAN Valid? | Returns “yes” if the IBAN is valid, “no” if not. Can be used in conditions (e.g., “Only when IBAN Validator’s IBAN Valid? is yes”). | Checkbox (yes/no) |
Valid IBANs | A list of valid IBANs after running a bulk validation. | Text |
Invalid IBANs | A list of invalid IBANs after running a bulk validation. | Text |
Plugin Actions
Validate IBANs
Is IBAN Valid