#bruna-checkout-currency
1 messages · Page 1 of 1 (latest)
bruna-checkout-currency
Hey @crystal zodiac no the Price will be in reais for everyone. We have an "automatic currency conversion" feature https://stripe.com/docs/payments/checkout/present-local-currencies but it's limited to certain countries for now and won't work in Brazil
What you can do is configure your Prices to have multiple currencies though: https://stripe.com/docs/payments/checkout/present-local-currencies?platform=multi-currency-prices
I see for businesses in the US and Canada, present local currency prices for one-time payments by turning on automatic currency conversion using Checkout and Payment Links, without the need to update your integration. So if the price is in reais and a person who is located in the united states accesses the checkout, the price will appear in dollars or just if the account in Stripe is based in tue USA?
And do we need to make changes in the code to have multiple currencies ?
for your first question: only works for businesses based in the US
for your second question: you can configure multiple currencies when you create your Prices, in the API and the Dashboard
Okay, so if I configure more currencies when creating the Prices, at checkout it will appear for the person to choose which price they want to be charged?
it should yes if you follow those docs you can test it all too
ok, thanks!!
hi! I tested but for me, it just shows the price in Brazil.
Here is the configuration in Stripe
there's a clear section in the doc on how to simulate other countries!
(also deleted your picture as it had your email address and anyone can see it)
ok, thanks!