Test IBAN Generator
Generate structurally valid TEST IBANs (correct country format + mod-97 checksum) for sandbox testing.
Generate checksum-valid test IBANs instantly. Free IBAN generator for DE, FR, ES, IT, NL and GB sandbox testing.
Calculator Inputs
About Test IBANs
Generate structurally valid TEST IBANs (correct country format + mod-97 checksum) for sandbox testing.
Pick a country to get a properly shaped IBAN: correct length, valid bank-code pattern, and real mod-97 check digits — so format validators accept it like production data.
These are random and unfunded: fine for format tests, useless for money movement, and must never touch production systems. Everything runs in your browser.
Where it is used
Testing payment forms, SEPA validation logic, and demo environments without touching real accounts.
How to use the Test IBANs
- Country — enter the value.
- Calculate — press the Calculate button to see the result instantly above.
Formula
Country BBAN pattern + ISO 13616 mod-97 check digits.
Examples
Example
Frequently Asked Questions
- Will these pass validation?
- Format and checksum validation, yes. Existence, ownership, and funds checks will (correctly) fail.
- Why do check digits matter?
- Mod-97 catches typos at entry — transposed digits almost always break the checksum. That is the IBAN’s whole anti-error design.
- Can I use these in production tests?
- Sandbox and staging only. Production-like environments with real money rails need official test IBANs from your provider.