#johan_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/1376927847532335144
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
this is happening even though our API version is '2025-02-24.acacia'
Hello, do you have the req_ request ID of a request with this old version? I think our dashboard shows the IP we saw the request from, that may help you find the machine making the requests if that narrows it down
yes sure! this is one of them: req_vlbZDtDWVQ84L1
Ah that is a call from Stripe.js, you can see that in the dashboard, we show the user agent as "Source" and this one shows a browser user agent. I don't think there is a way to pin Stripe.js calls to a specific version, but this also shouldn't matter for your client-side code functioning as far as I am aware
perfect thanks a lot ๐
what about the calls still going through the 2023 API and not the 2025?
also I assume those Stripe.js calls will eventually change to a newer API version if we update our default API version in the dashboard right?
@quartz pasture apologies I missed your followup, do you have an example request ID from the 2023 version?