Adyen · Example Payload

Notification Webhooks Bulk Address Example

PaymentsFinancial ServicesFintech

Notification Webhooks Bulk Address 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

citycompanycountryemailhouseNumberOrNamemobilepostalCodestateOrProvincestreet

Example Payload

Raw ↑
{
  "city": "example_value",
  "company": "example_value",
  "country": "US",
  "email": "user@example.com",
  "houseNumberOrName": "Example Name",
  "mobile": "example_value",
  "postalCode": "CODE123",
  "stateOrProvince": "example_value",
  "street": "example_value"
}