Hello everyone
I’m developing an app that shows discounts on shops. Shops defines the discount in their shop’s currency and when we I want to show the discount value to a customers with different currencies I don’t know how should I convert the discount value to the user’s currency safely.
I know that Shopify provide the conversion rate Shopify.currency in the java script but it’s not adequate as the rounding rules and currency conversion fee are not available there. Is there an API I can send a price value and get the converted price to a specific currency or is there an API I can get the rounding rule and the currency conversion fee so that I can convert the prices myself?
Is there any other way to convert the prices to a specific currency safely?
Thank you in advance