#_api
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/1384047932382117950
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you try to turn off automatic_tax?
Oh..
And try the payment mode first to see if it works
It does not work!
Request Id
- req_Gnf4M2obOrGST0
The PriceId is set to USD, and since we're showing the checkout window in Korea, we're expecting it to be exposed in KRW.
Alternatively, I'd like to see a screen that allows users to choose whether they want to pay in USD or KRW.
Can you try an one-off Price with payment mode?
Let's try. Don't have an organized policy in Stripe?
Support team could probably clarify it for you ๐ I am just trying to help figure it out as soon as we can
I've also tested the one-time payment you requested, but it doesn't work.
RequestId
- req_NEHgVavEfcEpvG
Thank you. Could you explicitly set this to enabled = true here? https://docs.stripe.com/api/checkout/sessions/create?api-version=2025-05-28.basil#create_checkout_session-adaptive_pricing-enabled
oh i will try this
Received unknown parameter: adaptive_pricing.enabled. Did you mean adaptive_pricing?
I received an error message like the one above.
I think I used it incorrectly, so let me try again
Oh it's working fine now. This seems to be a bug in Stripe.
I had to manually apply adaptive pricing enabled for it to work.
Thanks, let me report this
Hi, I have a question.
Does Stripe have a feature that automatically adjusts for currency exchange rate changes on product prices?
For example, if I want to sell a product called beer, I'll list its price in Stripe as 1 USD.
But let's say I'm selling it to a country called Turkey, and the current exchange rate is TRY 39.42.
If the exchange rate changes and 1 USD becomes TRY 50, is there a way to automatically make that adjustment?
๐ taking over for my colleague. Let me catch up.