#dobezilla_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/1491712352381440151
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
will the retry of the webhook continue to fail because it was on the old version of the api?
The webhook retries using the old version . You should manually resend the event and specify the nnew API version
https://docs.stripe.com/cli/events/resend#events_resend-stripe-version
the webhook falied as it was on acacia. I now updated the dashboard to dahlia
You need to update the webhook endpoint API version and not just your account's global API version
ok i upated the api version of the webhook - couldn't find how to update the global api version
That's enough, no need to update the global version. In case you need to update the global version you can follow this guide then:
https://docs.stripe.com/upgrades#view-your-api-version-and-the-latest-available-upgrade-in-workbench
oh hang on - I think it's the other way round - i updated the global version - do i need to update the api version as well? Or do i need to create a new webhook with the new version?
You need to create a new webhook endpoint with the new version actually and delete the old one
Because you can't upgrade the API version of a webhook endpoint, sorry for the confusion.
so if i create a new webhook and disable the old one, will the retries use the new webhook?
Yes
great thanks, I'll wait for it to retry and monitor