> For the complete documentation index, see [llms.txt](https://docs.payengine.co/payengine-api-v2.5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payengine.co/payengine-api-v2.5/transactions/dispute-management.md).

# Dispute management

***

### description: >- These APIs allow you to list all the disputes, get information for a dispute and updating the dispute with evidences

## Dispute management

#### Dispute creation

If the transaction is disputed by the merchant, the processor will notify Platform and Platform will send a DISPUTE\_CREATED webhook to you with the

{% hint style="info" %}
Webhook event: **DISPUTE\_CREATED**
{% endhint %}

```javascript
{
  event_uid: '220489c0dfa263d19ee1796973cdc9f6',
  event: 'DISPUTE_CREATED',
  data: {
    transaction_id: 'c404d923-226f-4aae-92da-22c1ef370434',
    account_id: 'e90c1de6-4e87-4c9e-bcbc-c535d6e349ec',
    merchant_id: 'c404d923-226f-4aae-92da-22c1ef370434'
  }
}
```

### Dispute Management APIs

Here are the articles in this section

{% content-ref url="/pages/8SLmqfMlLhfyleE3CEog" %}
[List all disputes](/payengine-api-v2.5/transactions/dispute-management/list-all-disputes.md)
{% endcontent-ref %}

{% content-ref url="/pages/rOaW9zDXddyoFsiE8W4N" %}
[Get dispute details](/payengine-api-v2.5/transactions/dispute-management/get-dispute-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/xrMpAhZ0k6GMMHMDAKYQ" %}
[Update dispute](/payengine-api-v2.5/transactions/dispute-management/update-dispute.md)
{% endcontent-ref %}
