#zombiewa
1 messages ยท Page 1 of 1 (latest)
Hello ๐
We have refund.* and charge.dispute.* events for these
https://stripe.com/docs/api/events/types#event_types-refund.created
https://stripe.com/docs/api/events/types#event_types-charge.dispute.created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is the charge.refund the same as refund.* Events as well?
charge.refunded is fired when the refund is issued from Stripe which is a bit different than refund.created
Aah, so for instance when the refund is issued we would get both charge.refunded and refund.updated?
I believe so, yes!