{ "opencollection": "1.0.0", "info": { "name": "Vantiv Chargeback Authorizations Chargebacks API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Chargebacks", "type": "folder" }, "items": [ { "info": { "name": "List Chargebacks", "type": "http" }, "http": { "method": "GET", "url": "https://services.vantivprelive.com/services/chargebacks/chargebacks", "params": [ { "name": "date", "value": "", "type": "query", "description": "Filter chargebacks by activity date (YYYY-MM-DD)" }, { "name": "financialImpact", "value": "", "type": "query", "description": "Filter to only return chargebacks with financial impact" }, { "name": "responded", "value": "", "type": "query", "description": "Filter by whether the chargeback has been responded to" } ] }, "docs": "Retrieve a list of chargebacks with optional date range and status filters." }, { "info": { "name": "Get Chargeback", "type": "http" }, "http": { "method": "GET", "url": "https://services.vantivprelive.com/services/chargebacks/chargebacks/:caseId", "params": [ { "name": "caseId", "value": "", "type": "path", "description": "Unique chargeback case identifier" } ] }, "docs": "Retrieve detailed information about a specific chargeback case." }, { "info": { "name": "Respond To Chargeback", "type": "http" }, "http": { "method": "PUT", "url": "https://services.vantivprelive.com/services/chargebacks/chargebacks/:caseId/response", "params": [ { "name": "caseId", "value": "", "type": "path", "description": "Unique chargeback case identifier" } ] }, "docs": "Submit a merchant response to a chargeback dispute. The response may include accepting the chargeback or providing a rebuttal." } ] } ], "bundled": true }