x402 MICROPAYMENTS ON BASE L2

IBANforge

Unified API for IBAN validation and BIC/SWIFT code lookup.
Pay-per-call with USDC micropayments. Built for AI agents and developers.

Endpoints

POST
/v1/iban/validate
Validate a single IBAN + automatic BIC lookup
$0.005
POST
/v1/iban/batch
Validate up to 10 IBANs in one call
$0.020
GET
/v1/bic/:code
Lookup BIC/SWIFT code with LEI enrichment
$0.003
GET
/v1/demo
Free example validations
free
GET
/health
Health check + uptime + stats summary
free
GET
/stats
Detailed usage statistics
free

75+ Countries

Full IBAN validation with BBAN parsing, checksum verification, and country-specific formatting rules.

39K+ BIC Entries

GLEIF-sourced database with LEI enrichment. Supports BIC8 and BIC11 formats.

MCP Server

Built-in Model Context Protocol server. Connect AI agents directly via stdio transport.

x402 Payments

USDC micropayments on Base L2. No API keys, no subscriptions. Pay only for what you use.

Try it

IBAN Validate
BIC Lookup

Quick Start

IBAN validation:

curl -X POST https://ibanforge.com/v1/iban/validate \
  -H "Content-Type: application/json" \
  -d '{"iban": "CH5604835012345678009"}'

BIC lookup:

curl https://ibanforge.com/v1/bic/UBSWCHZH