---
title: "View chargeback summary"
method: GET
path: "/chargeback/v3/summary"
tags: ["Chargebacks"]
---

# View chargeback summary

`GET /chargeback/v3/summary`

Returns a summary of all chargebacks within the default or specified date range.

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).

<div style="display:none;">

## Request parameters
- endDate
- startDate

## Response parameters
- newChargebacksCount
- newChargebacksTotal
- wonChargebacksCount
- wonChargebacksTotal
- representmentsCount
- representmentsTotal

</div>

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Success

- object
  - `newChargebacksCount` integer — The total number of new chargebacks.
  - `newChargebacksTotal` number — The total amount of all new chargebacks.
  - `wonChargebacksCount` integer — The total number of won chargebacks.
  - `wonChargebacksTotal` number — The total amount of all won chargebacks.
  - `representmentsCount` integer — The total number of chargebacks in representment status.
  - `representmentsTotal` number — The total amount of all chargebacks in representment status.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
