IBANforge
IBANforge is a fast, reliable API for IBAN validation and BIC/SWIFT lookup, built for developers and AI agents. **Features:** - Validate IBANs for 75+ countries (mod-97 checksum, BBAN parsing) - Look up BIC/SWIFT codes (39K+ entries from GLEIF with LEI) - SEPA membership, payment schemes (SCT/SDD/SCT_INST), VoP requirement - Issuer classification: bank, digital bank, EMI, payment institution…
IBANforge endpoints
| Method | Endpoint | Description |
|---|---|---|
| IBAN | ||
| POST |
validateIBAN /v1/iban/validate |
Validates an IBAN and returns parsed components including country, check digits, BBAN, and optional BIC lookup. Costs 0.005 USDC via x402. |
| POST |
batchValidateIBAN /v1/iban/batch |
Validates a list of IBANs and returns results for each. Costs $0.002 USDC per IBAN (e.g. 10 IBANs = $0.020, 100 IBANs = $0.200). |
| BIC | ||
| GET |
lookupBIC /v1/bic/{code} |
Returns institution details for a BIC/SWIFT code (8 or 11 characters). Costs 0.003 USDC via x402. |
| Free | ||
| GET |
getHealth /health |
Returns API health status, uptime, and basic statistics. |
| GET |
getStatsHistory /stats/history |
Returns per-day statistics for the requested period. |
| GET |
getStats /stats |
Returns detailed API usage statistics broken down by operation type. |
| GET |
getDemo /v1/demo |
Returns example IBAN and BIC validation results. No payment required. |
IBANforge pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|