Adyen · Schema

LegalArrangementDetail

LegalArrangementDetail schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
address object The address of the legal arrangement.
legalArrangementCode string Adyen-generated unique alphanumeric identifier (UUID) for the entry, returned in the response when you create a legal arrangement. Use only when updating an account holder. If you include this field w
legalArrangementEntities array An array containing information about other entities that are part of the legal arrangement.
legalArrangementReference string Your reference for the legal arrangement. Must be between 3 to 128 characters.
legalForm string The form of legal arrangement. Required if `type` is **Trust** or **Partnership**. The possible values depend on the `type`. - For `type` **Trust**: **CashManagementTrust**, **CorporateUnitTrust**, **
name string The legal name of the legal arrangement. Minimum length: 3 characters.
registrationNumber string The registration number of the legal arrangement.
taxNumber string The tax identification number of the legal arrangement.
type string The [type of legal arrangement](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process/legal-arrangements#types-of-legal-arrangements). Possible values: - **Association** - **P
View JSON Schema on GitHub

JSON Schema

notifications-legal-arrangement-detail-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/notifications-legal-arrangement-detail-schema.json",
  "title": "LegalArrangementDetail",
  "description": "LegalArrangementDetail schema from Adyen API",
  "type": "object",
  "properties": {
    "address": {
      "description": "The address of the legal arrangement.",
      "$ref": "#/components/schemas/ViasAddress"
    },
    "legalArrangementCode": {
      "description": "Adyen-generated unique alphanumeric identifier (UUID) for the entry, returned in the response when you create a legal arrangement.\nUse only when updating an account holder. If you include this field when creating an account holder, the request will fail.",
      "type": "string"
    },
    "legalArrangementEntities": {
      "description": "An array containing information about other entities that are part of the legal arrangement.",
      "items": {
        "$ref": "#/components/schemas/LegalArrangementEntityDetail"
      },
      "type": "array"
    },
    "legalArrangementReference": {
      "description": "Your reference for the legal arrangement. Must be between 3 to 128 characters.",
      "type": "string"
    },
    "legalForm": {
      "description": "The form of legal arrangement. Required if `type` is **Trust** or **Partnership**.\n\nThe possible values depend on the `type`.\n\n- For `type` **Trust**:  **CashManagementTrust**, **CorporateUnitTrust**, **DeceasedEstate**, **DiscretionaryInvestmentTrust**, **DiscretionaryServicesManagementTrust**, **DiscretionaryTradingTrust**, **FirstHomeSaverAccountsTrust**, **FixedTrust**, **FixedUnitTrust**, **HybridTrust**, **ListedPublicUnitTrust**, **OtherTrust**, **PooledSuperannuationTrust**, **PublicTradingTrust**, or **UnlistedPublicUnitTrust**.\n\n- For `type` **Partnership**: **LimitedPartnership**, **FamilyPartnership**, or **OtherPartnership**",
      "enum": [
        "CashManagementTrust",
        "CorporateUnitTrust",
        "DeceasedEstate",
        "DiscretionaryInvestmentTrust",
        "DiscretionaryServicesManagementTrust",
        "DiscretionaryTradingTrust",
        "FirstHomeSaverAccountsTrust",
        "FixedTrust",
        "FixedUnitTrust",
        "HybridTrust",
        "ListedPublicUnitTrust",
        "OtherTrust",
        "PooledSuperannuationTrust",
        "PublicTradingTrust",
        "UnlistedPublicUnitTrust",
        "LimitedPartnership",
        "FamilyPartnership",
        "OtherPartnership"
      ],
      "type": "string"
    },
    "name": {
      "description": "The legal name of the legal arrangement. Minimum length: 3 characters.",
      "type": "string"
    },
    "registrationNumber": {
      "description": "The registration number of the legal arrangement.",
      "type": "string"
    },
    "taxNumber": {
      "description": "The tax identification number of the legal arrangement.",
      "type": "string"
    },
    "type": {
      "description": "The [type of legal arrangement](https://docs.adyen.com/marketplaces-and-platforms/classic/verification-process/legal-arrangements#types-of-legal-arrangements).\n\nPossible values:\n\n- **Association** \n\n- **Partnership** \n\n- **SoleProprietorship** \n\n- **Trust** \n\n",
      "enum": [
        "Association",
        "Partnership",
        "SoleProprietorship",
        "Trust"
      ],
      "type": "string"
    }
  },
  "required": [
    "type",
    "name",
    "address"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/notifications-legal-arrangement-detail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.