Fake IBAN Generator
Generate random, valid-looking International Bank Account Numbers (IBAN) for testing purposes across multiple countries.
Configuration
Generated IBANs
About this tool
The Fake IBAN Generator creates valid-looking International Bank Account Numbers (IBANs) that can be used for software testing, form validation, or demonstrations.
An International Bank Account Number (IBAN) is an internationally agreed system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions with a reduced risk of transcription errors.
What it does
This tool generates random combinations of letters and numbers that follow the standardized structure of IBANs for over 60 supported countries. The generated numbers are syntactically valid but do not correspond to any real bank accounts.
Use Cases
- Testing Payment Gateways: Verify that your system correctly parses and accepts valid IBAN formats.
- Form Validation Testing: Ensure that web or app forms correctly identify properly structured IBANs versus invalid ones.
- Demonstrations: Use realistic-looking data in software demos without exposing real customer financial information.
[!CAUTION] Warning: These IBANs are strictly for testing and development purposes. They are fake and cannot be used for any real-world financial transactions. Attempting to use them for actual payments will result in transaction failures.
Credits
This tool is powered by the following open-source packages:
- @faker-js/faker: Used for generating the syntactically correct IBANs.
- countries-list: Used for mapping country codes to human-readable names.