#Meet Shah
1 messages · Page 1 of 1 (latest)
You'd use the Transfers API: https://stripe.com/docs/api/transfers
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I want to transfer funds from connected account to strip account
does this helpes me?
If you want to move a balance from your platform to a conncted account sure
what about vise versa?
Yep, should do depending on account type. See: https://stripe.com/docs/connect/account-debits
Okay, We are planing to use stand accont
If that case I can create customer of that account and create paymentIntent. But in this case Stripe fees will be upon us
I don't believe you can move funds from a standard account to your platform
If that case I can create customer of that account and create paymentIntent. But in this case Stripe fees will be upon us
Not if you're using direct charges with standard accounts: https://stripe.com/docs/connect/direct-charges
So our use case is we have 5 SPO(customer) and 1 publisher(account). based on total usage of account we will charge them platfrom cost
so we will charge them at end and want to take funds. If this happened automatically well and good.