{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform Catalog Payments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "List payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/payments" }, "docs": "List payments" }, { "info": { "name": "Create a payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/payments", "body": { "type": "json", "data": "{}" } }, "docs": "Record a payment that settles one or more invoices." }, { "info": { "name": "Get a payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/payments/:paymentId", "params": [ { "name": "paymentId", "value": "", "type": "path" } ] }, "docs": "Get a payment" } ] } ], "bundled": true }