{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist Charges API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Charges", "type": "folder" }, "items": [ { "info": { "name": "List Charges", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/charges", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned." }, { "name": "startingAfter", "value": "", "type": "query", "description": "A cursor for use in pagination." }, { "name": "endingBefore", "value": "", "type": "query", "description": "A cursor for use in pagination." } ] }, "docs": "List Charges" }, { "info": { "name": "Create a Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/charges", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Charge" }, { "info": { "name": "Retrieve a Charge", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/charges/:chargeId", "params": [ { "name": "chargeId", "value": "", "type": "path" } ] }, "docs": "Retrieve a Charge" }, { "info": { "name": "Update a Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/charges/:chargeId", "params": [ { "name": "chargeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Charge" }, { "info": { "name": "Capture a Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/charges/:chargeId/capture", "params": [ { "name": "chargeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Capture a Charge" } ] } ], "bundled": true }