IBAN Validator Pro
Validate IBANs from ~80 countries with structured bank details — country, currency, bank code, and parsed account number — in a single API call. Batch up to 100 IBANs per request. Pure MOD-97 checksum validation, no external dependencies, sub-50ms response times.
IBAN Validator Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| validate | ||
| POST |
validateIban /api/v1/validate |
Validates an IBAN using ISO 13616 checksum (MOD-97) and returns structured bank details including BIC, bank name, and parsed account components. Input is automatically normalized… |
| POST |
validateIbanBatch /api/v1/validate/batch |
Validates a batch of IBANs in a single request. Returns an array of results in the same order as the input. Batch size limit depends on your subscription tier (Basic: 10,… |
| health | ||
| GET |
healthCheck /api/v1/health |
Health Check |
IBAN Validator Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 120 / minute |
|
| PRO | $9 / month | 120 / second |
|
| ULTRA Recommended | $29 / month | 120 / second |
|
| MEGA | $99 / month | 120 / second |
|