Adyen · JSON Structure

Accounts Kyc Ultimate Parent Company Check Result Structure

KYCUltimateParentCompanyCheckResult schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

checks ultimateParentCompanyCode

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-ultimate-parent-company-check-result-structure.json",
  "description": "KYCUltimateParentCompanyCheckResult schema from Adyen API",
  "type": "object",
  "properties": {
    "checks": {
      "description": "A list of the checks and their statuses.",
      "items": {
        "$ref": "#/components/schemas/KYCCheckStatusData"
      },
      "type": "array"
    },
    "ultimateParentCompanyCode": {
      "x-addedInVersion": "6",
      "description": "The code of the Ultimate Parent Company to which the check applies.",
      "type": "string"
    }
  },
  "name": "KYCUltimateParentCompanyCheckResult"
}