#mnshyn - Charge Webhooks
1 messages · Page 1 of 1 (latest)
What have you tested so far?
I recommend using stripe listen and triggering some charge refunds with the Stripe CLI
i haven't tested anything yet, I'm doing research for a tech spec and just wanted to see if refunds related webhooks are documented anywhere. I only see charge.refund.updated and charge.refunded, but neither seem to be what is triggered when a refund is first initiated.
The testing part can be done very easily (10 minutes or so) so I would try it out: https://stripe.com/docs/webhooks/test
So many of our webhooks are not mutually exclusive so depending on your use case you might find a few different approaches that work for you.
thanks