Common use cases
- Banking forms
- Check whether a field accepts a plausible IBAN or BIC format.
- QA test data
- Validate generated values before adding them to fixtures.
- SEPA mockups
- Prepare realistic payment form examples.
Validate IBAN and BIC format, country length and checksum structure.
Your tool
Use it well
FAQ
IBAN identifies a bank account, while BIC identifies the bank or financial institution.
A format-valid IBAN is not proof that the account exists or can receive payments.
IBAN validation commonly uses a modulo 97 checksum after rearranging and converting characters.
No. This page validates IBAN and BIC values. To create fake IBAN and BIC data, use the IBAN & BIC generator.
Use official sandbox values from your payment provider for real integration tests.
OnSubmit tools run in the browser whenever the task can be processed locally. Avoid pasting production secrets, real banking details or personal data into public tools.