Numbers
Fake IBAN Generator
Used by developers, writers, and creators worldwide.
A fake IBAN generator produces International Bank Account Numbers in the correct country format and length — for example a 22-character UK or German IBAN, or a 27-character French one — without corresponding to any real account. They are built for testing: filling banking and payment forms, exercising IBAN field validation and formatting, and seeding development databases without touching real financial data. Choose a specific country to match the format your form expects, or leave it on random for a varied set across Europe. Because these are placeholders rather than real account numbers, you can use them freely in test environments. Generate a batch, copy the list, and paste the IBANs into your forms, fixtures, or seed scripts.
Loading usage…
Free forever — no account required
How to use
- Choose your options above
- Click Generate
- Copy your result
Detailed instructions
- Choose a country, or leave it on random for a mix of formats.
- Set how many IBANs you need.
- Click Generate to produce the fake IBANs.
- Copy the list into your forms, fixtures, or seed data.
Use Cases
- •Testing IBAN field validation and formatting in forms
- •Seeding a development database with banking records
- •Filling payment and payout forms during QA
- •Checking how your UI displays IBANs of different lengths
- •Placeholder account data in mockups and demos
Tips
- →Match the country to the market your form serves so the length is realistic.
- →Use these to confirm your UI formats and groups IBAN digits correctly.
- →Expect strict checksum validators to reject them — that proves your validation works.
- →Never use a generated IBAN for a real payment or payout.
FAQ
are these real bank account numbers
No — they follow the country code, length, and structure of real IBANs but are randomly generated and tied to no real account. They are test data only and must never be used for an actual transfer.
will these pass iban validation
They match the correct country format and length, so they exercise length and structure checks. Strict validators that verify the IBAN checksum digits may reject them — which is itself a useful test that your validation is working.
why do iban lengths differ by country
Each country defines its own IBAN length and internal structure, from 18 characters for the Netherlands to 27 for France. Selecting a country here produces the correct length so your form is tested against the real-world format it will receive.