[ Web Proxy ]
URL:
Viewing: https://developer.squareup.com/reference/square/disputes-api/webhooks/dispute.created [Back]  [Original]

dispute.created Webhook - Square API Reference
Search developer resources
/

<- Disputes webhooks

Disputes webhooks

API version2026-08-19

All versions ->

dispute created

EVENT

dispute.created

Published when a Dispute is created.

Permissions:DISPUTES_READ
Link to section

Event payload

Example code

Link to section

merchant_id

string

The ID of the target merchant associated with the event.

Link to section

location_id

string

The ID of the target location associated with the event.

Link to section

type

string

The type of event this represents.

Link to section

event_id

string

A unique ID for the event.

Link to section

created_at

string

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

Link to section

data

DisputeCreatedEventData

Data associated with the event.

Show attributes

Link to section

Examples

API version2026-08-19

All versions ->

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