#wangtao-connect-event
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I don't think there is an event specific for transfers, but you can listen to balance.available to know whenever the account's balance is updated.
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.
Events are available for both platforms and their connected accounts. This doc explains how to set up an endpoint to listen for events from your connected accounts rather than listening to events from your platform.
https://stripe.com/docs/connect/webhooks
great, thanks!
Any time!