{ "opencollection": "1.0.0", "info": { "name": "Ibanforge Credits API", "version": "1.4.3" }, "items": [ { "info": { "name": "Credits", "type": "folder" }, "items": [ { "info": { "name": "List prepaid credit bundles (free)", "type": "http" }, "http": { "method": "GET", "url": "https://api.ibanforge.com/v1/credits/bundles" }, "docs": "Lists the available prepaid credit bundles with prices. Buy a bundle once via x402 (POST /v1/credits/buy/{bundle}) and receive an API key preloaded with N credits (1 credit = 1 validation/lookup; batch validation debits 1 credit per IBAN) — credits never expire. Card checkout is also available at https://ibanforge.com/pricing." }, { "info": { "name": "Buy a prepaid credit bundle (x402, USDC)", "type": "http" }, "http": { "method": "POST", "url": "https://api.ibanforge.com/v1/credits/buy/:bundle", "params": [ { "name": "bundle", "value": "", "type": "path", "description": "Bundle slug" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Payment", "value": "{{X-Payment}}", "placement": "header" } }, "docs": "Pay once via x402 (USDC on Base) and receive a fresh API key preloaded with the bundle credits. Bundles: 1k = $5, 5k = $20, 25k = $80. Credits never expire. Optionally pass {\"email\": \"...\"} in the body to attach the key to an email — anonymous keys are fully functional too. Check the balance with GET /v1/credits/balance." } ] } ], "bundled": true }