> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Disputes APIs

> List of Dispute APIs to perform actions like viewing, accepting and contesting Disputes.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

You can use the Dispute APIs to view all disputes or view a dispute by its id. You can also perform these actions from the Dashboard.

## List of Disputes APIs

The table below lists the various Disputes APIs and gives a brief description of each API:

| API                                                      | Description                                              |
| -------------------------------------------------------- | -------------------------------------------------------- |
| [View all disputes](/docs/api/disputes/fetch-all)        | API to fetch all disputes.                               |
| [View a dispute by dispute id](/docs/api/disputes/fetch) | API to view dispute details by providing the dispute id. |
| [Accept a dispute](/docs/api/disputes/accept)            | API to accept a dispute.                                 |
| [Contest a dispute](/docs/api/disputes/contest)          | API to contest a dispute.                                |

### Related Information

* [About Disputes](/docs/payments/disputes)
* [Disputes - Dashboard Actions](/docs/payments/disputes/dashboard)
