#Joe Gateshill
1 messages · Page 1 of 1 (latest)
Yep, that will transfer balance from your platform account to the connected account.
and there doesn't need to be a specific payment/payment intent associated?
Not required, but you can specific that via source_transaction if you require it: https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But that's only really useful to prevent transfers happening before a payment clears
thanks.
and my platform's held in reserve will reduce accordingly?
I believe if the connected account has a negative balance, yes
Should be easy enough to test
np