{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Refunds API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Refund Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/payments/:id/refunds", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Refund Payment" }, { "info": { "name": "List Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/refunds" }, "docs": "List Refunds" } ] } ], "bundled": true }