Adyen · Example Payload

Legal Entity Unincorporated Partnership Example

A sample description.

PaymentsFinancial ServicesFintech

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

Top-level fields

countryOfGoverningLawdateOfIncorporationdescriptiondoingBusinessAsnameprincipalPlaceOfBusinessregisteredAddressregistrationNumbertaxInformationtypevatAbsenceReasonvatNumber

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": "limitedPartnership",
  "vatAbsenceReason": "industryExemption",
  "vatNumber": "example_value"
}