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