Skip to content

dispute_evidence_submitted

Last updated: 14th July 2022

Example: Dispute evidence submitted

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_b6anegml5j6u7kwzuzdg6r4sem",
"type": "dispute_evidence_submitted",
"created_on": "2018-06-21T12:00:31Z",
"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_b6anegml5j6u7kwzuzdg6r4sem"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/dsp_9rjdlsd4epepfjyyf9vl"
}
}
}