{ "opencollection": "1.0.0", "info": { "name": "BILL v3 Authentication Funding Accounts API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "sessionId", "value": "{{sessionId}}", "placement": "header" } }, "items": [ { "info": { "name": "Funding Accounts", "type": "folder" }, "items": [ { "info": { "name": "List bank funding accounts", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.prod.bill.com/connect/v3/funding-accounts/banks" }, "docs": "List bank funding accounts" }, { "info": { "name": "Create a bank funding account (MFA required)", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.prod.bill.com/connect/v3/funding-accounts/banks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a bank funding account (MFA required)" }, { "info": { "name": "Verify a bank funding account", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.prod.bill.com/connect/v3/funding-accounts/banks/:bankAccountId/verify", "params": [ { "name": "bankAccountId", "value": "", "type": "path" } ] }, "docs": "Verify a bank funding account" } ] } ], "bundled": true }