#Turtle - currencies
1 messages · Page 1 of 1 (latest)
Hi there
You can utilize multiple prices per product
Each price in a different currency
You would have to detect the location of the customer on your end and then present the currency based on their location
okhh we can detect user location made paymentIntent accordingly like if customer is from India we can make paymentIntent with currencyCode INR but how can we calculate conversion of dollar or any other currency into INR because we need to attach lowest possible value for that currency in paymentIntent
You would have to do that on your own and keep track of the currency conversion when creating the price objects
actually we didn't use price objects we directly adding amount to paymentIntent object so is there is not any way to calculate conversions rate from stripe
No unfortunately we don't have an API to get the conversion rate
You would have to handle that on your own
okhh so basically we need to store all supported conversionRates of product by our own and then send conversionRates according to user location . so when user pay for eg. In INR so it's get automatically converted in USD and send to stripe seller account is there is any charge for it ?
Yeah there would be a fee. Take a look here: https://stripe.com/docs/currencies/conversions#foreign-exchange-rates
thank you so much for helping is there anything else that I have to kept in mind before start working on this . regarding currency conversions
Not that I can think of, but feel free to come back for more questions if you have them!