Validate any IBAN against the ISO 13616 registry and 28 national check-digit schemes. Everything runs in your browser — no account numbers leave this page.
FOR DEVELOPERS
The same checks this page runs, callable from anything that speaks HTTP. No key, no account, no rate limit — and no account number stored.
REQUEST
curl /api/v1/validate?iban=DE89370400440532013000
RESPONSE
{
"valid": true,
"iban": "DE89370400440532013000",
"country_name": "Germany",
"bank_name": "Commerzbank AG Cologne",
"bic": "COBADEFFXXX",
"national_check_valid": true,
…
}