dispute_won
Last updated: April 29, 2022
Example: Dispute won
1{2 "id": "evt_viqdnpzvsp6etiquj2vedxkwda",3 "type": "dispute_won",4 "created_on": "2018-07-06T11:19:20Z",5 "data": {6 "id": "dsp_9rjdlsd4epepfjyyf9vl",7 "date": "2018-07-06T11:19:20Z",8 "category": "canceled_recurring",9 "payment_id": "pay_cnhuomagalglgozxy5zm",10 "reference": "some-company-ref"11 },12 "_links": {13 "self": {14 "href": "http://localhost:5000/broadcast/events/evt_viqdnpzvsp6etiquj2vedxkwda"15 },16 "payment": {17 "href": "https://api.checkout.com/payments/pay_cnhuomagalglgozxy5zm"18 },19 "dispute": {20 "href": "https://api.checkout.com/disputes/dsp_9rjdlsd4epepfjyyf9vl"21 }22 }23}