#All3nn1ck
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
Hi, I'm reading the documentation about handling different currencies and I'm having problems understanding how to work with it. When I create a checkout session I specify a price and a currency, like 400 and USD. How can I convert that amount and say I want the user to pay in EUR but the rate must be the same as 400 USD
I can show you the code I use for the creation of the checkout if needed
https://stripe.com/docs/payments/checkout/present-local-currencies here's how you can present local currency in Checkout
I see it suggests me to create prices. I'm passing the total amount of the checkout when creating the checkout, should I create prices?
Yes you need to create price with currency_options, and specify amount in different currencies