#jakub_webhooks
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/1445402889043579021
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
When creating the webhook, you can set the specific API version. If you're creating them with the API, you can set any version in this param: https://docs.stripe.com/api/webhook_endpoints/create#create_webhook_endpoint-api_version If creating it from the dashboard, you can only select the latest version or the account-level version
Thanks, I use dashboard to create it, can I somehow change account-level version?
You can upgrade to the latest version from your Workbench, as described here: https://docs.stripe.com/upgrades#view-your-api-version-and-the-latest-available-upgrade-in-workbench But I don't believe it's possible to change to an arbitrary version
so do you think it is better to upgrade .NET Stripe nuget package to latest so I can use latest API version?
It's generally a good idea so you have access to the latest features, but worth checking the relevant changelogs and performing some testing to make sure everything will still work as expected. There's some info on this in the link above too