#robertotmuniz
1 messages · Page 1 of 1 (latest)
Hi there!
You basically want to display the localized Checkout Session price directly on your website?
Yes, that is what I want
Not sure if that's possible, give me a few minutes to look into this...
Thank you very much, I'm waiting
If you first create the Checkout Session, then you can look at currency_conversion to know the currency and total. https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-currency_conversion
Thanks for the answer, but the user flow today is accessing the sales page and only going to the checkout Session when he clicks the buy button. I can't think of how I could call the checkout session before the sales page. Do you know another way to do this?
I can't think of how I could call the checkout session before the sales page.
You could create the Checkout Session as soon as the user lands on the sales page. And then do the redirect when they click on the button?
Do you know another way to do this?
No I don't think that's possible.