#lane-checkout-currency
1 messages · Page 1 of 1 (latest)
To charge in those currencies, you will need to create prices in those other currencies. We don't do automatic currency conversion for Checkout. It typically makes more sense to tailor prices to the locales like that anyways
Got it. So do I need to write custom code on my server to use the locale from stripe in order to generate which prices I should serve?
And I'm guessing if I make prices in other currencies, Stripe will still pay me out in dollars right?
Correct I think. You will be interested in this doc https://stripe.com/docs/connect/currencies#currency-conversions
And yes you can generate the prices like that if that pricing model makes sense for you. It may also make sense to tailor the price based on locale a little more than auto-generating (for example the USD vs CAD prices on the back of a book aren't a straight FX conversion)