---
title: "Chargebacks Endpoint"
method: GET
path: "/chargebacks"
tags: ["Transactions"]
---

# Chargebacks Endpoint

`GET /chargebacks`

Retrieve the details of all your Chargebacks in a given time.

## Query parameters

- `from` integer
- `to` integer
- `page` integer
- `country` string
- `status` 'PENDING' | 'COMPLETED' | 'CANCELLED' | 'FAILED'

## Response `200`

A paginated list of chargebacks.

- PaginatedChargebacks
  - `page` integer
  - `rows` integer
  - `maxRows` integer
  - `data` Chargeback[]
    - `idChargeback` integer
    - `creationDate` string, date-time
    - `lastChangeDate` string, date-time
    - `idMerchant` integer
    - `inMediation` boolean
    - `idDeposit` integer
    - `amount` number
    - `merchantAmount` number
    - `merchantCurrency` string
    - `merchantName` string
    - `country` string
    - `countryName` string
    - `status` string
    - `notified` boolean
    - `currency` string
    - `externalId` string
    - `comments` string

---

[API](https://skmtc.dev/d24/apis/docs-d24-com.md) · [All operations](https://skmtc.dev/d24/apis/docs-d24-com/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d24/docs-d24-com/revisions/fb0e2ddec198/schema)
