dispute_canceled
Last updated: April 29, 2022
Example: Dispute canceled
1{2 "id": "evt_3sje5vlx4xyerastskmavurofa",3 "type": "dispute_canceled",4 "created_on": "2018-07-10T11:01:53Z",5 "data": {6 "id": "dsp_jfh5iqceqau0qw3ccf3p",7 "date": "2018-07-10T11:01:53Z",8 "category": "canceled_recurring",9 "payment_id": "pay_qfln1shzuox5yq96gr7m"10 },11 "_links": {12 "self": {13 "href": "https://api.checkout.com/events/evt_3sje5vlx4xyerastskmavurofa"14 },15 "payment": {16 "href": "https://api.checkout.com/payments/pay_qfln1shzuox5yq96gr7m"17 }, 18 "dispute": {19 "href": "https://api.checkout.com/disputes/dsp_jfh5iqceqau0qw3ccf3p"20 }21 }22}