---
title: "Refund a funds transfer"
method: POST
path: "/refundFundsTransfer"
tags: ["General"]
---

# Refund a funds transfer

`POST /refundFundsTransfer`

Refunds funds transferred from one account to another. Both accounts must be in the same platform, but can have different account holders.

## Request body

- RefundFundsTransferRequest
  - `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.

## Response `200`

OK - the request has succeeded.

- RefundFundsTransferResponse
  - `merchantReference` string — The value supplied by the executing user when initiating the transfer refund; may be used to link multiple transactions.
  - `message` string — The message of the response.
  - `originalReference` string — A PSP reference of the original fund transfer.
  - `pspReference` string — The reference of a request. Can be used to uniquely identify the request.
  - `resultCode` string — The result code.
  - `submittedAsync` boolean — Indicates whether the request is processed asynchronously. Depending on the request's platform settings, the following scenarios may be applied: * **true**: The request is queued and will be executed when the providing service is available in the order in which the requests are received. * **false**: The processing of the request is immediately attempted; it may result in an error if the providing service is unavailable.

## Other responses

- `202` — Accepted - the request has been accepted for processing, but the processing has not been completed.
- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## Changes

- **2023-03-22** (v3) `40f3741a6483` — 9 breaking
  - the request's body type/format changed from ``/`` to `object`/``
  - the `amount` request property type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - the response's body type/format changed from ``/`` to `object`/`` for status `202`
  - …5 more
- **2021-08-07** (v3) `f45176226426` — 1 info
  - api tag `General` added
- **2021-07-09** (v3) `e38d0becc386` — 2 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - the endpoint scheme security `BasicAuth` was added to the API
- **2021-04-10** (v3) `a5193c3dc852` — 5 info
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `401` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `422` status
  - …1 more
- **2021-03-05** (v3) `ce23a0d8c048` — 6 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `422`
  - …2 more

[Full history](https://skmtc.dev/adyen/apis/fundservice/changes/refundFundsTransfer/post.md)

---

[API](https://skmtc.dev/adyen/apis/fundservice.md) · [All operations](https://skmtc.dev/adyen/apis/fundservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/fundservice/revisions/9b4819139946/schema)
