Adyen · Schema

KYCUltimateParentCompanyCheckResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
checks array A list of the checks and their statuses.
ultimateParentCompanyCode string The code of the Ultimate Parent Company to which the check applies.
View JSON Schema on GitHub

JSON Schema

adyen-kycultimateparentcompanycheckresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KYCUltimateParentCompanyCheckResult",
  "title": "KYCUltimateParentCompanyCheckResult",
  "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"
    }
  },
  "type": "object"
}