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