Adyen · Schema

MigratedShareholders

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

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