Detect invalid lengths, wrong country formats and failed IBAN check digits before payment data is saved.
IBAN validation API
Use the IBAN-Test REST API to validate IBAN format, country rules, check digits and available bank data before IBANs enter your payment workflow.
IBAN validation is most useful before a customer submits a form, before SEPA data is stored and before payment files are generated. The API lets you run the same checks automatically in your own application.
Detect invalid lengths, wrong country formats and failed IBAN check digits before payment data is saved.
For supported countries, return bank details such as institution, city or BIC when directory data is available.
Integrate IBAN checks into onboarding, checkout, ERP, accounting and back-office processes.
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
"https://www.iban-test.eu/api/iban/validate?iban=DE89370400440532013000"
A formally valid IBAN does not automatically prove that an account exists or can receive payments. IBAN-Test helps reduce avoidable input and plausibility errors before submission.
Bank data validation
For these countries, we check IBANs against available bank directories and return bank details such as institution, city and BIC when available.
IBAN syntax check
Check IBANs for a valid structure, correct length and checksum. This helps you catch typos and transposed digits before a payment fails. Additional bank validation against real bank directories is available for the countries listed above.
API and automation
Validate IBANs in payment forms, SaaS products, SEPA workflows and AI agents. Use the REST API for automation or connect AI clients through MCP.
MCP Server for AI Agents - Connect AI clients to IBAN validation tools - https://www.iban-test.eu/mcp - MCP Documentation