Adyen · Example Payload

Accounting Notifications Address 2 Example

PaymentsFinancial ServicesFintech

Accounting Notifications Address 2 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

citycountryline1line2postalCodestateOrProvince

Example Payload

Raw ↑
{
  "city": "example_value",
  "country": "US",
  "line1": "example_value",
  "line2": "example_value",
  "postalCode": "CODE123",
  "stateOrProvince": "example_value"
}