#el_isaac
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Once the transfer is completed, you typically see connected account balance getting updated.
Folks typically use webhooks to listen for balance.available event on the connected account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can we listend to this for a connected account? for example when our platform account transfers to a connected account?
yes, you can create a connect type webhook to receive events from your connected account
https://stripe.com/docs/connect/webhooks
just to be sure, this only triggers when funds have been added to an account, not taken from? I think I saw a note about it not triggering for negative transactions and I want to be sure of what that means
Correct
Thank you Hanzo