Adyen · Schema

UpdateAccountHolderRequest

UpdateAccountHolderRequest schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
accountHolderCode string The code of the Account Holder to be updated.
accountHolderDetails object The details to which the Account Holder should be updated. Required if a processingTier is not provided.
description string A description of the account holder, maximum 256 characters. You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores `_`.
legalEntity string The legal entity type of the account holder. This determines the information that should be provided in the request. Possible values: **Business**, **Individual**, or **NonProfit**. * If set to **Busi
primaryCurrency string The primary three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes), to which the account holder should be updated.
processingTier integer The processing tier to which the Account Holder should be updated. >The processing tier can not be lowered through this request. >Required if accountHolderDetails are not provided.
verificationProfile string The identifier of the profile that applies to this entity.
View JSON Schema on GitHub