#muggleskin-refund testing
1 messages · Page 1 of 1 (latest)
👋 happy to help
Refunds can be issued using the API or the Dashboard and are processed immediately.
https://stripe.com/docs/refunds#issuing
so charge.refunded should be enough to make sure that the refund passed
In the rare instance that a refund fails, we notify you using the
charge.refund.updatedwebhook event. You will then need to arrange an alternative way of providing your customer with a refund.
this is when you use thecharge.refund.updated
so charge.refunded should be enough to make sure that the refund passed
Okay, but can i track passed refund with charge.refund.updated only? It looks more appropriate in my case
@fair topaz Can you clarify the ask please