{ "opencollection": "1.0.0", "info": { "name": "Pagar.me Core Anticipations Invoices API", "version": "5" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagar.me/core/v5/invoices", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List invoices" }, { "info": { "name": "Get invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagar.me/core/v5/invoices/:invoice_id", "params": [ { "name": "invoice_id", "value": "", "type": "path" } ] }, "docs": "Get invoice" }, { "info": { "name": "Cancel invoice", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.pagar.me/core/v5/invoices/:invoice_id", "params": [ { "name": "invoice_id", "value": "", "type": "path" } ] }, "docs": "Cancel invoice" } ] } ], "bundled": true }