{ "opencollection": "1.0.0", "info": { "name": "Flutterwave Banks AccountResolution 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": "AccountResolution", "type": "folder" }, "items": [ { "info": { "name": "Bank Account Look Up", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/bank-account/resolve", "body": { "type": "json", "data": "{}" } }, "docs": "Resolve a customer's bank account information." }, { "info": { "name": "Wallet Account Look Up", "type": "http" }, "http": { "method": "POST", "url": "https://api.flutterwave.cloud/f4b/production/wallet-account/resolve", "body": { "type": "json", "data": "{}" } }, "docs": "Verify wallet account information for a customer." } ] } ], "bundled": true }