{ "opencollection": "1.0.0", "info": { "name": "Vantiv Chargeback Authorizations Captures API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Captures", "type": "folder" }, "items": [ { "info": { "name": "Create Capture", "type": "http" }, "http": { "method": "POST", "url": "https://services.vantivprelive.com/services/chargebacks/capture" }, "docs": "Capture a previously authorized transaction to initiate settlement. Must reference a valid authorization transaction ID. Can capture partial amounts." } ] } ], "bundled": true }