#arjun_docs
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/1354499413585952940
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you are the request ID where you create the Checkout Session? Also do you have a screenshot of the price not localizing?
A request ID will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_d5d9tjpNx4JBKp
And you have enabled adaptive pricing in your Dashboard?
Also, this is in live mode. If you are testing adaptive pricing you should be using Test mode
yes it is enabled in dashboard for live mode too
Can you make a request in Test mode?
Hi, taking over as my teammate needs to step away. Let me catch up.
Have you confirmed that you've enabled adaptive pricing on your test settings, https://docs.stripe.com/payments/checkout/adaptive-pricing ?
In the response of that request, I see adaptive_pricing: null,
This makes me think that you have not enabled this. Can you follow the above document to enable and try again?
Can you create another request to create a Checkout Session?
Ah, you'd using a subscription mode and we document that restriction here: https://docs.stripe.com/payments/checkout/adaptive-pricing?payment-ui=stripe-hosted#restrictions
It is not supporred in subscription mode
oh really, i didnt notice this
Yeap, easy to miss