--- title: "Notification types" description: "Learn about the notification types sent by Adyen for Platforms." url: "https://docs.adyen.com/classic-platforms/notification-types" source_url: "https://docs.adyen.com/classic-platforms/notification-types.md" canonical: "https://docs.adyen.com/classic-platforms/notification-types" last_modified: "2020-05-07T11:25:00+02:00" language: "en" --- # Notification types Learn about the notification types sent by Adyen for Platforms. [View source](/classic-platforms/notification-types.md) This page is for classic Adyen for Platforms integrations. If you are just starting your implementation, refer to our [new integration guide](/adyen-for-platforms-model) instead. To keep you informed of events on your platform, we send notifications to endpoints that you specify when [configuring notifications](/classic-platforms/configure-notifications). Notification messages include a number of different fields, which vary depending on the event type that triggers this specific notification. Adyen for Platforms sends the following notifications. | Notification | Description | | --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [ACCOUNT\_CLOSED](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_CLOSED) | This notification is triggered when an account is closed. | | [ACCOUNT\_CREATED](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_CREATED) | This notification is triggered when an account is created. | | [ACCOUNT\_FUNDS\_BELOW\_THRESHOLD](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_FUNDS_BELOW_THRESHOLD) | This notification is triggered when a liable account's current funds are below the threshold configured on the Adyen platform. | | [ACCOUNT\_HOLDER\_CREATED](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_CREATED) | This notification is triggered when an [account holder](/classic-platforms/account-structure) is created, or when an error occurred during account holder creation. | | [ACCOUNT\_HOLDER\_PAYOUT](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_PAYOUT) | This notification is triggered when a [payout](/classic-platforms/payouts) is initiated. If the payout process has started successfully for a specified account, amount, and bank account, the notification contains `statusCode` = Initiated; in case of any error the notification contains `statusCode` = Failed. | | [ACCOUNT\_HOLDER\_STATUS\_CHANGE](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_STATUS_CHANGE) | This notification is triggered when the status of an account holder is changed (for example, when the processing amount exceeds the current tier's limits and proceeds to the next tier). | | [ACCOUNT\_HOLDER\_STORE\_STATUS\_CHANGE](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_STORE_STATUS_CHANGE) | This notification is triggered when the status of a store associated with an account holder has changed. | | [ACCOUNT\_HOLDER\_UPCOMING\_DEADLINE](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_UPCOMING_DEADLINE) | This notification is triggered when there's an upcoming deadline for an account holder to fulfill the requirements of a specific event. | | [ACCOUNT\_HOLDER\_UPDATED](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_UPDATED) | This notification is triggered when an account holder is updated. | | [ACCOUNT\_HOLDER\_VERIFICATION](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_HOLDER_VERIFICATION) | This notification is triggered when some events occur during account holder verification. For more information, refer to [KYC verification checks](/classic-platforms/verification-process). | | [ACCOUNT\_UPDATED](https://docs.adyen.com/api-explorer/#/NotificationService/latest/ACCOUNT_UPDATED) | This notification is triggered when an account is updated. | | [BENEFICIARY\_SETUP](https://docs.adyen.com/api-explorer/#/NotificationService/latest/BENEFICIARY_SETUP) | This notification is triggered when a benefactor and beneficiary relationship between accounts is set up. | | [COMPENSATE\_NEGATIVE\_BALANCE](https://docs.adyen.com/api-explorer/#/NotificationService/latest/COMPENSATE_NEGATIVE_BALANCE) | On the last day of each month Adyen for Platforms checks if there are any accounts with a negative balance that is a month old. When such accounts are found, Adyen for Platforms compensates their balance from the liable platform account and sends the COMPENSATE\_NEGATIVE\_BALANCE notification to the platform. | | [DIRECT\_DEBIT\_INITIATED](https://docs.adyen.com/api-explorer/#/NotificationService/latest/DIRECT_DEBIT_INITIATED) | This notification is triggered when an automated direct debit is initiated from the Adyen platform. | | [PAYMENT\_FAILURE](https://docs.adyen.com/api-explorer/#/NotificationService/latest/PAYMENT_FAILURE) | This notification is triggered when a [split payment](/classic-platforms/processing-payments) has failed. | | [REFUND\_FUNDS\_TRANSFER](https://docs.adyen.com/api-explorer/#/NotificationService/latest/REFUND_FUNDS_TRANSFER) | This notification is triggered a [/refundFundsTransfer](https://docs.adyen.com/api-explorer/Fund/latest/post/refundFundsTransfer) request is made. | | [REPORT\_AVAILABLE](https://docs.adyen.com/api-explorer/#/NotificationService/latest/REPORT_AVAILABLE) | This notification is triggered when Adyen generates a platform-specific report. | | [SCHEDULED\_REFUNDS](https://docs.adyen.com/api-explorer/#/NotificationService/latest/SCHEDULED_REFUNDS) | This notification contains scheduled refunds, and is triggered when a [/refundNotPaidOutTransfers](https://docs.adyen.com/api-explorer/Fund/latest/post/refundNotPaidOutTransfers) request is made. | | [TRANSFER\_FUNDS](https://docs.adyen.com/api-explorer/#/NotificationService/latest/TRANSFER_FUNDS) | This notification is triggered when a [/transferFunds](https://docs.adyen.com/api-explorer/Fund/latest/post/transferFunds) request is made. |