Adyen · Example Payload

Webhooks Authorisation Notification Request Item Example

PaymentsFinancial ServicesFintech

Webhooks Authorisation 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

additionalDataamounteventCodeeventDatemerchantAccountCodemerchantReferenceoperationspaymentMethodpspReferencereasonsuccess

Example Payload

Raw ↑
{
  "additionalData": "example_value",
  "amount": 1000,
  "eventCode": "AUTHORISATION",
  "eventDate": "2021-07-17T13:42:40+01:00",
  "merchantAccountCode": "CODE123",
  "merchantReference": "REF-500123",
  "operations": [
    "CAPTURE"
  ],
  "paymentMethod": "visa, mc, iDeal",
  "pspReference": "REF-500123",
  "reason": "874574:1935:11/2012",
  "success": "example_value"
}