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