#ivaaaan
1 messages · Page 1 of 1 (latest)
There will be a waiting period. See: https://stripe.com/docs/payouts
As I understood this page talks about the waiting period when money become available on the user's bank account?
Or it refers to the stripe balance?
Balance
When funds become available to pay out
Okay thanks. Is there webhook event for this? balance.available seems to be what I want, but not sure if it works for connected accounts
Yeah that's it. Same event for Connect accounts too. Recommend reading https://stripe.com/docs/connect/webhooks about listening to connect account events: https://stripe.com/docs/connect/webhooks
ty!