Adyen · Schema

GetAccountHolderResponse

GetAccountHolderResponse schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
accountHolderCode string The code of the account holder.
accountHolderDetails object Details of the account holder.
accountHolderStatus object The status of the account holder.
accounts array A list of the accounts under the account holder.
description string The description of the account holder.
invalidFields array Contains field validation errors that would prevent requests from being processed.
legalEntity string The legal entity of the account holder.
migrationData object Details of the account holder migrated to the balance platform.
primaryCurrency string The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes), with which the prospective account holder primarily deals.
pspReference string The reference of a request. Can be used to uniquely identify the request.
resultCode string The result code.
systemUpToDateTime string The time that shows how up to date is the information in the response.
verification object The details of KYC Verification of the account holder.
verificationProfile string The identifier of the profile that applies to this entity.
View JSON Schema on GitHub

JSON Schema

accounts-get-account-holder-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-get-account-holder-response-schema.json",
  "title": "GetAccountHolderResponse",
  "description": "GetAccountHolderResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "accountHolderCode": {
      "description": "The code of the account holder.",
      "type": "string"
    },
    "accountHolderDetails": {
      "description": "Details of the account holder.",
      "$ref": "#/components/schemas/AccountHolderDetails"
    },
    "accountHolderStatus": {
      "x-addedInVersion": "2",
      "description": "The status of the account holder.",
      "$ref": "#/components/schemas/AccountHolderStatus"
    },
    "accounts": {
      "description": "A list of the accounts under the account holder.",
      "items": {
        "$ref": "#/components/schemas/Account"
      },
      "type": "array"
    },
    "description": {
      "x-addedInVersion": "4",
      "description": "The description of the account holder.",
      "type": "string"
    },
    "invalidFields": {
      "x-addedInVersion": "5",
      "description": "Contains field validation errors that would prevent requests from being processed.",
      "items": {
        "$ref": "#/components/schemas/ErrorFieldType"
      },
      "type": "array"
    },
    "legalEntity": {
      "description": "The legal entity of the account holder.",
      "enum": [
        "Business",
        "Individual",
        "NonProfit",
        "Partnership",
        "PublicCompany"
      ],
      "type": "string"
    },
    "migrationData": {
      "x-addedInVersion": "5",
      "description": "Details of the account holder migrated to the balance platform.",
      "$ref": "#/components/schemas/MigrationData"
    },
    "primaryCurrency": {
      "x-addedInVersion": "4",
      "description": "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes), with which the prospective account holder primarily deals.",
      "type": "string"
    },
    "pspReference": {
      "description": "The reference of a request. Can be used to uniquely identify the request.",
      "type": "string"
    },
    "resultCode": {
      "description": "The result code.",
      "type": "string"
    },
    "systemUpToDateTime": {
      "x-addedInVersion": "5",
      "description": "The time that shows how up to date is the information in the response.",
      "format": "date-time",
      "type": "string"
    },
    "verification": {
      "x-addedInVersion": "2",
      "description": "The details of KYC Verification of the account holder.",
      "$ref": "#/components/schemas/KYCVerificationResult"
    },
    "verificationProfile": {
      "x-addedInVersion": "6",
      "description": "The identifier of the profile that applies to this entity.",
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/accounts-get-account-holder-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.