{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Holders API", "version": "6" }, "items": [ { "info": { "name": "Holders", "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 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 Create an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/createAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Creates an account holder that [represents the sub-merchant's entity](https://docs.adyen.com/marketplaces-and-platforms/classic/account-structure#your-platform) in your platform. The details that you need to provide in the request depend on the sub-merchant's legal entity type. For more information, refer to [Account holder and accounts](https://docs.adyen.com/marketplaces-and-platforms/classic/account-holders-and-accounts#legal-entity-types)." }, { "info": { "name": "Adyen Get an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/getAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the details of 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 Update an Account Holder", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/updateAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates the `accountHolderDetails` and `processingTier` of an account holder, and adds bank accounts and shareholders.\n\nWhen updating `accountHolderDetails`, parameters that are not included in the request are left unchanged except for the following object:\n\n* `metadata`: Updating the metadata replaces the entire object. This means that to update an existing key-value pair, you must provide the changes, as well as other existing key-value pairs.\n\nWhen updating any field in the following objects," }, { "info": { "name": "Adyen Update Payout or Processing State", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/updateAccountHolderState", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Disables or enables the processing or payout state of an account holder." }, { "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 Get All Account Holders Under a Balance Platform", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balancePlatforms/:id/accountHolders", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance platform." }, { "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 all the account holders that belong to the balance platform. To fetch multiple pages, use the query parameters. \n\nFor example, to limit the page to 5 account holders and to skip the first 20, use `/balancePlatforms/{id}/accountHolders?limit=5&offset=20`." } ] } ], "bundled": true }