#zzking1653_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255471789430018109
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi!
1/ I would say yes. And no a failed payout can't move to paid
2/ failed can happen any time, including after paid. It's documented at https://docs.stripe.com/payouts#payout-failures . canceled happens if you call https://docs.stripe.com/api/payouts/cancel .
Thanks for the reply.
- from the payout failure doc it SEEMS the failure usually happens later ? I mean payout.created , payout.reconciliation_completed , payout.update seem all happen almost simultaneously , I wonder would payout.failure happen simultaneously too with those 3 events ?
- Are you saying that
payout.canceledwould only happen if we ask Stripe to cancel it explicitly ?
failed happens later, see the linked docs. i.e we send the bank transfer and assume it's landed in your account(that's when you get payout.paid) , if we get a notification/return later, then it's the .failed event
2/ yes, or in some exceptional cases it might get canceled for internal reasons like risk reviews on your account or if you asked us, or stuff like that
aha good. May I ask what is usually the time frame between payout.paid and payout.failed ? I don't need exact time frame, a rough idea about the scale is enough. e.g: seconds ? minutes? hours ?
days
i.e. quote from the docs link above:
It can take up to 5 additional business days for your bank to return the payout and inform us that it failed.
cool, that's very helpful information. Thanks for the support
Sorry in case you know: For all those payout events payout.created/updated/paid/failed , do they include the **exact same **balance_transaction information ? Notice I'm not just talking about the id of the balance_transaction , but also the other attributes such as fee_in_cents, net_in_cents