Issuing dispute closed
Last updated: January 7, 2026
This Issuing dispute webhook event occurs when a dispute is closed and the final status is won, lost, or canceled.
1{2"id":"evt_az5sblvku4ge3dwpztvyizgcau",3"type":"issuing_dispute_closed",4"version":"2.0.0",5"created_on":"2026-01-21T09:41:53.1665936Z",6"event_data":{7"dispute_id":"idsp_c66fzwkbeegenwuhmfkzu5rs3y",8"client":{9"id":"cli_5cm5ts52udaebgbfekk4kjooiy"10},11"entity":{12"id":"ent_klojxskjtdoexkw5rtrsz3qa6i"13},14"card":{15"id":"crd_kju22hhxpd2efke6xo6cn5vf5q"16},17"transaction":{18"id":"trx_acao445hbaggkaca664vgbeggi"19},20"status":"won",21"presentment_message_id":"msg_ahipdqnjbaggkaduprycuasdde",22"closed_on":"2026-01-21T09:38:53.1665936Z"23}24}
| Field name | Description |
|---|---|
string | The event's unique identifier, prefixed with |
string | The type of event. |
string | The version of the webhook. |
date-time | The date and time when the event was triggered, in UTC. |
object | The webhook payload. |
string | The dispute's unique identifier, prefixed with |
object | The details of the card used for the disputed transaction. |
string | The card's unique identifier, prefixed with |
object | The details of the entity that raised the dispute. |
string | The entity's unique identifier, prefixed with |
object | The details about you as a Checkout.com client. |
string | Your unique identifier as a Checkout.com client, prefixed with |
object | The details of the transaction. |
string | The transaction's unique identifier, which links all related authorization, reversal, and clearing messages. This is prefixed with |
string | The unique identifier for the disputed presentment message, prefixed with |
uint64 | The dispute status. This can be one of:
|
date-time | The date and time when the dispute was closed, in UTC. |