Adyen · Example Payload

Legal Entity Trust Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

countryOfGoverningLawdateOfIncorporationdescriptiondoingBusinessAsnameprincipalPlaceOfBusinessregisteredAddressregistrationNumbertaxInformationtypeundefinedBeneficiaryInfovatAbsenceReasonvatNumber

Example Payload

Raw ↑
{
  "countryOfGoverningLaw": "US",
  "dateOfIncorporation": "example_value",
  "description": "A sample description.",
  "doingBusinessAs": "example_value",
  "name": "Example Name",
  "principalPlaceOfBusiness": "example_value",
  "registeredAddress": "example_value",
  "registrationNumber": "example_value",
  "taxInformation": [
    "example_value"
  ],
  "type": "cashManagementTrust",
  "undefinedBeneficiaryInfo": [
    "example_value"
  ],
  "vatAbsenceReason": "industryExemption",
  "vatNumber": "example_value"
}