Finalize and submit all uploaded evidence to contest the dispute. Once submitted, the dispute moves to UNDER_REVIEW status and evidence can no longer be added, modified, or deleted. The outcome (WON or LOST) is determined asynchronously and delivered via webhook. The dispute must be in ACTION_REQUIRED status and must have at least one evidence item.
Unique identifier of the dispute.
Challenge accepted. The dispute will be processed asynchronously.
Response body for public dispute actions (challenge, accept).
ID of the dispute the action was applied to.
Human-readable summary of the applied action.
Action not allowed in current state.
{
"error_code": "ILLEGAL_STATE",
"message": "The requested action is not allowed in the current dispute state."
}{
"error_code": "INVALID_REQUEST",
"message": "No evidence items provided."
}Dispute not found.
{
"error_code": "DISPUTE_NOT_FOUND",
"message": "The specified dispute was not found."
}Challenge not allowed for this dispute.
{
"error_code": "ILLEGAL_STATE",
"message": "This simulated dispute is expected to exceed deadline without evidence submission."
}This dispute uses an unsupported workflow version.
{
"error_code": "ILLEGAL_STATE",
"message": "This dispute uses a deprecated FSM version that is no longer supported."
}