Adyen · Schema

MigratedShareholders

MigratedShareholders schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
legalEntityCode string The unique identifier of the legal entity of that shareholder in the balance platform.
shareholderCode string The unique identifier of the account of the migrated shareholder in the classic integration.
View JSON Schema on GitHub

JSON Schema

accounts-migrated-shareholders-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-migrated-shareholders-schema.json",
  "title": "MigratedShareholders",
  "description": "MigratedShareholders schema from Adyen API",
  "type": "object",
  "properties": {
    "legalEntityCode": {
      "description": "The unique identifier of the legal entity of that shareholder in the balance platform.",
      "type": "string"
    },
    "shareholderCode": {
      "description": "The unique identifier of the account of the migrated shareholder in the classic integration.",
      "type": "string"
    }
  }
}