#adhi14058
1 messages · Page 1 of 1 (latest)
hi! if the API call succeeded and the status:succeeded
https://stripe.com/docs/api/refunds/object#refund_object-status
it can fail async later and move from succeeded to failed : https://stripe.com/docs/refunds#failed-refunds
Thank you getting back.!!
So does that mean, the refund could fail some time in the future, even though create refund returned status:succeeded
yes
could you please suggest which event must i listen to know when an refund failed
it's mentioned in the docs linked above
In the rare instance that a refund fails, we notify you using the charge.refund.updated webhook event
Got it. Thanks again
when webhook is called with charge.refunded does it gurantee that refund is done, or is there a possibility that refund could fail at some later point after this webhook is called
the latter.
I also had this doubt, so our product currently provide a feature to refund using giftcards. Is there a way of letting stripe know that some amount has been refunded using other methods and update the max amount a user can refund from stripe dashboard