#xxxxx-webhook-events
1 messages · Page 1 of 1 (latest)
yes . as i have updated my database so i just want to remove all these events.
You can't prevent the retries or unfortunately. They'll stop eventually: https://stripe.com/docs/webhooks/best-practices#retry-logic
Your best bet would be to just remove/disable the existing webhook they're sending to, and create a new one (with the same endpoint) for any new events
yes i have deleted that and create a new webhook but still its giving me error.
Can you not resolve the error? Seems like that's the underlying issue here
I have added events payout.paid , payout.created,payout.updated
and its failing for so many.
What's the error? Can you share an Event ID?
evt_1KSF7RQWA2uiCHmAFKxhXSez
{"statusCode":500,"message":"Internal server error"}
So that's the error message your webhook endpoint is returning to us. That's the only context we have
My recommendation would be to work through your webhook code and debug where the error is being thrown that is causing that