---
title: "List settlement refunds"
method: GET
path: "/v2/settlements/{settlementId}/refunds"
tags: ["Settlements API"]
---

# List settlement refunds

`GET /v2/settlements/{settlementId}/refunds`

Retrieve all refunds 'deducted' from the given settlement.

The response is in the same format as the response of the [List refunds endpoint](list-refunds).

## Query parameters

- `from` string
- `limit` integer, nullable
- `embed` string, nullable

## Headers

- `idempotency-key` string

## Response `200`

A list of refund objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

## Changes

> 78 revisions in range; 9 not diffed.

- **2026-08-31** `eca80d9f3972` — 2 info
  - added `#/components/schemas/list-refund-response` to the `_embedded/refunds/items/` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/list-entity-refund` from the `_embedded/refunds/items/` response property `allOf` list for the response status `200`
- **2026-08-27** `8e5a936eb5bd` — 1 warning
  - added the new `failed` enum value to the `_embedded/refunds/items/allOf[subschema #2]/status` response property for the response status `200`
- **2026-07-08** `1bcb76dbe9ea` — 1 breaking
  - the `count` response property's min was decreased from `1.00` to `0.00` for the response status `200`
- **2026-06-15** `5e44242e94d3` — 1 info
  - the response property `_embedded/refunds/items/allOf[#/components/schemas/list-entity-refund]/paymentId` became required for the status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`

[Full history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/settlements/:settlementId/refunds/get.md)

---

[API](https://skmtc.dev/mollie/apis/mollie-api.md) · [All operations](https://skmtc.dev/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/c7210fff5e59/schema)
