#joshuacs94

1 messages · Page 1 of 1 (latest)

grim knollBOT
#

Hello! We'll be with you shortly. 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.

celest geyser
#

Hi there

#

You can't cancel a retry -- you should just respond with a 200 and not ingest the data.

#

Can you tell me more about what the scenario is though?

vapid flare
#

im stress testing our server and creating thousands of stripe payment methods, but something went wrong in the middle and now stripe keeps retrying webhooks, it looks like our server cant handle and keep up with those waves of retries... so Id like to tell Stripe to stop

celest geyser
#

Yeah that's not possible. You are going to just want to disable your Webhook endpoint in that case.

vapid flare
#

would that stop the retries?

celest geyser
#

It would stop webhooks getting sent to your server

vapid flare
#

what would happen if we re-enable the webhook endpoints?

celest geyser
#

Retries take place over 3 days so if re-enabled within that time then retries will occur again

#

But if re-enabled after the 3 days then no retry will occur

#

Your other option is to delete your webhook endpoint

#

And then add it again

#

That will stop all retries