Adyen · Example Payload

Webhooks Paidout Reversed Notification Request Item Example

PaymentsFinancial ServicesFintech

Webhooks Paidout Reversed Notification Request Item Example is an example object payload from Adyen, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

additionalDataamounteventCodeeventDatemerchantAccountCodemerchantReferenceoriginalReferencepaymentMethodpspReferencereasonsuccess

Example Payload

Raw ↑
{
  "additionalData": "example_value",
  "amount": 1000,
  "eventCode": "PAIDOUT_REVERSED",
  "eventDate": "2021-07-17T13:42:40+01:00",
  "merchantAccountCode": "CODE123",
  "merchantReference": "REF-500123",
  "originalReference": "REF-500123",
  "paymentMethod": "visa, mc, iDeal",
  "pspReference": "REF-500123",
  "reason": "example_value",
  "success": "example_value"
}