#fatcat_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/1329837443427467294
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
here's what I'm seeing, when a subscription is deleted I need to modify a customer. However, I found out that when deleting a customer their metadata is deleted and I can't do what I need and throw a 500
I'm OK with this 500, but I would like it to stop retrying this request. Is there any way to tell it to stop trying?
No the only way to get us to stop retrying would be to return a 200
No it'll retry for 3 days: https://docs.stripe.com/webhooks/process-undelivered-events
But yes only a 200 can stop it
OK so after 3 days it should go away?
Yeah
OK got it thank you
But if your webhook is consistently failing we may disable it
You'll receive an email about it ahead of time though
oh this was an edge case
where I manually deleted a customer before deleting their subscriptions
As long as the majority of events are succeeding you'll be fine then
Yeah that looks fine