#thiagonovato
1 messages · Page 1 of 1 (latest)
Hi there
Yes you likely want to localize the price
If you use Stripe Checkout then you can have Checkout do that for you: https://stripe.com/docs/payments/checkout/present-local-currencies
i'm using stripe api
In my case, i need 3 currency... CAD, USD and BRL (canada, united states and brazil)
so, when registering a new product, I need to send the price in each currency... right?
ok
and after that
How can I choose in which currency I would like to register the subscription?
Good!
Another question: does the user's currency need to be the same currency available?
Can you clarify what you mean by that?
Can a user with a credit card in EURO currency purchase a subscription that is not available in EURO?
Because, in my case, I will only make available CAD, USD and BRL. If a user doesn't have money in any of these currencies, how can he buy this subscription?