---
title: "Funds transfer between accounts refunded"
method: POST
path: "/REFUND_FUNDS_TRANSFER"
tags: ["Fund management"]
---

# Funds transfer between accounts refunded

`POST /REFUND_FUNDS_TRANSFER` (webhook)

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

## Payload

- RefundFundsTransferNotification
  - `content` RefundFundsTransferNotificationContent
    - `amount` Amount, required
      - `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).
    - `merchantReference` string — A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
    - `originalReference` string, required — A PSP reference of the original fund transfer.
    - `status` OperationStatus
      - `message` Message
        - `code` string — The message code.
        - `text` string — The message text.
      - `statusCode` string — The status 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/revisions/fae4b3da8f9f/schema)
