#Caesar - currency
1 messages · Page 1 of 1 (latest)
There shouldn't be a problem, but there will be a conversion fee
Recommended to read: https://stripe.com/docs/currencies/conversions
The thing is that different customers use different currencies, 1 MXN is different from 1 USD, natively my account is in MXN, finally how could I keep the same subscription without having a stack of the same subscription, but with different currencies? So my customer chooses before redirecting him to the Checkout.
Did you read above link?
You could either deal with currency conversions
Or you could create price objects for each currency you will need to accept
Also recommend checking out: https://stripe.com/docs/currencies
It is clearer, thank you
No problem