Adyen · Example Payload

Notifications Store Detail Example

PaymentsFinancial ServicesFintech

Notifications Store Detail Example is an example object payload from Adyen, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

addressfullPhoneNumberlogomerchantAccountmerchantCategoryCodemerchantHouseNumberphoneNumbershopperInteractionsplitConfigurationUUIDstatusstorestoreNamestoreReferencevirtualAccountwebAddress

Example Payload

Raw ↑
{
  "address": "example_value",
  "fullPhoneNumber": "example_value",
  "logo": "example_value",
  "merchantAccount": "example_value",
  "merchantCategoryCode": "CODE123",
  "merchantHouseNumber": "example_value",
  "phoneNumber": "example_value",
  "shopperInteraction": "Ecommerce",
  "splitConfigurationUUID": "REF-500123",
  "status": "Active",
  "store": "example_value",
  "storeName": "Example Name",
  "storeReference": "REF-500123",
  "virtualAccount": "example_value",
  "webAddress": "example_value"
}