Event Overview
Event Type:DISPUTE_UPDATEDCategory: Dispute
Description: A dispute (chargeback) has been raised or its status has changed This webhook is triggered whenever a dispute or chargeback is raised against a payment, or when the status of an existing dispute changes. Use it to keep your records in sync with the latest chargeback lifecycle state and to act before the response deadline.
Merchant Action Required
When you receive aDISPUTE_UPDATED event, respond before the deadline:
- Log in to the EximPe Dashboard.
- Open the Chargebacks section.
- Locate the dispute using the
chargeback_idfrom the payload. - Upload your supporting documents and submit your response before the
reply_beforetime.
Payload Schema
Field Specifications
Always
"DISPUTE_UPDATED" for this webhook eventOrder ID associated with the disputed paymentExample:
"OD3842521856"Payment request ID against which the dispute was raisedExample:
"PR1795628984"Unique identifier for the dispute/chargebackExample:
"CB9442851393"Type of dispute raisedExample:
"CHARGEBACK"Amount under dispute, in the payment currencyExample:
721Current status of the dispute. One of:
Example:
| Status | Description |
|---|---|
NEW | Dispute has just been raised |
PENDING_RESPONSE | Awaiting a response/evidence from the merchant |
PENDING_DOC_REVIEW | Submitted documents are under review |
SUBMITTED_TO_BANK | Merchant’s response has been submitted to the bank |
INSUFFICIENT_DOCUMENT | Submitted documents were insufficient |
CLOSED_CUSTOMER_FAVOUR | Dispute closed in the customer’s favour |
CLOSED_IN_MERCHANT_FAVOUR | Dispute closed in the merchant’s favour |
CLOSED_UNDER_FRAUD_LIABILITY | Dispute closed under fraud liability |
"CLOSED_CUSTOMER_FAVOUR"Timestamp when the dispute was raised, in ISO 8601 formatExample:
"2026-06-09T03:53:48+00:00"Deadline by which the merchant must submit a response/evidence, in ISO 8601 format. May be
null for disputes that are already in a closed stateExample: "2026-06-11T18:30:00+00:00"Human-readable reason for the disputeExample:
"Goods or Services Not Provided / Not Received"