#mindsetinmeta
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
I have a question about refund. When we initiate a refund, can we expect the results immediately in the response or do we need to listen to the refund events through webhook?
Yes you can see the result immediately in the response but it doesn't mean the refund is completed. It'll take a few days to reach your customer's bank
so we should do both.
Can you confirm?
When we initiate a refund, can we expect the results immediately in the response or do we need to listen to the refund events through webhook?
Do we need to do both?
Refunds would generally fail async if there was an issue with the payment method source: https://stripe.com/docs/refunds#failed-refunds
Obviously your initial requets to create the Refund may also fail like any other API request
Yup!