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 PayEngine and PayEngine will send a DISPUTE_CREATED webhook to you with the
{
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
List all disputesGet dispute detailsUpdate disputeLast updated