> ## 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.

# Subscribe to Webhooks

> Subscribe to various webhook events related to disputes to receive instant notifications.

<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>

Subscribe to webhook events available for disputes to get notifications.

To subscribe to webhook events:

1. Log in to the Dashboard.
2. Navigate to **Account & Settings** → **Webhooks** to subscribe to any of the events listed below.

## List of Webhook Events

The table below lists the webhook events available for disputes.

| Webhook Event                     | Description                                                                                                                                                                        |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `payment.dispute.created`         | Triggered when a dispute is raised by the customer's issuing bank against a payment.                                                                                               |
| `payment.dispute.won`             | Triggered when you win a dispute against a payment.                                                                                                                                |
| `payment.dispute.lost`            | Triggered when you lose a dispute against a payment.                                                                                                                               |
| `payment.dispute.closed`          | Triggered when a dispute is closed.                                                                                                                                                |
| `payment.dispute.under_review`    | Triggered when you contest a dispute and submit the evidence for review.                                                                                                           |
| `payment.dispute.action_required` | Triggered when the evidence submitted is insufficient, unreadable or does not correspond to the contested amount. Please update/add evidences before contesting the dispute again. |

Know more about [Webhooks](/docs/webhooks) and check the [sample payloads.](/docs/webhooks/disputes)

### Related Information

* [About Disputes](/docs/payments/disputes)
* [Disputes APIs](/docs/payments/disputes/apis)
