Adyen · Schema

AccountHolder

AccountHolder schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
balancePlatform string The unique identifier of the [balance platform](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/get/balancePlatforms/{id}__queryParam_id) to which the account holder belongs. Required in
capabilities object Contains key-value pairs that specify the actions that an account holder can do in your platform. The key is a capability required for your integration. For example, **issueCard** for Issuing. The val
contactDetails object Contact details of the account holder.
description string Your description for the account holder, maximum 300 characters.
id string The unique identifier of the account holder.
legalEntityId string The unique identifier of the [legal entity](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) associated with the account holder. Adyen performs a verification
primaryBalanceAccount string The ID of the account holder's primary balance account. By default, this is set to the first balance account that you create for the account holder. To assign a different balance account, send a PATCH
reference string Your reference for the account holder, maximum 150 characters.
status string The status of the account holder. Possible values: * **Active**: The account holder is active. This is the default status when creating an account holder. * **Inactive**: The account holder is tempora
timeZone string The [time zone](https://www.iana.org/time-zones) of the account holder. For example, **Europe/Amsterdam**. If not set, the time zone of the balance account will be used. For possible values, see the [
View JSON Schema on GitHub