Validate IBANs before checkout, onboarding or direct debit forms are submitted.
IBAN check API
Use the IBAN-Test API to check IBAN syntax, country-specific length, check digits and available bank data from your own forms, shops and back-office tools.
An IBAN check API gives immediate feedback while users enter payment details. This reduces manual correction work and keeps invalid payment data out of your system.
Validate IBANs before checkout, onboarding or direct debit forms are submitted.
Check newly entered or imported IBANs before they are used for payouts or collections.
Return available bank information for supported countries, including institution, city or BIC.
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
"https://www.iban-test.eu/api/iban/validate?iban=DE89370400440532013000"For broader API positioning and payment workflow use cases, see the main IBAN Validation API page.
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