IBANforge
Tarification transparente

Paiement à l'appel

Sans abonnement. Sans clé API. Des fractions de centime par requête — facturées on-chain en USDC via le protocole x402.

Tarifs par endpoint

Actuellement gratuit pendant la beta. Les tarifs ci-dessous s'appliqueront à l'activation des paiements x402.

POST/v1/iban/validate

$0.005

par appel

Valider un IBAN unique avec données SEPA, émetteur et risque

POST/v1/iban/batch

$0.002

par IBAN (jusqu'à 100)

Validation par lot avec enrichissement complet par IBAN

GET/v1/bic/:code

$0.003

par appel

Rechercher un code BIC/SWIFT dans la base GLEIF

Endpoints gratuits

GET /v1/demo et GET /health sont toujours gratuits — aucun paiement requis.

Essayer dans le playground →

Estimez vos coûts

Ajustez le curseur pour voir ce que vous paieriez chaque mois.

calls / month
010k25k50k100k

Cost breakdown

EndpointRateMonthly cost
IBAN Validate$0.0050/call$5.00
IBAN Batch (per IBAN)$0.0020/call$2.00
BIC Lookup$0.0030/call$3.00

At 1,000 calls/month per endpoint

You only pay for what you actually call

$5.00

for /v1/iban/validate

Protocole x402

Comment fonctionnent les paiements

  • 💳Sans abonnement. Sans clé API. Paiement à l'appel en USDC.
  • Votre client HTTP envoie un micropaiement avec chaque requête — automatiquement, via des en-têtes standards.
  • 🔗Les paiements sont réglés sur Base (Ethereum L2) — rapides, économiques et vérifiables on-chain.
  • 🆓Tests gratuits disponibles via l'endpoint /v1/demo et le /playground.
Documentation complète x402 →

Exemple — paiement automatique

# Install the x402 HTTP client

npm install x402-fetch

# Then call the API normally

import { wrapFetch } from "x402-fetch"

// Payment handled automatically

const fetch = wrapFetch()

const res = await fetch(

"https://api.ibanforge.com/v1/iban/validate"

)

Questions fréquentes

x402 is an open micropayment protocol that uses HTTP status code 402 (Payment Required). When you call a paid endpoint, the server responds with a 402 containing payment details. Your client automatically sends a signed USDC payment on Base, and the server re-processes your request — all within a single HTTP round-trip.

Payments are made in USDC on the Base network. Your HTTP client (or SDK) handles it automatically by attaching payment headers to each request. No wallet UI, no manual confirmation — just fractions of a cent deducted per call. Check the docs for integration examples.

Yes. The /v1/demo endpoint returns pre-computed example validations at no cost, perfect for testing your integration. The /playground on this site lets you try live calls for free too. No signup or payment method required to get started.

The per-call pricing scales linearly with no rate limits. For very high volumes (millions of calls/month), open an issue on our GitHub repository (github.com/cammac-creator/ibanforge) — we can discuss custom pricing or a bulk arrangement that makes more sense for your use case.

Commencez gratuitement

Pas de carte bancaire, pas de compte. Ouvrez le playground, lisez la documentation, déployez quand vous êtes prêt.