# FAQ

Is an important question missing? We would be pleased if you could submit it to us via a [ticket](https://support.payrexx.com/en/support/tickets/new).

<details>

<summary>Are refunds and chargebacks the same?</summary>

No. A refund generally refers to any [payment](/merchant/english/account/payments.md) returned to a customer. Therefore, [refunds](/merchant/english/payment/functionalities/refunds.md) are not necessarily related to disputes.

Chargebacks are refunds to the cardholder's account after they have disputed a transaction through their bank.

</details>

<details>

<summary>Who decides the outcome of a dispute?</summary>

The decision on whether a dispute is resolved in favor of the merchant or the shopper is always made by the shopper's bank (the credit card issuer). Payrexx has no influence over this decision.

</details>

<details>

<summary>How much time do I have to submit evidence?</summary>

When a dispute is opened, we will inform you of the deadline for submitting evidence.

</details>

<details>

<summary>How much is the dispute fee?</summary>

The fee is CHF/EUR 35,00 per dispute.

</details>

<details>

<summary>What is a chargeback ratio?</summary>

The chargeback ratio (or chargeback rate) measures the relationship between the number of transactions and the number of opened disputes. If you have to process one chargeback out of 100 transactions, your chargeback ratio is 1%. Please note that even won disputes are included in the chargeback ratio. Therefore, it is more important to prevent disputes from arising in the first place. Learn more about [preventive measures](/merchant/english/payment/disputes/prevention.md).

</details>

<details>

<summary>What is friendly fraud?</summary>

[Friendly fraud](/merchant/english/payment/disputes/prevention/fraudulent.md) is less friendly than it sounds. It occurs when a cardholder purchases a product or service and then disputes the transaction with their credit card issuer. This type of fraud is termed "friendly" because the claims made by the shopper during the dispute often sound honest and credible.

Friendly fraud occurs when the shopper claims:

* They do not remember making the purchase.
* The order was not delivered.
* The delivery does not match the description from the shop.
* They returned the order to the merchant but did not receive a refund.
* The order was delivered even though they had canceled it.

Depending on the case, these claims may be true or fabricated.

</details>


---

# 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.payrexx.com/merchant/english/payment/disputes/faq.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.
