#mischief_checkout-acc
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1217151345765646347
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
@grave garden can you share an example Checkout Session id or URL for me to look at
mischief_checkout-acc
okay so you are using Subscriptions for recurring payments right?
Correct
then it's not "automatic" you have to configure the currencies you care about first: https://docs.stripe.com/payments/checkout/automatic-currency-conversion?platform=multi-currency-prices
By "configure the currencies you care about first", do you mean configure those as discrete prices on the product?
No I mean what's on that doc I shared which covers this in a lot of details. But it boils down to one Price with multiple currencies configured on it
Ah, digging into https://docs.stripe.com/payments/checkout/multi-currency-prices now.
Yeah sorry, I think I just stated that poorly. Cool, I can run with this.
Thank you very much for your help ๐
sure! Sorry this is really confusing as one-time payments we do the conversion for you
No worries, all good. I figured it was something like that, and was clearly stated in the docs that I overlooked ๐
Appreciate the help!
Ooo quick question to confirm... we already have live subscriptions against the existing price.
It looks like I need to create a new price, to support additional currencies. Does that seem correct to you? Totally fine if that's required, just want to confirm so I don't make more work for myself if not ๐
no you can add new currencies to an existing Price
I'm seeing this in the dashboard
huh so weird. It definitely works in the API using https://docs.stripe.com/api/prices/update
Ah cool, I can just modify that way then, no worries.