---
title: "Refund all transactions of an account since the most recent payout"
method: POST
path: "/refundNotPaidOutTransfers"
tags: ["General"]
---

# Refund all transactions of an account since the most recent payout

`POST /refundNotPaidOutTransfers`

Refunds all the transactions of an account that have taken place since the most recent payout. This request is on a account basis (as opposed to a payment basis), so only the portion of the payment that was made to the specified account is refunded. The commissions, fees, and payments to other accounts remain in the accounts to which they were sent as designated by the original payment's split details.

## Request body

- RefundNotPaidOutTransfersRequest
  - `accountCode` string, required — The code of the account from which to perform the refund(s).
  - `accountHolderCode` string, required — The code of the Account Holder which owns the account from which to perform the refund(s).

## Response `200`

OK - the request has succeeded.

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

---

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