#nerlub_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/1478700651503550544
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
It depends. Webhook versioning can either be specified at the webhook-level, or otherwise defaults to your account's default version
Now if you're using Sandboxes the account version can be safely changed without impacting the 'production' account. However traditional testmode shares the same API version as livemode
thats good to know!
I am specifically talking about this "Upgrade" Button in the Workbench.
and I really want to make sure, that upgrading does not interfere with the production mode.
Well are you using Sandboxes? Can you share the we_xxx IDs you want to upgrade?
We are using both, because we have not yet moved everything away from the test mode.
But the API version isnt set on a webhook level, but on the account level, right?
It depends, can be set on the webhook when you create it (hence why I'm asking)
You'll be safe to do the upgrade in the Sandbox accounts, but not in the test mode of the live account
ah thats good to know. I am currently connected via stripe listen cli.
so as long as in the top left it says "Sandbox" everything is fine
Yes, exactly
Everything in the Sandbox, including account API version, is Sandboxed ๐
awesome! Thank you!