Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

marian_d_dev's avatar

Single charge for multiple products belonging to multiple sellers

Hey everyone,

I am working on a services and products marketplace with Laravel and I want to implement checkout for multiple products from multiple sellers. Just like Amazon or eBay checkout work.

I know that Laravel Cashier also supports single charges but I am not sure that will cover my particular scenario.

Maybe Stripe Connect would be a good solution to create charges on my marketplace account on behalf of connected accounts and then execute transfers separately.

Do you guys have any tutorial recommendation for a Laravel + Stripe Connect (or any other solution) for a marketplace checkout feature?

Thanks in advance

0 likes
6 replies
marian_d_dev's avatar

@tisuchi thanks a lot for replying. This is indeed a great tutorial if I was building an e-shop, but for a multi-vendor marketplace what I am actually looking for is to find some guidance not only code-wise but business-wise also on how to let the user perform a single payment for multiple products belonging to multiple sellers and then I guess I have to make separate transfers to each of those sellers. I've seen that Stripe provides many types of services and Connect might be the one that I need.

marian_d_dev's avatar

@tisuchi Thank you. This one looks indeed better suited for my needs. Someone from Laravel Daily's discord server also recommended this package. My only concern is that it is not used by many devs (at least this is what github reveals) and could be abandoned at some point

tisuchi's avatar

@marian_d_dev That's true.

However, it's trustworthy because maintain by laravel core team (first-party package).

marian_d_dev's avatar

@tisuchi Oh, nice. i didn't know that is maintained by Laravel core team. Thanks for the update

Please or to participate in this conversation.