Adyen · Schema

LegalEntity

LegalEntity schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
capabilities object Contains key-value pairs that specify the actions that the legal entity can do in your platform.The key is a capability required for your integration. For example, **issueCard** for Issuing.The value
documentDetails array List of documents uploaded for the legal entity.
documents array List of documents uploaded for the legal entity.
entityAssociations array List of legal entities associated with the current legal entity. For example, ultimate beneficial owners associated with an organization through ownership or control, or as signatories.
id string The unique identifier of the legal entity.
individual object Information about the individual. Required if `type` is **individual**.
organization object Information about the organization. Required if `type` is **organization**.
problems array List of verification errors related to capabilities for the legal entity.
reference string Your reference for the legal entity, maximum 150 characters.
soleProprietorship object Information about the sole proprietorship. Required if `type` is **soleProprietorship**.
transferInstruments array List of transfer instruments that the legal entity owns.
trust object Information about the trust. Required if `type` is **trust**.
type string The type of legal entity. Possible values: **individual**, **organization**, **soleProprietorship**, or **trust**.
unincorporatedPartnership object Information about the unincorporated partnership. Required if `type` is **unincorporatedPartnership**.
verificationDeadlines array List of verification deadlines and the capabilities that will be disallowed if verification errors are not resolved.
verificationPlan string A key-value pair that specifies the [verification process](https://docs.adyen.com/marketplaces-and-platforms/collect-verification-details/) for a legal entity. Set to **upfront** for [upfront verifica
View JSON Schema on GitHub