{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute balanceAccounts API", "version": "6" }, "items": [ { "info": { "name": "balanceAccounts", "type": "folder" }, "items": [ { "info": { "name": "Adyen Create a Balance Account", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a balance account that holds the funds of the associated account holder." }, { "info": { "name": "Adyen Get All Sweeps for a Balance Account", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:balanceAccountId/sweeps", "params": [ { "name": "balanceAccountId", "value": "", "type": "path", "description": "The unique identifier of the balance account." }, { "name": "offset", "value": "", "type": "query", "description": "The number of items that you want to skip." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page." } ] }, "docs": "Returns a list of the sweeps configured for a balance account.\n\nTo fetch multiple pages, use the query parameters. For example, to limit the page to 5 sweeps and to skip the first 10, use `/balanceAccounts/{balanceAccountId}/sweeps?limit=5&offset=10`." }, { "info": { "name": "Adyen Create a Sweep", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:balanceAccountId/sweeps", "params": [ { "name": "balanceAccountId", "value": "", "type": "path", "description": "The unique identifier of the balance account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a sweep that results in moving funds from or to a balance account.\n\nA sweep pulls in or pushes out funds based on a defined schedule, amount, currency, and a source or a destination." }, { "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." }, { "info": { "name": "Adyen Get a Balance Account", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance account." } ] }, "docs": "Returns a balance account and its balances for the default currency and other currencies with a non-zero balance." }, { "info": { "name": "Adyen Update a Balance Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a balance account." }, { "info": { "name": "Adyen Get Payment Instruments Linked to a Balance Account", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:id/paymentInstruments", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance account." }, { "name": "offset", "value": "", "type": "query", "description": "The number of items that you want to skip." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page." }, { "name": "status", "value": "", "type": "query", "description": "The status of the payment instruments that you want to get. By default, the response includes payment instruments with any status." } ] }, "docs": "Returns a paginated list of the payment instruments associated with a balance account. \n\nTo fetch multiple pages, use the query parameters.For example, to limit the page to 3 payment instruments which are in active status and to skip the first 6, use `/balanceAccounts/{id}/paymentInstruments?limit=3&offset=6&status=active`." } ] } ], "bundled": true }