Skip to content

dispute_lost

Last updated: 14th July 2022

Example: Dispute lost

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"id": "evt_2ewyh3rdawmezabpjv5ott4zb4",
"type": "dispute_lost",
"created_on": "2018-07-10T11:04:48Z",
"data": {
"id": "dsp_9rjdlsd4epepfjyyf9vl",
"date": "2018-07-06T11:19:20Z",
"category": "canceled_recurring",
"amount": 20020,
"currency": "USD",
"reason_code": "10.4",
"payment_id": "pay_cnhuomagalglgozxy5zm",
"payment_action_id": "act_7B15779D173D0W45700D",
"payment_reference": "some-company-ref",
"payment_method": "Visa"
},
"_links": {
"self": {
"href": "https://api.checkout.com/workflows/events/evt_2ewyh3rdawmezabpjv5ott4zb4"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/dsp_9rjdlsd4epepfjyyf9vl"
}
}
}