Disputes
SubmitEvidence
Submits evidence to the cardholder's bank.
Before submitting evidence, Square compiles all available evidence. This includes evidence uploaded using the CreateDisputeEvidenceFile and CreateDisputeEvidenceText endpoints and evidence automatically provided by Square, when available.
post/v2/disputes/{dispute_id}/submit-evidence
Path parameters
dispute_idstring required
The ID of the dispute that you want to submit evidence for.
Response
Success
Example response
{
"dispute": {
"amount_money": {
"amount": 2000,
"currency": "USD"
},
"brand_dispute_id": "100000399240",
"card_brand": "VISA",
"created_at": "2018-10-18T16:02:15.313Z",
"disputed_payments": [
{
"payment_id": "2yeBUWJzllJTpmnSqtMRAL19taB"
}
],
"due_at": "2018-11-01T00:00:00.000Z",
"id": "EAZoK70gX3fyvibecLwIGB",
"reason": "NO_KNOWLEDGE",
"state": "PROCESSING",
"updated_at": "2018-10-18T16:02:15.313Z"
}
}