{ "opencollection": "1.0.0", "info": { "name": "Shift4 Payments Blacklist Checkout Sessions API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Checkout Sessions", "type": "folder" }, "items": [ { "info": { "name": "Create a Checkout Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.shift4.com/checkout/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Checkout Session" }, { "info": { "name": "Retrieve a Checkout Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.shift4.com/checkout/sessions/:sessionId", "params": [ { "name": "sessionId", "value": "", "type": "path" } ] }, "docs": "Retrieve a Checkout Session" } ] } ], "bundled": true }