{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Sweep API", "version": "6" }, "items": [ { "info": { "name": "Sweep", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a Sweep", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:balanceAccountId/sweeps/:sweepId", "params": [ { "name": "balanceAccountId", "value": "", "type": "path", "description": "The unique identifier of the balance account." }, { "name": "sweepId", "value": "", "type": "path", "description": "The unique identifier of the sweep." } ] }, "docs": "Returns a sweep." }, { "info": { "name": "Adyen Update a Sweep", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:balanceAccountId/sweeps/:sweepId", "params": [ { "name": "balanceAccountId", "value": "", "type": "path", "description": "The unique identifier of the balance account." }, { "name": "sweepId", "value": "", "type": "path", "description": "The unique identifier of the sweep." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a sweep. When updating a sweep resource, note that if a request parameter is not provided, the parameter is left unchanged." }, { "info": { "name": "Adyen Delete a Sweep", "type": "http" }, "http": { "method": "DELETE", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:balanceAccountId/sweeps/:sweepId", "params": [ { "name": "balanceAccountId", "value": "", "type": "path", "description": "The unique identifier of the balance account." }, { "name": "sweepId", "value": "", "type": "path", "description": "The unique identifier of the sweep." } ] }, "docs": "Deletes a sweep for a balance account." } ] } ], "bundled": true }