Dispute evidence deleted
EVENT
dispute.evidence.deleted
Published when evidence is removed from a Dispute from the Disputes Dashboard in the Seller Dashboard, the Square Point of Sale app, or by calling DeleteDisputeEvidence.
Permissions
DISPUTES_READ
Name | Description |
---|---|
merchant_
|
The ID of the target merchant associated with the event. |
location_
|
The ID of the target location associated with the event. |
type
|
The type of event this represents. |
event_
|
A unique ID for the event. |
created_
|
Read only Timestamp of when the event was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
data
|
Data associated with the event. |
Examples
Example payload
{
"merchant_id": "0HPGX5JYE6EE1",
"location_id": "VJDQQP3CG14EY",
"type": "dispute.evidence.deleted",
"event_id": "e3fd10cc-953b-4f97-83cd-d5b7fa799a8c",
"created_at": "2020-02-19T21:31:55.186Z",
"data": {
"type": "dispute",
"id": "ORSEVtZAJxb37RA1EiGw",
"object": {
"dispute": {
"amount_money": {
"amount": 8801,
"currency": "USD"
},
"brand_dispute_id": "r9rKGSBBQbywBNnWWIiGFg",
"card_brand": "VISA",
"created_at": "2020-02-19T21:24:53.258Z",
"id": "ORSEVtZAJxb37RA1EiGw",
"disputed_payment": {
"payment_id": "fbmsaEOpoARDKxiSGH1fqPuqoqFZY"
},
"due_at": "2020-03-04T00:00:00.000Z",
"location_id": "VJDQQP3CG14EY",
"reason": "AMOUNT_DIFFERS",
"reported_at": "2020-02-19T00:00:00.000Z",
"state": "EVIDENCE_REQUIRED",
"updated_at": "2020-02-19T21:31:55.186Z",
"version": 3
}
}
}
}