#helloworld
1 messages · Page 1 of 1 (latest)
You need to use prices with RON (currency)
I see, so no way to achieve this. Is it possible then to control the amount charged every month?
I didn't say this isn't possible, but you need to create Stripe prices with RON.
Is it possible then to control the amount charged every month?
What you want to control ? can you share more details please ?
So our package price is 5EUR per month. But the service is in Romania, so each payment has to be charged in RON. Because of the exchange rate, each month the amount will differ. Like 25RON, 24.8 RON etc.
So each month, the charge should be 5EUR X exchange rate.
I don't want to charge the customer 5 EUR directly, i don't want to allow the bank to set their own exchange rate, mostly because if you use a RON card to pay a EUR amount there will be a fee
Si i want each month, to calculate the RON amount of 5 EUR and charge RON dirrectly
You need to create RON prices too for this. as you want to use your own exchange rate.
Got it, thanks!