Adyen · Example Payload

Legal Entity Individual Example

PaymentsFinancial ServicesFintech

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

Top-level fields

birthDataemailidentificationDatanamenationalityphoneresidentialAddresstaxInformationwebData

Example Payload

Raw ↑
{
  "birthData": "example_value",
  "email": "user@example.com",
  "identificationData": "example_value",
  "name": "Example Name",
  "nationality": "example_value",
  "phone": "example_value",
  "residentialAddress": "example_value",
  "taxInformation": [
    "example_value"
  ],
  "webData": "example_value"
}