S
AcceptDisputeLoss
SquareupApi.AcceptDisputeLoss
Description
Accept the loss on a dispute and update its status to ACCEPTED.
This tool should be called when you need to accept the loss on a dispute for a transaction. It updates the dispute state to ACCEPTED and returns the disputed amount to the cardholder. Square debits the corresponding amount from the seller's account. Use this when a dispute resolution is finalized, and the seller agrees to the loss.
Input Parameters
{
"parameters": [
{
"name": "dispute_id",
"required": true,
"inferrable": true,
"description": "The unique ID of the dispute to accept and resolve.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'AcceptDispute'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}