Adyen · JSON Structure

Notifications Ultimate Parent Company Structure

UltimateParentCompany schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

address businessDetails 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/notifications-ultimate-parent-company-structure.json",
  "description": "UltimateParentCompany schema from Adyen API",
  "type": "object",
  "properties": {
    "address": {
      "description": "Address of the ultimate parent company.",
      "$ref": "#/components/schemas/ViasAddress"
    },
    "businessDetails": {
      "description": "Details about the ultimate parent company's business.",
      "$ref": "#/components/schemas/UltimateParentCompanyBusinessDetails"
    },
    "ultimateParentCompanyCode": {
      "description": "Adyen-generated unique alphanumeric identifier (UUID) for the entry, returned in the response when you create an ultimate parent company. Required when updating an existing entry in an `/updateAccountHolder` request.",
      "type": "string"
    }
  },
  "name": "UltimateParentCompany"
}