#Turtle - currencies

1 messages · Page 1 of 1 (latest)

twin wren
#

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

hollow ginkgo
#

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

twin wren
#

You would have to do that on your own and keep track of the currency conversion when creating the price objects

hollow ginkgo
#

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

twin wren
#

No unfortunately we don't have an API to get the conversion rate

#

You would have to handle that on your own

hollow ginkgo
#

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 ?

twin wren
hollow ginkgo
#

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

twin wren
#

Not that I can think of, but feel free to come back for more questions if you have them!