> For the complete documentation index, see [llms.txt](https://docs.chargebackstop.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chargebackstop.com/systematic-dispute-deflection/introduction.md).

# Introduction

Systematic Dispute Deflection prevents friendly fraud by proving historic cardholder purchase activity with qualifying data. When a deflection is successful, the dispute is blocked by the card networks before it's raised. You retain the funds, prevent fraud claims (TC40s) from being filed, and reduce your dispute rate.

<figure><img src="/files/y02szPwP0gZb3nNjnUA5" alt=""><figcaption></figcaption></figure>

### How it works

{% stepper %}
{% step %}
**Cardholder attempts a dispute**

A cardholder contacts their bank to dispute a transaction.
{% endstep %}

{% step %}
**Real-time lookup**

The card network performs a real-time lookup against your historical transaction data.
{% endstep %}

{% step %}
**Dispute blocked**

If the criteria for deflection are met, the dispute is instantly blocked and never reaches you.
{% endstep %}
{% endstepper %}

### Historic purchase history

A dispute becomes eligible for deflection when the cardholder has completed at least two previous transactions within 120 to 365 days before the disputed charge. These earlier transactions form the purchase history used to verify legitimacy.

### Qualifying data

For a deflection to succeed, identifiers unique to the cardholder must match across the disputed transaction and the historic purchase history. Qualifying identifiers include:

* IP address
* Email address
* Device fingerprint
* Billing address

At least two identifiers must match, and one of them must be either an IP address or an email address.

### Eligible dispute conditions

Currently, deflection is attempted for the following dispute conditions:

* **Visa 10.4** — Card Not Present
* **Mastercard 4814** — Card Not Present

Other conditions may become eligible as the card networks expand their programs.

### Card network integration

Systematic Dispute Deflection is powered by two card network solutions. We harmonise both systems into a single unified interface built to scale and support both programs as they evolve. You never need to integrate directly or manage those connections.

* **Compelling Evidence 3.0** (Visa)
* **First Party Trust** (Mastercard)


---

# 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.chargebackstop.com/systematic-dispute-deflection/introduction.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.
