Retrieve a paginated list of disputes associated with the Business ID.
Number of disputes to return per page. Defaults to 10, maximum 100.
Dispute ID from pagination.next_cursor for fetching the next page.
Filter disputes by lifecycle status. Use ACTION_REQUIRED to find disputes requiring your response.
Filter disputes by a specific Payment ID.
Filter disputes by payment channel (e.g., CARDS, QRIS).
Filter card disputes by card network (e.g., VISA, MASTERCARD). Only applicable when channel_code is CARDS.
Filter disputes by currency using ISO-4217 currency code (e.g., IDR, PHP, USD).
Return only disputes created after this timestamp (ISO 8601 format).
Return only disputes created before this timestamp (ISO 8601 format).
Return only disputes with a response deadline after this timestamp (ISO 8601 format).
Return only disputes with a response deadline before this timestamp. Use this to surface disputes expiring soon.
Full-text search across dispute ID, payment ID, and reference ID.
A list of disputes.
Paginated list of disputes.
Disputes for the current page.
Minimal dispute representation for list responses.
Xendit-generated unique dispute identifier.
Current lifecycle state. ACTION_REQUIRED means a response is needed before due_date.
Reason for the terminal outcome. Only populated when status is WON or LOST.
Payment channel through which the original transaction was made (e.g., CARDS, QRIS).
Card network associated with the dispute. Only present when channel_code is CARDS.
Currency of the disputed amount, in ISO-4217 format.
The amount when the dispute was first raised.
The final resolved amount. May differ from initial for partial disputes. Null while unresolved.
Deadline by which you must respond to avoid an automatic LOST outcome.
Optional message from Xendit providing guidance on the dispute.
Slug identifier of the dispute category. The full category object with allowed evidence types is available in GET /v1/disputes/.
Xendit payment identifier for the original disputed transaction.
Your reference ID for the original transaction.
Timestamp when the dispute was created, in ISO 8601 format.
Timestamp of the most recent update, in ISO 8601 format.
The ID of the last dispute in the current page. Pass as the cursor query parameter to fetch the next page. Null when there are no more results.
Whether there are more results beyond this page.
Access not allowed for this business.
{
"error_code": "RESTRICTED_ACCESS",
"message": "Access to this resource is restricted."
}