Adyen · Schema
AuthorisationNotificationRequestItem
AuthorisationNotificationRequestItem 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. |
| operations | array | The operations indicate the supported follow-up actions concerning the payment. > This is an **experimental field**. Do not base your code on this field. Not all specific cases are covered yet. It's p |
| paymentMethod | string | The payment method used in the transaction. |
| pspReference | string | Adyen's 16-character unique reference associated with the transaction or request. This value is globally unique. Use it when communicating with us about this request. |
| reason | string | If `success` = `true` and `paymentMethod` = `visa`, `mc`, or `amex` then this field contains the following details: Authorisation code, last 4 digits of the card, card expiry date. In case of failure, |
| success | string | If `true`: The payment request was successful. If `false`: The payment request failed. Check the `reason` field for failure information. |