Disputes
AcceptDispute
Accepts the loss on a dispute. Square returns the disputed amount to the cardholder and updates the dispute state to ACCEPTED.
Square debits the disputed amount from the seller’s Square account. If the Square account does not have sufficient funds, Square debits the associated bank account.
post/v2/disputes/{dispute_id}/accept
Path parameters
dispute_idstring required
The ID of the dispute you want to accept.
Response
Success
Example response
{
"dispute": {
"amount_money": {
"amount": 2500,
"currency": "USD"
},
"brand_dispute_id": "100000809947",
"card_brand": "VISA",
"created_at": "2022-06-29T18:45:22.265Z",
"disputed_payment": {
"payment_id": "zhyh1ch64kRBrrlfVhwjCEjZWzNZY"
},
"due_at": "2022-07-13T00:00:00.000Z",
"id": "XDgyFu7yo1E2S5lQGGpYn",
"location_id": "L1HN3ZMQK64X9",
"reason": "NO_KNOWLEDGE",
"reported_at": "2022-06-29T00:00:00.000Z",
"state": "ACCEPTED",
"updated_at": "2022-07-07T19:14:42.650Z",
"version": 2
}
}