#trandn-connect-transfers
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Yes, Transfers represent the movement of funds from a Platform account to its Connected account(s), so you can create a Transfer to move the funds for that scenario. The thing you'll need to make sure of, is that your Platform's account balance has enough funds to cover the creation of the Transfer.
https://stripe.com/docs/api/transfers/create
Additionally, Transfers move funds from one Stripe Account to another, so they are done at the account level and don't require card-level granularity (that is handled by the Payout process).
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
(and in fact cannot be card-targetted, they're to the Account by design)
trandn-connect-transfers
Amazing thank you very much. That answers my question
Awesome, happy to help!