Animica x402 Directory

Directory

api.ibanforge.com

api.ibanforge.com publishes 5 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.02 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/v1/bic/:code GET $0.003 402
/v1/ch/clearing/:iid GET $0.003 402
/v1/iban/batch GET $0.002 402
/v1/iban/compliance GET $0.02 402
/v1/iban/validate GET $0.005 402

What these endpoints do

api.ibanforge.com/v1/bic/:code

Resolve a BIC/SWIFT code (8 or 11 chars) into the underlying bank: name, country, city, LEI, and registered head-office address (where available). Use only when you already have the BIC — for IBAN inp…

GET · $0.003 · probe 402

api.ibanforge.com/v1/ch/clearing/:iid

Resolve a Swiss BC-Nummer / IID (1-5 digits) into institution name, type, address, BIC, the full payment-rail participation (SIC, RTGS CHF, Instant Payments CHF, euroSIC, LSV+/BDD) and the QR-IID allo…

GET · $0.003 · probe 402

api.ibanforge.com/v1/iban/batch

Validate up to 100 IBANs in one call at $0.002 per IBAN (2.5x cheaper per IBAN than single calls at $0.005, and one settlement instead of N). Use for CSV cleanup, customer DB dedup, or pre-flight payo…

GET · $0.002 · probe 402

api.ibanforge.com/v1/iban/compliance

Pre-flight compliance triage on an IBAN before a SEPA / cross-border payment: sanctions screening (OFAC), FATF jurisdiction flag, SEPA Instant reachability, VoP (EU 2024/886) participant. Returns risk…

GET · $0.02 · probe 402

api.ibanforge.com/v1/iban/validate

Validate a European IBAN and enrich it with bank, compliance and routing data. Use whenever the user mentions an IBAN, a bank account, a SEPA payment or asks who the bank is. Returns: valid, country, …

GET · $0.005 · probe 402