{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist Refunds API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "List Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/refunds", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned." } ] }, "docs": "List Refunds" }, { "info": { "name": "Refund a Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/refunds", "body": { "type": "json", "data": "{}" } }, "docs": "Refund a Charge" }, { "info": { "name": "Retrieve a Refund", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/refunds/:refundId", "params": [ { "name": "refundId", "value": "", "type": "path" } ] }, "docs": "Retrieve a Refund" }, { "info": { "name": "Update a Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/refunds/:refundId", "params": [ { "name": "refundId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Refund" } ] } ], "bundled": true }