Adyen · Example Payload

Configuration Contact Details Example

PaymentsFinancial ServicesFintech

Configuration Contact Details 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

addressemailphonewebAddress

Example Payload

Raw ↑
{
  "address": "example_value",
  "email": "user@example.com",
  "phone": "example_value",
  "webAddress": "example_value"
}