> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Disputes - Dashboard Actions

> You can use the Dashboard to perform the following actions:

* [View Disputes](#view-disputes-using-dashboard)
* [Accept Disputes](#accept-disputes-using-dashboard)
* [Contest Disputes](#contest-disputes)
* [Download Disputes Report](#download-disputes-report)
* [Subscribe to Webhook Events](/payments/disputes/subscribe-to-webhooks)

## View Disputes

Follow the steps given below to view dispute details from the Dashboard.

### To view disputes:

1. Log in to the Dashboard.

2. Select **Transactions** from the left menu and click **Disputes**.

3. A list of all the disputes is displayed. Click **Details** to view the details of the dispute.

### View Disputes Using APIs

* View all the disputes raised by your customer using [Fetch All Disputes API](/api/disputes/fetch-all)
* View the details of a dispute by providing the dispute id using [Fetch a Dispute API](/api/disputes/fetch)

## Accept Disputes

In case the customer's dispute is valid, you can accept the dispute.

When you accept a dispute:

1. The corresponding amount will be deducted from your Razorpay account balance.
2. The dispute's status will be changed to **lost**.

<Info>
  **Handy Tips**

  You can accept only those disputes that are in `open` state and fall within the respond by date.

  Follow the steps given below to accept disputes from the Dashboard.
</Info>

### To accept disputes:

1. Log in to the Dashboard.

2. Select **Transactions** from the left menu and click **Disputes**.

3. A list of all the disputes is displayed. Click **Details** for the required Dispute id.

4. Click **Accept Dispute** on the right pane.

5. Click **Yes, Accept** to confirm. The amount will be deducted from your Razorpay account balance.

### Accept Disputes Using API

Accept a dispute using the [Accept a Dispute API](/api/disputes/accept).

## Contest Disputes

In case the goods or services have been provided to the customer, you can contest the dispute and submit the proof of deliveries, invoices or any other authorised proof of product/service delivery as evidence.

Follow the steps given below to contest disputes and submit evidence from the Dashboard.

### To contest disputes:

1. Log in to the Dashboard.

2. Select **Transactions** from the left menu and click **Disputes**.

3. A list of all disputes is displayed. Click **Details** for any dispute ID to open the right-side pane.

4. Click **Contest & upload evidence**.

5. You can choose to contest the dispute for the full payment amount or a partial amount. To contest for partial amount, click **Edit** and enter the amount you want to contest.

6. In the **Explanation** field, provide the reason why the dispute is invalid.

7. In the **Supporting Evidence** section, select the evidence type in the **Add Document** field and upload the document. You can upload multiple documents to support your claim. The supported document types are, PDF, PNG and JPG.

8. Click **Submit Evidence**.

9. Click **Yes Contest** to confirm.

### Contest Disputes Using API

* Contest a dispute using [Contest a Dispute API](/api/disputes/contest)
* Upload supporting documents using [Documents API](/api/documents)

## Download Disputes Report

You can download disputes as a file from the Dashboard. To download disputes report:

<Steps>
  <Step title="Step 1">
    Log in to the Dashboard.
  </Step>

  <Step title="Step 2">
    Select **Transactions** from the left menu and click **Disputes**.
  </Step>

  <Step title="Step 3">
    A list of all the disputes is displayed. Apply the required filters for disputes and click the download icon on the right.
  </Step>
</Steps>

### Related Information

* [About Disputes](/payments/disputes)
* [Submit Evidence](/payments/disputes/submit-evidence)
* [Dispute FAQs](/payments/disputes/faqs)
* [Contact Support](https://razorpay.com/support/#request) for additional help with disputes.
