Issuing dispute closed
Last updated: January 29, 2025
This Issuing dispute webhook event occurs when a dispute is closed and the final status
is won
or lost
.
1{2"id":"evt_az5sblvku4ge3dwpztvyizgcau",3"type":"issuing_dispute_closed",4"version":"2.0.0",5"created_on":"2025-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":"2025-01-21T09:38:53.1665936Z"23}24}
Field name | Description |
---|---|
string | The unique identifier for the event. |
string | The type of event. |
string | The version of the webhook. |
datetime | The date and time when the event was triggered, in UTC. |
object | The notification payload. |
string | The unique Checkout.com identifier for the dispute. |
object | Contains information about the card used for the disputed transaction. |
string | The unique identifier for the card. |
object | Contains information about the entity that raised the dispute. |
string | The unique identifier for the entity. |
object | Contains information about you as a Checkout.com client. |
string | Your unique identifier as a Checkout.com client. |
object | Contains information about the transaction. |
string | The unique Checkout.com identifier for the transaction, which links all related authorization, reversal, and clearing messages. |
string | The unique identifier for the disputed presentment message. |
uint64 | The dispute status. This can be one of:
|
datetime | The date and time when the dispute was closed, in UTC. |