IBANforge
Free during beta

IBANforge

IBAN validation, BIC/SWIFT lookup, SEPA compliance & risk indicators for developers and AI agents

Everything you need

75+ Countries

IBAN Validation

Full IBAN validation with BBAN structure parsing. Supports 75+ countries with mod97 checksum verification and detailed field breakdown.

39,000+ BIC Entries

BIC/SWIFT Lookup

Complete BIC/SWIFT database sourced from GLEIF, enriched with LEI (Legal Entity Identifier) data for financial institution identification.

SEPA + VoP

Compliance Ready

SEPA membership, payment schemes (SCT/SDD/SCT_INST), and Verification of Payee (VoP) requirement per country. Built for EU regulatory compliance.

vIBAN Detection

Issuer Classification

Identifies if the issuer is a traditional bank, neobank, EMI, or payment institution. Detects virtual IBANs for AML/CFT compliance workflows.

Risk Scoring

Risk Indicators

Composite risk signal per IBAN: issuer type, country risk (FATF-based), test BIC detection, SEPA reachability, and VoP coverage in one object.

MCP Integration

AI Agent Ready

Native Model Context Protocol support. AI agents can validate IBANs and look up BIC codes directly — no custom tooling required.

Endpoints & pricing

Currently free during beta. Prices below will apply when x402 micropayments are activated.

MethodPathCost
POST/v1/iban/validate$0.005
POST/v1/iban/batch$0.002/IBAN
GET/v1/bic/:code$0.003

Quick start

No API key required — just send a request. Free during beta.

bash
curl -X POST https://api.ibanforge.com/v1/iban/validate \
  -H "Content-Type: application/json" \
  -d '{"iban": "CH93 0076 2011 6238 5295 7"}'

Ready to build?

Integrate in minutes. Free during beta — no API key, no subscription.

Start building