---
title: "List all refunds"
method: GET
path: "/v2/refunds"
tags: ["Refunds API"]
---

# List all refunds

`GET /v2/refunds`

Retrieve a list of all of your refunds.

The results are paginated.

## Query parameters

- `from` string
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `embed` string, nullable
- `profileId` string — The identifier referring to the [profile](get-profile) this entity belongs to. Most API credentials are linked to a single profile. In these cases the `profileId` can be omitted in the creation request. For organization-level credentials such as OAuth access tokens however, the `profileId` parameter is required.
- `testmode` boolean

## 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.
- `429` — Rate Limit has been reached.

## Changes

> 78 revisions in range; 9 not diffed.

- **2026-08-31** `eca80d9f3972` — 10 breaking, 3 warning, 3 info
  - removed the required property `_embedded/refunds/items/_links` from the response with the `200` status
  - removed the required property `_embedded/refunds/items/amount` from the response with the `200` status
  - removed the required property `_embedded/refunds/items/createdAt` from the response with the `200` status
  - removed the required property `_embedded/refunds/items/description` from the response with the `200` status
  - …12 more
- **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/paymentId` became required for the status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- **2026-05-12** `ef4b5a97b56a` — 2 info
  - the endpoint scheme security `advancedAccessToken` was added to the API
  - the endpoint scheme security `organizationAccessToken` was removed from the API

[Full history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/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)
