Adyen · Example Payload

Notification Webhooks Name 2 Example

PaymentsFinancial ServicesFintech

Notification Webhooks Name 2 Example is an example object payload from Adyen, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

firstNamefullNameinfixlastName

Example Payload

Raw ↑
{
  "firstName": "Example Name",
  "fullName": "Example Name",
  "infix": "example_value",
  "lastName": "Example Name"
}