{ "opencollection": "1.0.0", "info": { "name": "Flutterwave Banks AccountResolution Charges 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": "Charges", "type": "folder" }, "items": [ { "info": { "name": "List Charges", "type": "http" }, "http": { "method": "GET", "url": "https://api.flutterwave.cloud/f4b/production/charges", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List Charges" }, { "info": { "name": "Create A Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/charges", "headers": [ { "name": "X-Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create A Charge" }, { "info": { "name": "Retrieve A Charge", "type": "http" }, "http": { "method": "GET", "url": "https://api.flutterwave.cloud/f4b/production/charges/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve A Charge" }, { "info": { "name": "Update A Charge", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flutterwave.cloud/f4b/production/charges/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update A Charge" } ] } ], "bundled": true }