{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute accountHolders API", "version": "6" }, "items": [ { "info": { "name": "accountHolders", "type": "folder" }, "items": [ { "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/)." } ] } ], "bundled": true }