{ "opencollection": "1.0.0", "info": { "name": "GoCardless REST billing_request_flows customer_bank_accounts API", "version": "2015-07-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "customer_bank_accounts", "type": "folder" }, "items": [ { "info": { "name": "List customer bank accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/customer_bank_accounts" }, "docs": "List customer bank accounts" }, { "info": { "name": "Create a customer bank account", "type": "http" }, "http": { "method": "POST", "url": "https://api.gocardless.com/customer_bank_accounts" }, "docs": "Create a customer bank account" }, { "info": { "name": "Get a customer bank account", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/customer_bank_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a customer bank account" }, { "info": { "name": "Update a customer bank account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gocardless.com/customer_bank_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a customer bank account" } ] } ], "bundled": true }