#abricot_connect-multiple-sellers-separate-charges-and-transfers

1 messages ยท Page 1 of 1 (latest)

pearl flareBOT
#

๐Ÿ‘‹ 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.

stoic forum
visual zinc
#

it means that I'll need to know on my behalf what amount goes to what account, correct ?

stoic forum
#

Yes.

visual zinc
#

ok sounds logic !
Thanks for the precious help !

stoic forum
#

You're very welcome! ๐Ÿ™‚

pearl flareBOT
#

abricot_connect-multiple-sellers-separate-charges-and-transfers

visual zinc
#

@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 ?

stoic forum
#

If you have one payment that need to be transferred to n Connected Accounts, then yes, you pretty much do.

visual zinc
#

"you pretty much do" for stripe product creation for each product ?

pearl flareBOT
upbeat knoll
#

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.

visual zinc
#

Hey Rubeus, thanks for the help ! according to you, what is the best practice regarding a marketplace ? creating products or on the flight ?

pearl flareBOT
upbeat knoll
#

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.

visual zinc
#

Ok I got you ! tanks for taking this time to answer !