#Andrius
1 messages · Page 1 of 1 (latest)
Can you elaborate specifically on which kind of currency conversion you're referring to? There's 2 variants: https://stripe.com/docs/payments/checkout/present-local-currencies
prices api, currency_options object
Got it. There's no auto currency conversion there then
You'd be expected to maintain if rate changes dictate
Would the best way be to use a 3rd party currency conversion api and then push the new multi currency prices via prices.update ? Would that be possible ?
👋 stepping in here
You can't update Prices in this way. You would need to create new Prices if you want to make updates
Oh, its not possible to update multi-currency prices via prices.update ?
Any Price that has already been used can't be updated.
Alright I see, thanks! And just quickly to confirm, if i want to present localy currency for a user in my checkout session automatically, this feature is only available for US and canadian customers right ? Otherwise I have to pass in line items with the amount and currency to the checkout session manually
Automatic Currerncy Conversion is only supported for presenting in USD or CAD currently and then it will be converted for any customers in the markets shown here: https://stripe.com/docs/payments/checkout/present-local-currencies?platform=automatic-currency-conversion#supported-currencies-and-integrations
Ah ok, thank you