Adyen · JSON Structure

Accounts Kyc Shareholder Check Result Structure

KYCShareholderCheckResult schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

KYCShareholderCheckResult is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

checks legalArrangementCode legalArrangementEntityCode shareholderCode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-kyc-shareholder-check-result-structure.json",
  "description": "KYCShareholderCheckResult schema from Adyen API",
  "type": "object",
  "properties": {
    "checks": {
      "description": "A list of the checks and their statuses.",
      "items": {
        "$ref": "#/components/schemas/KYCCheckStatusData"
      },
      "type": "array"
    },
    "legalArrangementCode": {
      "x-addedInVersion": "6",
      "description": "The unique ID of the legal arrangement to which the shareholder belongs, if applicable.",
      "type": "string"
    },
    "legalArrangementEntityCode": {
      "x-addedInVersion": "6",
      "description": "The unique ID of the legal arrangement entity to which the shareholder belongs, if applicable.",
      "type": "string"
    },
    "shareholderCode": {
      "description": "The code of the shareholder to which the check applies.",
      "type": "string"
    }
  },
  "name": "KYCShareholderCheckResult"
}