# Chargeback fees

## Overview

For every open dispute, 2Checkout applies a fee, set in your account's default currency. Chargeback rates formula:

{% hint style="info" %}
Chargeback rate = no. of opened chargebacks (regardless of their current status) in the selected chargeback interval divided by the number of transactions in the same period.
{% endhint %}

### Fixed chargeback fees for each chargeback

This case implies a fixed fee in a single currency for each open dispute.

### Threshold-based chargeback fees

This case implies fees with variable values depending on the chargeback rate of your account. 2Checkout agrees on certain chargeback rate thresholds with you and applies the fees accordingly. Thresholds and chargeback fees may vary for each account. **You can see the thresholds applied to your account on the** [Chargeback reports](https://secure.avangate.com/cpanel/chargebacks_report.php) **page**.

For example:

* If your chargeback rate is less than 0.65%, the chargeback fee is $36/€31/£30.
* If your chargeback rate is 0.65% or more, the chargeback fee is $50/€50/£50.

The chargeback rate used as a threshold is the one from the end of the previous month.

## Where can I see my chargeback fees?

You can see the 2Checkout fees for your chargebacks in multiple areas throughout the 2Checkout platform:

### Accounting report

* In the *Total chargeback fee* column in the email's body.
* In the *2Checkout orders with chargeback fees balance.csv* report attached to the email.

### Control panel

* On the 2Checkout dashboard, in the *Chargeback Fees* field of the *Account balance* section.
* In the *Revenue Split* report, in the *Chargeback Fees* field.
* In the *Account Balance* report in the *Chargeback Fees* column.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/payments/payments/refunds-and-chargebacks/chargeback-fees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
