#draakar_webhooks
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/1337456338011160677
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- draakar_api, 1 day ago, 31 messages
Hi, you can listen to https://docs.stripe.com/api/events/types#event_types-payout.paid. We emit this event when a payout is expected to be available in the destination account. If the payout fails, a payout.failed notification is also sent, at a later time. If you do not get this failed event, you can consider this a successful payout. We document the timeline here: https://docs.stripe.com/payouts#payout-failures
But I need to do actions based on it being payed or not
How much time do I need to wait after the event is fired?
When a payout fails, it’s possible that its state initially shows as paid but then changes to failed (within 5 business days).
5 business days? It is a lot of time
That is when the banks let us know
So why you specify it as payed if it is not 🤔
Technically, Stripe is moving the funds to your bank. If your bank account can’t receive a payout for any reason, your bank sends the funds back to us.
I am more interested on when Stripe is getting money from the bank (negative balance)
If the we are trying to collect money from a connected account and payout status is paid are we safe to assume that is true?
It would work similarly to the above, you'd get payout.failed notification
We document that here: https://docs.stripe.com/expand/use-cases#charges-in-payout
Perfect, thank you have a great weekend