Dispute evidence added BETA
EVENT
dispute.evidence.added
Published when evidence is added to a Dispute from the Disputes Dashboard in the Seller Dashboard, the Square Point of Sale app, or by calling CreateDisputeEvidence.
Permissions
PAYMENTS_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 webhook event. |
created_
|
Read only Timestamp of when the webhook 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.added",
"event_id": "6f606f30-53d0-495a-87f0-958576fc954f",
"created_at": "2020-02-19T21:27:28.851Z",
"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",
"dispute_id": "ORSEVtZAJxb37RA1EiGw",
"disputed_payment": {
"payment_id": "fbmsaEOpoARDKxiSGH1fqPuqoqFZY"
},
"due_at": "2020-03-04T00:00:00.000Z",
"evidence_ids": [
"oThqMsDS9bM0LdjZzVB4qB"
],
"location_id": "VJDQQP3CG14EY",
"reason": "AMOUNT_DIFFERS",
"reported_date": "2020-02-19T00:00:00.000Z",
"state": "EVIDENCE_REQUIRED",
"updated_at": "2020-02-19T21:27:28.851Z",
"version": 2
}
}
}
}