dispute_resolved
Last updated: April 29, 2022
Example: Dispute resolved
1{2 "id": "evt_3tquhbz5ochermjr4xk4gicmva",3 "type": "dispute_resolved",4 "created_on": "2018-06-21T12:00:31Z",5 "data": {6 "id": "dsp_0q5m8hnnzzezuvwnub0w",7 "date": "2018-06-21T12:00:31Z",8 "category": "canceled_recurring",9 "payment_id": "pay_bb5gzrndxozqqus70hya"10 },11 "_links": {12 "self": {13 "href": "https://api.checkout.com/events/evt_3tquhbz5ochermjr4xk4gicmva"14 },15 "payment": {16 "href": "https://api.checkout.com/payments/pay_bb5gzrndxozqqus70hya"17 },18 "dispute": {19 "href": "https://api.checkout.com/disputes/dsp_0q5m8hnnzzezuvwnub0w"20 }21 }22}