{ "opencollection": "1.0.0", "info": { "name": "Flutterwave Banks AccountResolution Orchestration API", "version": "4.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://idp.flutterwave.com/realms/flutterwave/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Orchestration", "type": "folder" }, "items": [ { "info": { "name": "Initiate An Orchestrator Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/orchestration/direct-charges", "headers": [ { "name": "X-Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a charge in one call using the Orchestrator helper, which packages customer, payment method, and charge creation." }, { "info": { "name": "Initiate An Order With Orchestrator", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/orchestration/direct-orders", "headers": [ { "name": "X-Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an order in one call using the Orchestrator helper." }, { "info": { "name": "Initiate An Orchestrator Transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/direct-transfers", "headers": [ { "name": "X-Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a transfer with the Orchestrator helper, combining sender, recipient, and movement in one call." } ] } ], "bundled": true }