| [ Web Proxy ] |
| Viewing: https://developer.squareup.com/reference/square/disputes-api/webhooks/dispute.created | [Back] [Original] |
EVENT
dispute.created
Published when a Dispute is 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
Response JSON
{ "merchant_id": "0HPGX5JYE6EE1", "location_id": "VJDQQP3CG14EY", "type": "dispute.created", "event_id": "ce8464b5-6628-4ac2-9264-e06c34df3e82", "created_at": "2020-02-19T21:24:53.258Z", "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:24:53.258Z", "version": 1 } } } }
| Web Proxy Viewer | New URL | Original Page |