Adyen · Example Payload

Webhooks Recurring Contract Notification Request Item Example

PaymentsFinancial ServicesFintech

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

Top-level fields

additionalDataamounteventCodeeventDatemerchantAccountCodemerchantReferenceoriginalPsporiginalReferencepaymentMethodpspReferencereasonsuccess

Example Payload

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