AdyenNotificationRequestItem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| eventCode | String | Event code (AUTHORISATION, CAPTURE, REFUND, etc.) | [default to null] |
| success | String | Whether the event was successful | [default to null] |
| pspReference | String | PSP reference (payment ID) | [default to null] |
| originalReference | String | Original reference for refunds | [optional] [default to null] |
| merchantReference | String | Merchant reference | [optional] [default to null] |
| amount | AdyenNotificationAmount | Payment amount | [default to null] |
| paymentMethod | String | Payment method used | [optional] [default to null] |
| reason | String | Reason for failure | [optional] [default to null] |
| additionalData | any | Additional data | [optional] [default to null] |