Ten checksum-valid Italy test IBANs with their domestic bank code and account number, ready for a payment form, fixture or unit test, plus invalid IT cases that a correct validator must reject.
Synthetic only: the bank code may belong to a real Italy bank, but each account number is random. Never use these values for payments or to represent a real account.
BANCA SAN FRANCESCO CREDITO COOPERATIVO SOC.COOP., Canicatti'
IT50 S086 7380 4550 5863 8014 380
08673
80455
058638014380
B.C.C. DI RECANATI E COLMURANO - RECANATI (MC) SCRL, Recanati
Invalid IT IBANs for negative tests
Each value is derived from the first valid IBAN above and re-checked, so the expected result is exact.
Case
Input
Expected validator result
Wrong check digits
IT06O0818784556595098135236
Reject: MOD-97 checksum fails
Transposed BBAN digits
IT050O818784556595098135236
Reject: MOD-97 checksum fails
One character too short
IT05O081878455659509813523
Reject: length does not match the country format
Wrong country prefix
FR05O0818784556595098135236
Reject: length or checksum fails for the other country
Lowercase with spaces
it05 o081 8784 5565 9509 8135 236
Accept after normalizing case and whitespace
Italy IBAN format
IT + 2 check digits + 1 uppercase letter + 5 digits + 5 digits + 12 letters or digits = 27 characters. Validate the length and character classes first, then the MOD-97 checksum: move the first four characters to the end, convert letters to numbers (A=10 … Z=35) and the remainder modulo 97 must be 1.
Need rows for the same bank, city or BIC your integration talks to? The generator can target them, keep a stable seed and export 1,000 rows at a time.
No. They are synthetic IT IBANs with a correct national format and MOD-97 checksum. The bank code can match a real institution, but the account number is random and must never be used for payments.
How long is a Italy IBAN?
A Italy IBAN has 27 characters: the country code IT, two check digits and a 23-character BBAN (1 uppercase letter, 5 digits, 5 digits, 12 letters or digits).
Can I get more Italy test IBANs for a specific bank or city?
Yes. The Italy generator creates up to 10 rows free. Paid plans add bank, city and exact BIC targeting, 1,000-row batches, CSV/JSON exports and the same data through the API.