Adyen · Example Payload

Management Webhooks Mid Service Notification Data Example

PaymentsFinancial ServicesFintech

Management Webhooks Mid Service Notification Data 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

allowedenabledidmerchantIdreferencestatusstoreIdtypeverificationStatus

Example Payload

Raw ↑
{
  "allowed": true,
  "enabled": true,
  "id": "REF-500123",
  "merchantId": "REF-500123",
  "reference": "REF-500123",
  "status": "success",
  "storeId": "REF-500123",
  "type": "standard",
  "verificationStatus": "valid"
}