---
title: "Funds transferred between accounts"
method: POST
path: "/TRANSFER_FUNDS"
tags: ["Fund management"]
---

# Funds transferred between accounts

`POST /TRANSFER_FUNDS` (webhook)

Adyen sends this notification when [funds are transferred between accounts](https://docs.adyen.com/api-explorer/#/Fund/latest/post/transferFunds).

## Payload

- TransferFundsNotification
  - `content` TransferFundsNotificationContent
    - `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).
    - `destinationAccountCode` string — The code of the Account to which funds were credited.
    - `merchantReference` string — The reference provided by the merchant.
    - `sourceAccountCode` string — The code of the Account from which funds were debited.
    - `status` OperationStatus
      - `message` Message
        - `code` string — The message code.
        - `text` string — The message text.
      - `statusCode` string — The status code.
    - `transferCode` string — The transfer code.
  - `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/marketpaynotificationservice.md) · [All operations](https://skmtc.net/adyen/apis/marketpaynotificationservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/marketpaynotificationservice/versions/fae4b3da8f9f/schema)
