#noble_gull_47737
1 messages · Page 1 of 1 (latest)
Hello vanya , so each product has his own checkout right?
And there is not plugin or any way to cart stripe with something
No, you can have multiple line_items in the Checkout Session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items
I dont know if I explained myself well, I want to send like the items to cart and to checkout after that not just to checkout for 1 item
I am not sure I understand correctly.
Like a eccomerce
Like eccomerce
Hmm
A client choose 3 different items
He sends It to cart
And he checkout It then
Not to checkout 1 by 1 but checkout a lot different items on cart
I understand what a "cart" means in e-commerce. As I said, Stripe doesn't support carts, so you will have to keep track of it in your application. However, when the customer is ready to checkout, you can create a Stripe Checkout Session with multiple items: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items