---
title: "Get payment chargeback"
method: GET
path: "/payments/{paymentId}/chargebacks/{chargebackId}"
tags: ["Chargebacks API"]
---

# Get payment chargeback

`GET /payments/{paymentId}/chargebacks/{chargebackId}`

Retrieve a single payment chargeback by its ID and the ID of its parent payment.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [Advanced access token with **payments.read**](/reference/authentication)
>
> [OAuth access with **payments.read**](/reference/authentication)

## Query parameters

- `embed` 'payment', nullable
- `testmode` boolean

## Response `200`

The chargeback object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/versions/4b45df3039ef/schema)
