IBAN & SWIFT/BIC Validator API
The IBAN & SWIFT/BIC Validator API allows developers to quickly and accurately validate international bank account numbers (IBAN) and SWIFT/BIC codes in real time. This API performs multiple layers of validation to reduce failed transfers, typos, and costly payment errors: IBAN validation: checks format, country-specific length, and Mod-97 checksum. BBAN pattern checks: applies country-specific…
IBAN & SWIFT/BIC Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate IBAN Number /api/v1/bank/iban/validate |
Check if an IBAN is valid by verifying its length, country rules, and Mod-97 checksum. Returns normalized and formatted IBAN details. |
| POST |
Validate SWIFT/BIC Code /api/v1/bank/bic/validate |
Verify the structure and country code of a SWIFT/BIC (8 or 11 characters). Returns parsed parts and validation results. |
| GET |
Get IBAN Country Specification /api/v1/bank/iban-spec/{country} |
Retrieve the official IBAN length and BBAN pattern for a specific country, based on ISO-13616 registry rules. |
IBAN & SWIFT/BIC Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $7 / month | 1 / second |
|
| ULTRA Recommended | $19 / month | 1 / second |
|
| MEGA | $59 / month | 1 / second |
|