> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/merchant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/merchant/english/payment/disputes/prevention.md).

# Prevention

## Preventing Disputes

Proactive prevention is the most effective strategy for managing disputes. To stop chargebacks before they occur, it is essential to understand their root causes and take early countermeasures. A transparent checkout process, crystal-clear communication, responsive customer service, and standard security measures play a key role in this effort.

### The 7 reasons for disputes

When Payrexx notifies you that a dispute has been opened, one of the following seven reasons will always be specified.

Click on a reason to learn how to best prevent disputes of this type.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Fraudulent</strong></td><td>Occurs when stolen credit card data is misused or when a buyer unjustly disputes a legitimate transaction without cause.</td><td></td><td><a href="/pages/LuTKOAnEp9A42Fad1bXg">/pages/LuTKOAnEp9A42Fad1bXg</a></td></tr><tr><td><strong>Credit not processed</strong></td><td>Occurs when a merchant fails to issue an agreed refund in a timely manner following a cancellation or return.</td><td></td><td><a href="/pages/Imd8JVflcuN5JPr6U1nj">/pages/Imd8JVflcuN5JPr6U1nj</a></td></tr><tr><td><strong>Duplicate</strong></td><td>Occurs when a buyer's account is accidentally charged twice or multiple times for the same order.</td><td></td><td><a href="/pages/XJ9TQa10Yhwkgy01S6eI">/pages/XJ9TQa10Yhwkgy01S6eI</a></td></tr><tr><td><strong>Product not received</strong></td><td>Occurs when the ordered goods fail to reach the buyer at all or when they arrive with severe delays.</td><td></td><td><a href="/pages/u9qQp8lC7difjlhtiuCA">/pages/u9qQp8lC7difjlhtiuCA</a></td></tr><tr><td><strong>Product unacceptable</strong></td><td>Occurs when delivered goods are damaged or differ significantly from the original product description.</td><td></td><td><a href="/pages/Zzv9yc38QFNq1cY5TqOj">/pages/Zzv9yc38QFNq1cY5TqOj</a></td></tr><tr><td><strong>Subscription canceled</strong></td><td>Occurs when a recurring payment is charged even though the subscription was already canceled by the customer.</td><td></td><td><a href="/pages/RHRAmNF5K0ZCaeRHXHKl">/pages/RHRAmNF5K0ZCaeRHXHKl</a></td></tr><tr><td><strong>Unrecognized</strong></td><td>Occurs when the opened dispute is based on other or unknown underlying reasons.</td><td></td><td><a href="/pages/zpouPbi6inU4043t5rHv">/pages/zpouPbi6inU4043t5rHv</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.payrexx.com/merchant/english/payment/disputes/prevention.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
