#kitem-currency-conversion
1 messages · Page 1 of 1 (latest)
Hello Toby, thank you! Actually i've solved with the BalanceTransaction object
I was thinking if there is a way to get (from PHP api custom integration) a preview of conversion from one currency to another
example: user change is currency on my website from EUR to USD, while this happen, I'll make a call to Stripe to get the conversion rate and show it to user.
Gotcha, unfortunately it's not currently possible to do this calculation prior to the payment.
What we typically recommend is that you establish prices for the various currencies in the regions you sell to, and then toggle between those prices rather than using on-the-fly conversions.