{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Accounts API", "version": "6" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Adyen Trigger Verification", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/checkAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Triggers the verification of an account holder even if the checks are not yet required for the volume that they are currently processing." }, { "info": { "name": "Adyen Close an Account", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/closeAccount", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Closes an account. If an account is closed, you cannot process transactions, pay out its funds, or reopen it. If payments are made to a closed account, the payments are sent to your liable account." }, { "info": { "name": "Adyen Close an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/closeAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Changes the [status of an account holder](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#account-holder-statuses) to **Closed**. This state is final. If an account holder is closed, you can't process transactions, pay out funds, or reopen it. If payments are made to an account of an account holder with a **Closed** [`status`](https://docs.adyen.com/api-explorer/#/Account/latest/post/getAccountHolder__resParam_verification-accountHolder-checks-status), the " }, { "info": { "name": "Adyen Delete Bank Accounts", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/deleteBankAccounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Deletes bank accounts associated with an account holder. " }, { "info": { "name": "Adyen Suspend an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/suspendAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Changes the [status of an account holder](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#account-holder-statuses) to **Suspended**." }, { "info": { "name": "Adyen Unsuspend an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/unSuspendAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Changes the [status of an account holder](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#account-holder-statuses) from **Suspended** to **Inactive**. \nAccount holders can have a **Suspended** [`status`](https://docs.adyen.com/api-explorer/#/Account/latest/post/getAccountHolder__resParam_verification-accountHolder-checks-status) if you suspend them through the [`/suspendAccountHolder`](https://docs.adyen.com/api-explorer/#/Account/v5/post/suspendAccountHold" }, { "info": { "name": "Adyen Create an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an account holder linked to a [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities).\n\n" }, { "info": { "name": "Adyen Get an Account Holder", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the account holder." } ] }, "docs": "Returns an account holder." }, { "info": { "name": "Adyen Update an Account Holder", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the account holder." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an account holder. When updating an account holder resource, if a parameter is not provided in the request, it is left unchanged." }, { "info": { "name": "Adyen Get All Balance Accounts of an Account Holder", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolders/:id/balanceAccounts", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the account holder." }, { "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 paginated list of the balance accounts associated with an account holder. To fetch multiple pages, use the query parameters. \n\nFor example, to limit the page to 5 balance accounts and skip the first 10, use `/accountHolders/{id}/balanceAccounts?limit=5&offset=10`." }, { "info": { "name": "Adyen Get a Tax Form", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/accountHolders/:id/taxForms", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the account holder." }, { "name": "formType", "value": "", "type": "query", "description": "The type of tax form you want to retrieve. Accepted values are **US1099k** and **US1099nec**" }, { "name": "year", "value": "", "type": "query", "description": "The tax year in YYYY format for the tax form you want to retrieve" } ] }, "docs": "Generates a tax form for account holders operating in the US. For more information, refer to [Providing tax forms](https://docs.adyen.com/marketplaces-and-platforms/us-tax-forms/)." }, { "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`." }, { "info": { "name": "Adyen Get a Grant Account", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/grantAccounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the grant account." } ] }, "docs": "Returns the details of the [grant account](https://docs.adyen.com/marketplaces-and-platforms/capital#grant-account)." }, { "info": { "name": "Adyen Validate a Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/validateBankAccountIdentification", "body": { "type": "json", "data": "{}" } }, "docs": "Validates bank account identification details. You can use this endpoint to validate bank account details before you [make a transfer](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers) or [create a transfer instrument](https://docs.adyen.com/api-explorer/legalentity/latest/post/transferInstruments)." } ] } ], "bundled": true }