#nickjw-balance-connect
1 messages · Page 1 of 1 (latest)
@azure sage you can use a Connect webhook endpoint to listen to all events from all connected accounts: https://stripe.com/docs/connect/webhooks
that will let you listen for balance.available that would tell you when those accounts have a balance. That only works if they are on manual payouts though
Thanks for the response. The webhook only works if they are on manual payouts?