{
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"type": "dispute.status-changed",
"version": 1,
"timestamp": "2025-01-15T10:30:00.000Z",
"source": "transaction-service",
"company_id": "comp_123456789",
"correlation_id": "corr_987654321"
}Dispute status changed
Triggered when a dispute moves forward — OPEN to UNDER_REVIEW, or either of
those to CLOSED with a verdict in outcome.
A dispute only moves forward, so old_status is always strictly earlier than
new_status and this event never reports a regression. Stale or duplicate
provider deliveries produce no event at all.
{
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"type": "dispute.status-changed",
"version": 1,
"timestamp": "2025-01-15T10:30:00.000Z",
"source": "transaction-service",
"company_id": "comp_123456789",
"correlation_id": "corr_987654321"
}Body
Base structure for all webhook events
Unique event identifier
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Event type identifier
dispute.status-changed "dispute.status-changed"
Event schema version
1
Event timestamp in ISO 8601 format
"2025-01-15T10:30:00.000Z"
Service that generated the event
"transaction-service"
Company ID associated with the event
"comp_123456789"
Correlation ID for event tracking
"corr_987654321"
Dispute status change details
Show child attributes
Show child attributes
Response
Webhook received successfully

