This page is for classic Adyen for Platforms integrations. If you are just starting your implementation, refer to our new integration guide instead.
To keep you informed of events on your platform, we send notifications to endpoints that you specify when configuring 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 | This notification is triggered when an account is closed. |
ACCOUNT_CREATED | This notification is triggered when an account is created. |
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 | This notification is triggered when an account holder is created, or when an error occurred during account holder creation. |
ACCOUNT_HOLDER_PAYOUT | This notification is triggered when a payout 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 | 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 | This notification is triggered when the status of a store associated with an account holder has changed. |
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 | This notification is triggered when an account holder is updated. |
ACCOUNT_HOLDER_VERIFICATION | This notification is triggered when some events occur during account holder verification. For more information, refer to KYC verification checks. |
ACCOUNT_UPDATED | This notification is triggered when an account is updated. |
BENEFICIARY_SETUP | This notification is triggered when a benefactor and beneficiary relationship between accounts is set up. |
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 | This notification is triggered when an automated direct debit is initiated from the Adyen platform. |
PAYMENT_FAILURE | This notification is triggered when a split payment has failed. |
REFUND_FUNDS_TRANSFER | This notification is triggered a /refundFundsTransfer request is made. |
REPORT_AVAILABLE | This notification is triggered when Adyen generates a platform-specific report. |
SCHEDULED_REFUNDS | This notification contains scheduled refunds, and is triggered when a /refundNotPaidOutTransfers request is made. |
TRANSFER_FUNDS | This notification is triggered when a /transferFunds request is made. |