Adyen · Example Payload

Management Webhooks Account Update Notification Data Example

PaymentsFinancial ServicesFintech

Management Webhooks Account Update Notification Data 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

capabilitieslegalEntityIdmerchantIdstatus

Example Payload

Raw ↑
{
  "capabilities": {},
  "legalEntityId": "REF-500123",
  "merchantId": "REF-500123",
  "status": "active"
}