# Disputes Management

This page provides an overview of Xplor Pay’s Disputes solution, which enables merchants and software partners to track, manage, and respond to payment disputes and chargebacks through the Merchant Portal or Disputes API.

## About Disputes

Xplor Pay’s Disputes Management, also known as chargebacks, occurs when a cardholder questions a transaction with their issuing bank. The bank investigates the claim and may reverse the transaction if the dispute is valid. The Disputes solution helps merchants track, manage, and respond to disputes efficiently.

## Business challenges addressed

Disputes address the following business challenges:

* Revenue loss from chargebacks and compliance risks.
* Limited visibility into dispute status.
* Manual and time-consuming dispute management.
* Inconsistent or incomplete evidence submission.

## Key capabilities

The Disputes solution provides the following capabilities:

* View and manage disputes and chargebacks through the Merchant Portal or Disputes API.
* Receive email notifications when new disputes are created.
* Upload supporting evidence to challenge chargebacks to accept or reject the disputes.

## Use cases

Disputes is designed for the following scenarios:

* Track dispute activity
* Respond to chargebacks
* Reduce financial and reputational risk

## Disputes process flow

{% stepper %}
{% step %}
**Dispute initiation.**

A dispute starts when a cardholder questions a transaction with their issuing bank due to reasons such as fraud, unrecognized charges, or service issues.
{% endstep %}

{% step %}
**Case notification.**

The issuing bank notifies Xplor, and a dispute case is created. Xplor notifies the merchant by email, and the case appears in the Merchant Portal or through the Disputes API with a *New Activity* status.
{% endstep %}

{% step %}
**Chargeback (If applicable).**

If the dispute escalates, the issuing bank reverses the transaction amount and temporarily credits the cardholder. The disputed amount is withdrawn from the merchant, and processing fees may apply.
{% endstep %}

{% step %}
**Merchant response.**

The merchant reviews the case and either:

* Accepts the dispute, finalizing the chargeback, or
* Challenges the dispute by submitting supporting evidence within the required timeframe.
  {% endstep %}

{% step %}
**Issuer decision and escalation.**

The issuing bank reviews the evidence and either returns the funds to the merchant or finalizes the chargeback in favor of the cardholder. If challenged further, the dispute may move to Pre-Arbitration or Arbitration, where the card network makes a final, binding decision and may apply additional fees.
{% endstep %}
{% endstepper %}

## Technical requirements

* Active Xplor Pay account.
* Xplor Pay API access.
* Access to the Merchant Portal.

## Related topics

* To manage and challenge Dispute, see [Disputes](https://docs.xplorpay.com/api-reference/api/disputes).
* For API details, see the [Disputes API Reference](https://docs.xplorpay.com/api-reference/api/disputes/disputes-management).


---

# 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.xplorpay.com/getting-started/getting-started/our-products/financial-management/disputes-management.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.
