#slybald
1 messages · Page 1 of 1 (latest)
Thanks! 🙂
Sure thing!
and also for archived products?
No limit on Products or Prices, no.
Is there also a way to use Stripe to update product prices directly using the stock exchange?
Hmm not exactly sure what you mean by that.
Overall you can't update Prices
You would create new ones if you needed to update them
yes I meant this
They are essentially immutable once created
as example, if I accept TRY, GBP, EUR and USD, I want to charge my customers only with the good change rate
yes
Are you using Stripe Checkout?
yes
Great then you want to give a read through https://stripe.com/docs/payments/checkout/present-local-currencies
That talks about two different ways you can present in local currency
I see
can I around the prices?
if it's 54.35 USD => to 54.50 USD?
and can I use a webhook to get the latest rates?
You dictate the Price amount yourself
And we don't have an FX API unfortunately so you would need to handle this yourself
if I want to show the price in the right currency before the checkout
okay, so I can't using Stripe
Well you would need to use geolocation or something if you want to display ahead of the Checkout redirect
yes, I use IP location to know
Great then you can indicate the relevant Price amount before redirecting to Checkout
hmmm yes but I can't query Stripe to get the ammount without make a checkout page
I'll do it on my own
thanks for your help!
oh and I just saw
I'm based in France, I can't use it
You can use Multi-currency prices
Automatic currency conversion is limited to US/CA but not multicurrency prices
it's what I'm currently using
Oh great
for example, in November 2022, 5€ was worth 102 TRY, but now 102 TRY is worth 3.46 EUR
it's a huge loss
Sure, we don't handle that part. You will have to adjust your Prices to account for the conversion.