Adyen · JSON Structure

Accounts Ultimate Parent Company Business Details Structure

UltimateParentCompanyBusinessDetails schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

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

Properties

legalBusinessName registrationNumber stockExchange stockNumber stockTicker

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-ultimate-parent-company-business-details-structure.json",
  "description": "UltimateParentCompanyBusinessDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "legalBusinessName": {
      "description": "The legal name of the company.",
      "type": "string"
    },
    "registrationNumber": {
      "description": "The registration number of the company.",
      "type": "string"
    },
    "stockExchange": {
      "description": "Market Identifier Code (MIC).",
      "type": "string"
    },
    "stockNumber": {
      "description": "International Securities Identification Number (ISIN).",
      "type": "string"
    },
    "stockTicker": {
      "description": "Stock Ticker symbol.",
      "type": "string"
    }
  },
  "name": "UltimateParentCompanyBusinessDetails"
}