{ "opencollection": "1.0.0", "info": { "name": "Paddle Addresses Transactions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/transactions", "params": [ { "name": "after", "value": "", "type": "query", "description": "Return entities after the specified cursor for keyset pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of entities per page." }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List transactions" }, { "info": { "name": "Create a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a transaction" }, { "info": { "name": "Get a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/transactions/:transaction_id", "params": [ { "name": "transaction_id", "value": "", "type": "path" } ] }, "docs": "Get a transaction" }, { "info": { "name": "Update a transaction", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.paddle.com/transactions/:transaction_id", "params": [ { "name": "transaction_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a transaction" }, { "info": { "name": "Get a PDF invoice for a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/transactions/:transaction_id/invoice", "params": [ { "name": "transaction_id", "value": "", "type": "path" } ] }, "docs": "Get a PDF invoice for a transaction" } ] } ], "bundled": true }