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