Synthetic QA data · AE

United Arab Emirates test IBAN numbers

Ten checksum-valid United Arab Emirates test IBANs with their domestic bank code and account number, ready for a payment form, fixture or unit test, plus invalid AE cases that a correct validator must reject.

Synthetic only: the bank code may belong to a real United Arab Emirates bank, but each account number is random. Never use these values for payments or to represent a real account.

23characters
AEcountry code
19BBAN characters
NoSEPA country

Valid United Arab Emirates test IBANs

IBANBank codeAccount numberBank (public registry)
AE29 0221 7679 3069 0320 816 022 1767930690320816 COMMERCIAL BANK INTERNATIONAL, Abu Dhabi
AE72 2670 6096 6017 8876 188 267 0609660178876188 LARI EXCHANGE, Abu Dhabi
AE43 0502 7200 4344 8307 967 050 2720043448307967 ABU DHABI ISLAMIC BANK, Abu Dhabi
AE72 0182 9879 2928 1731 311 018 2987929281731311 BNP PARIBAS, ABU DHABI, Abu Dhabi
AE13 0930 0423 6048 8903 862 093 0042360488903862 INTESA SANPAOLO - ABU DHABI BRANCH, Abu Dhabi
AE78 0252 9106 3189 1684 534 025 2910631891684534 EL-NILEIN BANK, Abu Dhabi
AE88 0255 9809 2924 3844 835 025 5980929243844835 EL-NILEIN BANK, Abu Dhabi
AE75 0237 9020 0090 7731 517 023 7902000907731517 COMMERCIAL BANK OF DUBAI, Abu Dhabi
AE10 0181 8688 5007 7811 606 018 1868850077811606 BNP PARIBAS, ABU DHABI, Abu Dhabi
AE13 0256 4532 9194 1856 324 025 6453291941856324 EL-NILEIN BANK, Abu Dhabi

Invalid AE IBANs for negative tests

Each value is derived from the first valid IBAN above and re-checked, so the expected result is exact.

CaseInputExpected validator result
Wrong check digits AE300221767930690320816 Reject: MOD-97 checksum fails
Transposed BBAN digits AE292021767930690320816 Reject: MOD-97 checksum fails
One character too short AE29022176793069032081 Reject: length does not match the country format
Wrong country prefix FR290221767930690320816 Reject: length or checksum fails for the other country
Lowercase with spaces ae29 0221 7679 3069 0320 816 Accept after normalizing case and whitespace

United Arab Emirates IBAN format

AE + 2 check digits + 3 digits + 16 digits = 23 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.

curl -X POST https://ibangen.com/api/v1/generate \
  -H "X-API-Key: $IBANGEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"country": "UAE", "quantity": 100}'

Test against real bank structures, not just checksums

Free: 10 AE rows at a time. Pro adds bank targeting, 1,000-row batches, CSV/JSON exports and the API; Business adds exact BIC and branch targeting.

Questions

Are these United Arab Emirates test IBANs real bank accounts?

No. They are synthetic AE 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 United Arab Emirates IBAN?

A United Arab Emirates IBAN has 23 characters: the country code AE, two check digits and a 19-character BBAN (3 digits, 16 digits).

Can I get more United Arab Emirates test IBANs for a specific bank or city?

Yes. The United Arab Emirates 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.

Test IBANs for other countries

IBANgen provides synthetic QA data. It does not verify account ownership, balances, reachability or payment execution.