#toe-payout-connect
1 messages ยท Page 1 of 1 (latest)
looking into it, the server is a little busy today
No problem, thanks in advance.
It seems like these funds ($45.67) are still pending
Oh, which status makes the funds available for payout?
funds have to be available in order to be paid out
I'd recommend reaching the balances doc to understand how this works
https://stripe.com/docs/connect/account-balances
I see, is there a webhook to listen for status change on this?
Yup, You can listen to balance.available event
https://stripe.com/docs/api/events/types#event_types-balance.available
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Does it work on connected accounts?
If you have a connect type webhook then it should yes
Connect type webhook?
Thanks, can I simulate the connect webhooks using the Stripe Cli?
I believe so
Thanks
NP! ๐ Happy to help