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

# List settlement chargebacks

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

Retrieve all chargebacks 'deducted' from the given settlement.

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

## Query parameters

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

## Headers

- `idempotency-key` string

## Response `200`

A list of chargeback 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

> 79 revisions in range; 9 not diffed.

- **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-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
- **2026-05-04** `18e0e58eb54d` — 7 breaking, 4 warning, 1 info
  - the `_embedded/chargebacks/items/` response's property type changed from `object` to no type for status `200`
  - removed the required property `_embedded/chargebacks/items/_links` from the response with the `200` status
  - removed the required property `_embedded/chargebacks/items/amount` from the response with the `200` status
  - removed the required property `_embedded/chargebacks/items/createdAt` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/settlements/:settlementId/chargebacks/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/b7497b77b18f/schema)
