Configuration Account Holder Update Request Structure
AccountHolderUpdateRequest schema from Adyen API
AccountHolderUpdateRequest is a JSON Structure definition published by Adyen, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-account-holder-update-request-structure.json",
"description": "AccountHolderUpdateRequest schema from Adyen API",
"type": "object",
"properties": {
"balancePlatform": {
"description": "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 the request if your API credentials can be used for multiple balance platforms.",
"type": "string"
},
"capabilities": {
"additionalProperties": {
"$ref": "#/components/schemas/AccountHolderCapability"
},
"description": "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 value is an object containing the settings for the capability.",
"type": "object"
},
"contactDetails": {
"deprecated": true,
"description": "Contact details of the account holder.",
"$ref": "#/components/schemas/ContactDetails"
},
"description": {
"description": "Your description for the account holder, maximum 300 characters.",
"maxLength": 300,
"type": "string"
},
"metadata": {
"additionalProperties": {
"type": "string"
},
"description": "A set of key and value pairs for general use.\nThe keys do not have specific names and may be used for storing miscellaneous data as desired.\n> Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.",
"type": "object"
},
"migratedAccountHolderCode": {
"description": "The unique identifier of the migrated account holder in the classic integration.",
"readOnly": true,
"type": "string"
},
"primaryBalanceAccount": {
"description": "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 request.",
"type": "string"
},
"reference": {
"description": "Your reference for the account holder, maximum 150 characters.",
"maxLength": 150,
"type": "string"
},
"status": {
"description": "The status of the account holder.\n\nPossible values: \n\n * **active**: The account holder is active. This is the default status when creating an account holder. \n\n * **inactive (Deprecated)**: The account holder is temporarily inactive due to missing KYC details. You can set the account back to active by providing the missing KYC details. \n\n * **suspended**: The account holder is permanently deactivated by Adyen. This action cannot be undone. \n\n* **closed**: The account holder is permanently deactivated by you. This action cannot be undone.",
"enum": [
"active",
"closed",
"inactive",
"suspended"
],
"type": "string"
},
"timeZone": {
"description": "The time zone of the account holder. For example, **Europe/Amsterdam**.\nDefaults to the time zone of the balance platform if no time zone is set. For possible values, see the [list of time zone codes](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).",
"type": "string"
},
"verificationDeadlines": {
"description": "List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.",
"items": {
"$ref": "#/components/schemas/VerificationDeadline"
},
"readOnly": true,
"type": "array"
}
},
"name": "AccountHolderUpdateRequest"
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/configuration-account-holder-update-request-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.