#peppemu-checkout-prices

1 messages · Page 1 of 1 (latest)

keen fox
#

@upbeat bluff what do you call "a webflow checkout page"? Are you write the code yourself?

upbeat bluff
#

nope

#

just a checkout page where a user add info and sees the order summary

keen fox
#

Then that's not really possible

#

Sorry, you need to write code and have your own server to create a Checkout Session with multiple prices

upbeat bluff
#

I see

#

could I generate the stripe checkout session when the user proceeds to the checkout istead ?

#

meaning, instead of the webflow checkout, the user is sent to the stripe checkout session

#

btw thanks a lot for starting the thread

#

🙂

keen fox
#

If you have a server and can write code there, then sure/yes!

upbeat bluff
#

ok, so if I don't have a server, I can only generate a checkout session with one product, correct ?

keen fox
#

correct

upbeat bluff
#

I see

#

do you have any recommendation on how to set up my own server and running webflow along side it ?

keen fox
#

I don't have anything specific sorry, this is quite beyond the scope of Stripe's API

upbeat bluff
#

sure, I understand

#

I thought it was possible to add more line items in a checkout sessions by somehow passing values from the webflow cart or the checkout page