#benjamin_webhooks
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- benjamin_api, 5 days ago, 19 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247102559655690248
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
I see that your server responded with a 500 error, but no message. Do you see the error message in your logs?
Hi! Yes, I do:
Received event with API version 2022-11-15, but Stripe.net 44.8.0 expects API version 2024-04-10. We recommend that you create a WebhookEndpoint with this API version.
Can you create a new endpoint with the new webhook version in your Stripe Dashboard?
I can, but can i somehow reprocess the old events with the new endpoint?
(The webhook is already updated)
That won't be possible at this point. You could probably run the old version of your service to just process those events.
In the future, there's a recommended way to upgrade webhook endpoints: https://docs.stripe.com/upgrades#upgrade-and-test-your-webhooks
Yes, when I upgraded the SDK on the server, I wasnt aware that it would not support the current webhooks, therefore I could not plan it
But okay, my question is answered. Thanks and have a nice day!
Happy to help, you too.