#varunharidas7
1 messages · Page 1 of 1 (latest)
No there is no public API for that.
Cool, thanks for quick reply. So we have to rely on third-party api's, or is there a better option?
The presentment currency in the payment intent only applies for checkout sessions right?
Cool, thanks for quick reply. So we have to rely on third-party api's, or is there a better option?
Stripe handle automatic currency conversion
why you need to use an API for the currency conversion
,We wanted to show the converted amount to the visitors, like the original currency on the page say is $5 and when the visitor change the currency to EURO we wanted to show the EUR amount which they will be charged. Currently we get this only after the transaction happens right.
hmm really it depends how exactly you're creating the payment and how exactly you use the Stripe API.
for example we already have a product that automatically switches between prices in different currencies, you could potentially use that : https://stripe.com/docs/payments/checkout/present-local-currencies
yea, I have seen this but it only works with checkout right?
yes