---
title: "Negative account balances compensated"
method: POST
path: "/COMPENSATE_NEGATIVE_BALANCE"
tags: ["Fund management"]
---

# Negative account balances compensated

`POST /COMPENSATE_NEGATIVE_BALANCE` (webhook)

Adyen sends this notification when funds are transferred from your platform's liable account to an overdrawn account to compensate for the overdraft.

## Payload

- CompensateNegativeBalanceNotification
  - `content` CompensateNegativeBalanceNotificationContent
    - `records` CompensateNegativeBalanceNotificationRecord[] — A list of the negative balances compensated.
      - `accountCode` string — The code of the account whose negative balance has been compensated.
      - `amount` Amount
        - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
        - `value` integer, required — The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
      - `transferDate` string, date-time — The date on which the compensation took place.
  - `error` NotificationErrorContainer
    - `errorCode` string — The Adyen code that is mapped to the error message.
    - `message` string — A short explanation of the issue.
  - `eventDate` string, date-time, required — The date and time when an event has been completed.
  - `eventType` string, required — The event type of the notification.
  - `executingUserKey` string, required — The user or process that has triggered the notification.
  - `live` boolean, required — Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.
  - `pspReference` string, required — The PSP reference of the request from which the notification originates.

## Acknowledgement `200`

OK - the request has succeeded.

- NotificationResponse
  - `notificationResponse` string — Set this parameter to **[accepted]** to acknowledge that you received a notification from Adyen.

---

[API](https://skmtc.net/adyen/apis/classic-platforms-notifications.md) · [All operations](https://skmtc.net/adyen/apis/classic-platforms-notifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/classic-platforms-notifications/versions/2b6f04c400a5/schema)
