Adyen · Example Payload

Management Webhooks Account Create Notification Data Example

PaymentsFinancial ServicesFintech

Management Webhooks Account Create Notification Data Example is an example object payload from Adyen, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capabilitiescompanyIdlegalEntityIdmerchantIdstatus

Example Payload

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