Adyen · Example Payload

Configuration Delivery Contact Example

PaymentsFinancial ServicesFintech

Configuration Delivery Contact Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressemailfullPhoneNumbernamephoneNumberwebAddress

Example Payload

Raw ↑
{
  "address": "example_value",
  "email": "user@example.com",
  "fullPhoneNumber": "example_value",
  "name": "Example Name",
  "phoneNumber": "example_value",
  "webAddress": "example_value"
}