Receiving and retrieving a dispute
In this section you can learn about:
When a customer opens up a dispute, Clearpay call the webhook with webhook_event_type = created.
Merchants can use the Get Dispute endpoint below to get the detailed information of the dispute.
Receiving disputes
Get Dispute - Endpoint
Connection Timeouts
Request Headers
Request Parameters
Response
Dispute Object
Meta Object
Dispute Object Example
Dispute Status
Clearpay supports the following dispute status:
Note
We currently don’t support the partially_won status.
Dispute Windows
Clearpay updates the dispute status and triggers dispute notifications according to the dispute window time frames. The following is the time frame (in calendar days) to process and defend a dispute:
Dispute Reasons
There is always a dispute reason when a dispute is triggered. The current dispute reasons available are:
Closing Reasons
A closing reason indicating how the final decision on the dispute was reached is displayed to the merchant. The following are the closing reasons and their descriptions:
Retrieving disputes
List Disputes - Endpoint
List disputes within a date range based on certain criteria. This endpoint can be used for debugging or synchronising the disputes from Clearpay if/when you are unable to use the webhook method.