Adyen · Example Payload

Legal Entity Legal Entity Info Required Type Example

PaymentsFinancial ServicesFintech

Legal Entity Legal Entity Info Required Type Example is an example object payload from Adyen, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capabilitiesentityAssociationsindividualorganizationreferencesoleProprietorshiptrusttypeunincorporatedPartnershipverificationPlan

Example Payload

Raw ↑
{
  "capabilities": {},
  "entityAssociations": [
    "example_value"
  ],
  "individual": "example_value",
  "organization": "example_value",
  "reference": "REF-500123",
  "soleProprietorship": "example_value",
  "trust": "example_value",
  "type": "individual",
  "unincorporatedPartnership": "example_value",
  "verificationPlan": "example_value"
}