#david2_pending-refund-insufficient-balance
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1336050689956384820
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Stripe doesn't automatically retry refunds after the first attempt fails. Either the platform or connected account will need to make another attempt once there is sufficient funds in their available balance.
10-4. Is there an API to "redo this refund that is in status=pending state"?
Unfortunately not. Can you share the refund ID so I can double check something?
re_3Qf9SSENCQx4gDGo1Z1LxNRV
Thanks, taking a look now
Okay I think, in this state, the refund may process if the Connected Account's balance is updated soon. Refunds are, by their nature, async requests and so it isn't easy to just map a status to an outcome.
However, I would keep an eye on this refund status and any updates. If it doesn't change once the accounts' balance is sufficient to cover it, you should attempt to cancel and re-issue.
Hm, that is understandable though a bit unsatisfying. It would be great if there was a contractual guarantee on like "we will poll your balance automatically every 8 hours for a total of 45 days, when your account has pending refunds", or something to that effect.
Yeah, I can understand that frustration. Unfortunately, the best I can offer is to listen to the refund.updated webhook events to stay informed of what is happening with your refunds.
cool cool, thank you for your time
Happy to shed what ๐ก I can ๐