{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform BillingTerms Payments API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Create payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/customers/:customerId/invoices/:invoiceId/payments", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Create payment" }, { "info": { "name": "Get payment by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId/invoices/:invoiceId/payments/:paymentId", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "invoiceId", "value": "", "type": "path" }, { "name": "paymentId", "value": "", "type": "path" } ] }, "docs": "Get payment by ID" }, { "info": { "name": "List payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/payments" }, "docs": "List payments" } ] } ], "bundled": true }