Adyen · Example Payload

Legal Entity Organization Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

dateOfIncorporationdescriptiondoingBusinessAsemaillegalNamephoneprincipalPlaceOfBusinessregisteredAddressregistrationNumberstockDatataxInformationtaxReportingClassificationtypevatAbsenceReasonvatNumberwebData

Example Payload

Raw ↑
{
  "dateOfIncorporation": "example_value",
  "description": "A sample description.",
  "doingBusinessAs": "example_value",
  "email": "user@example.com",
  "legalName": "Example Name",
  "phone": "example_value",
  "principalPlaceOfBusiness": "example_value",
  "registeredAddress": "example_value",
  "registrationNumber": "example_value",
  "stockData": "example_value",
  "taxInformation": [
    "example_value"
  ],
  "taxReportingClassification": "example_value",
  "type": "associationIncorporated",
  "vatAbsenceReason": "industryExemption",
  "vatNumber": "example_value",
  "webData": "example_value"
}