Adyen · Schema
RecurringContractNotificationRequestItem
RecurringContractNotificationRequestItem schema from Adyen API
PaymentsFinancial ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| additionalData | object | This object is a generic container that can hold extra fields. |
| amount | object | The payment amount. For HTTP POST notifications, currency and value are returned as URL parameters. |
| eventCode | string | The type of event the notification item is for. |
| eventDate | string | The time when the event was generated. Format: ISO 8601; yyyy-MM-DDThh:mm:ssTZD |
| merchantAccountCode | string | The merchant account identifier used in the transaction the notification item is for. |
| merchantReference | string | Your reference to uniquely identify the payment. |
| originalPsp | string | The `pspReference` of the initial payment. |
| originalReference | string | For modifications, this field corresponds to the payment request assigned to the original payment. |
| paymentMethod | string | The payment method used in the transaction. |
| pspReference | string | The [token for stored payment details](https://docs.adyen.com/online-payments/tokenization/create-and-use-tokens/) to make recurring payments. This is the same as the `recurringDetailReference`. |
| reason | string | If `success` = `false`, then this includes a short message with an explanation for the refusal. |
| success | string | Informs about the outcome of the event (`eventCode`) the notification is for. If `true`: the event was executed successfully. If `false`: the event was not executed successfully. |