#abricot_connect-multiple-sellers-separate-charges-and-transfers
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1349133606454562836
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! You'll want to use https://docs.stripe.com/connect/separate-charges-and-transfers so you can charge once and send those funds to multiple Connected Accounts.
it means that I'll need to know on my behalf what amount goes to what account, correct ?
Yes.
ok sounds logic !
Thanks for the precious help !
You're very welcome! ๐
abricot_connect-multiple-sellers-separate-charges-and-transfers
@stoic forum another question comes to my mind, is it a good practice to create a product on stripe each time a product is created on my marketplace ? and that case, do I still need to use separate charge and transfer ?
If you have one payment that need to be transferred to n Connected Accounts, then yes, you pretty much do.
"you pretty much do" for stripe product creation for each product ?
Hello! I'm taking over and catching up...
Yep, if you want to use Stripe Products and Prices you'll need to create Products and Prices on your platform that represent the things you want to sell via separate charges and transfers. Note that in some cases you can specify ad-hoc Product/Price data on the fly using price_data which is available in some of our products/APIs.
Hey Rubeus, thanks for the help ! according to you, what is the best practice regarding a marketplace ? creating products or on the flight ?
There isn't a general best practice. The best approach depends on your specific use case and business needs.
For some people storing the product catalog ahead of time in Stripe makes sense, for others it makes more sense to specify on-the-fly with price_data.
Ok I got you ! tanks for taking this time to answer !