#stephl
1 messages · Page 1 of 1 (latest)
Hi, looking at this on my end.
It looks you'd get charge.dispute.funds_withdrawn
https://stripe.com/docs/api/events/types#event_types-charge.dispute.funds_withdrawn event.
Since you've accepted the dispute, funds are removed from your account.
wow first time dropping a question here. thanks for the quick reply!
What do we receive if we were to counter the dispute?
charge.dispute.updated and then charge.dispute.closed once it has been reviewed/actioned? or does it also withdraw funds for that path (asking because I also see a charge.dispute.funds_reinstated event which presumably happens because it starts by withdrawing funds)
That is right! Although, I highly recommend that you use our test cards, https://stripe.com/docs/testing#disputes to simulate a dispute and play around a bit (make sure that you listen to all dispute related events from here, https://stripe.com/docs/api/events/types#event_types-charge.dispute.closed on).
gotcha, thank you much
Happy to help!