---
title: "List all chargebacks"
method: GET
path: "/v2/chargebacks"
tags: ["Chargebacks API"]
---

# List all chargebacks

`GET /v2/chargebacks`

Retrieve all chargebacks initiated for all your payments.

The results are paginated.

## Query parameters

- `from` string
- `limit` integer, nullable
- `embed` string, nullable
- `sort` 'asc' | 'desc'
- `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 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` — 1 info
  - response property `_embedded/chargebacks/items/settlementAmount` deprecated

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