#derand1_webhooks

1 messages ¡ Page 1 of 1 (latest)

fluid shoreBOT
#

👋 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/1303771368013434900

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

regal nacelle
#

Hello! The short answer is no. The best way to stop retries for a specific Event is to respond to it with a successful HTTP status code (e.g., 200).

steep blade
#

Can I do that on the stripe terminal?

regal nacelle
#

The long answer is that you can stop retries, but you need to do it at the Webhook Endpoint level by disabling the entire Webhook Endpoint and then enable it again. This might cause you to miss some Events, and is generally not recommended unless you're certain it won't cause any issues for your integration.

#

No, your Webhook Endpoint needs to respond to the next retry request with a successful response.

#

You can't do that from Stripe's end.

steep blade
#

I think disabling could work. Are there any side effects besides possibly missing an event in the few moments its disabled?

regal nacelle
#

It will stop all outstanding retries for all Events, not just this one, so if you have other Events with pending retries those retries will not happen after disabling your Webhook Endpoint.

#

Let me check on the specific Event you mentioned...

steep blade
#

Ahh okay that's not a problem. Just outstanding retries? It won't cause any problems for existing subscriptions/upcoming events right?

#

Got it thanks

regal nacelle
#

Events might be missed if they happen while the Webhook Endpoint is disabled, but other than that no, once you enable it again subequent Events should behave normally.

steep blade
#

Thanks perfectly fine. Thanks so much!

#

Works for me

regal nacelle
#

Happy to help!

steep blade
#

Have a great day