Test IBAN Generator - Valid Test IBANs
Generate test IBANs for NL, DE, BE, FR and GB that pass MOD-97 and the country's own format, plus the national check digit for Belgium and France. Real format, no real account.
Test IBAN Generator - Generate Valid Test IBANs
Generate structurally valid IBAN numbers for software development and testing. Each generated IBAN has correct country formatting and valid check digits, making it pass standard validation routines while not belonging to any real bank account. Essential for testing payment integrations safely.
The generator builds the BBAN (Basic Bank Account Number) part by part in the order that country's IBAN specification prescribes, then computes the two check digits with the MOD-97 algorithm from ISO 13616. Belgium and France carry a second check digit inside the account itself, computed by the bank; the generator solves for it rather than filling in something random, so a Belgian or French number holds up against a validator that looks at more than MOD-97. British bank codes are four letters, not four digits, which is the kind of detail a generated number has to get right to be useful. Every number this tool produces is run through our own IBAN Validator in the test suite.
Payment developers test Stripe, Mollie, and Adyen integrations with valid test IBANs. QA engineers verify form validation on banking applications. Database developers populate test databases with realistic data. Compliance teams test SEPA payment processing without using real customer accounts.
Never use real customer IBANs in test or development environments - this violates GDPR and banking regulations. Always clearly label test data as non-production. Most payment service providers also offer their own sandbox IBANs, which should be used alongside generated test IBANs.
Compared to hardcoding a few test IBANs in your codebase, a generator produces fresh numbers on demand and supports multiple countries. For testing other Dutch identifiers, see our Test BSN Generator and Test Document Number Generator.
This is one of 21 tools built on actual Dutch regulations rather than generic maths: salary and severance, notice periods and WW duration, BTW and mortgages, public holidays, AOW age, and GDPR-safe test data for Dutch systems.
See all Dutch toolsThis generator is part of a set of GDPR-safe Dutch test data tools: test BSNs, IBANs, document numbers, BRP records, and UPA files. All of them work in the browser, and several are available as a REST API and MCP server for CI pipelines and AI agents.
View the Dutch test data toolkitHow the Test IBAN Generator Works
- 01Select the country code for the IBAN you need
- 02Choose the number of test IBANs to generate
- 03Click Generate - each IBAN follows the correct country format with valid check digits
- 04Copy the generated IBANs for use in your development or testing environment
Using Test IBANs in Software Development
Test IBANs are essential for developing and testing payment systems, banking integrations, and form validation. The generated IBANs have valid check digits and correct country-specific formatting, but they do not correspond to real bank accounts. Never use real customer IBANs in test environments. Most payment providers (Stripe, Mollie, Adyen) also provide their own test IBANs for sandbox mode.
When to Use the Test IBAN Generator
Use this generator during development and testing of payment integrations, banking applications, and financial forms. Whenever you need IBAN numbers that pass validation but do not belong to real accounts, this tool provides safe test data. Essential for Stripe, Mollie, and Adyen sandbox testing, as well as populating test databases.
Common Use Cases
- Testing IBAN input validation on payment forms and banking applications → Test BSN Generator
- Populating test and staging databases with realistic but fictional bank account data
- Developing SEPA payment integration tests with structurally valid IBANs
- QA testing of financial software without risking exposure of real customer data
Expert Tips
- Always clearly label test data as non-production in your test databases to prevent accidental use
- For Stripe sandbox testing, use Stripe's own test IBANs (e.g., DE89370400440532013000) which trigger specific test scenarios
- Combine with Test BSN Generator and Test Document Number Generator for a complete Dutch test data set
Frequently Asked Questions
Are these IBANs real bank account numbers?→
Will these IBANs pass validation checks?→
Which countries are supported?→
Can I use these for payment provider sandbox testing?→
Related tools
12 suggested- 01IBAN Validator - Check 89 CountriesCheck IBANs from 89 countries against the MOD-97 check digits, the country's own length and its character layout. For Dutch IBANs it names the bank. Instant, in your browser.
- 02Dice Roller - Roll Any Dice InstantlyRoll virtual dice for board games, RPGs, and probability experiments. Supports d4, d6, d8, d10, d12, d20, and d100. Cryptographically random, free, and browser-based.
- 03Coin Flip - Heads or Tails OnlineFlip a virtual coin with realistic animation. Track statistics, streaks, and flip history. Fair, cryptographically random, and instant. Free online coin flipper.
- 04Decision Wheel - Spin to DecideEnter your options and spin the wheel to make a random decision. Colorful animated wheel with presets and localStorage. Free decision maker tool.
- 05Macro Calculator - Protein, Carbs & Fat TargetsCalculate your daily calories with Mifflin-St Jeor and get protein, carb, and fat gram targets for balanced, low-carb, and high-protein splits. Free, instant, browser-based.
- 06Sleep Calculator - Best Bedtime & Wake-Up TimesFind the ideal time to go to bed or wake up based on 90-minute sleep cycles, so your alarm rings in light sleep. Free, instant, browser-based.
- 07Water Intake Calculator - How Much Water Per Day?Estimate your daily water needs from body weight, exercise minutes, and climate, in liters and 250 ml glasses. Free, instant, browser-based.
- 08Body Fat Calculator - US Navy MethodEstimate body fat percentage from tape measurements with the US Navy formula, including category table and lean mass. Free, instant, browser-based.
- 09BMR Calculator - Mifflin-St Jeor & Harris-BenedictCalculate your basal metabolic rate with both major formulas side by side, plus a TDEE table for every activity level. Free, instant, browser-based.
- 10Ideal Weight Calculator - Robinson, Miller, Devine & HamwiSee your ideal body weight per four classic formulas and the healthy BMI range, in kg and lb. Free, instant, browser-based.
- 11Final Grade Calculator - What Do I Need on My Final?Calculate the score you need on your final exam to reach your target grade. Free, instant, browser-based.
- 12Test Grade Calculator - Easy Grader for TeachersEnter questions and wrong answers to get the score and letter grade, plus a full grading chart. Free, instant, browser-based.
From the blog
Further reading- Number Bases, Chmod & Validation for DevelopersHow number base conversion works, how Unix chmod permissions are calculated, and how to validate IBANs and credit card numbers with check digit algorithms.9 min read
- How to Generate and Use Test Data for DevelopmentLearn why test data matters, how to generate realistic fake data for development, and best practices for UUIDs, IBANs, lorem ipsum, and GDPR-compliant testing.9 min read
- Dutch Test Data: Generate Valid Test BSNs, IBANs and BRP RecordsHow to generate GDPR-safe Dutch test data: BSN numbers that pass the elfproef, IBANs with valid check digits, and BRP persoonslijst records. Free tools and API.7 min read
Link to this tool
Free to use, free to linkMentioning this tool in a README, a blog post or your team wiki? Paste one of these and your readers land straight on the tool, running in their own browser.
- HTML
<a href="https://toolforte.com/tools/test-iban-generator">Test IBAN Generator</a> - MD
[Test IBAN Generator](https://toolforte.com/tools/test-iban-generator)