#edutomesco
1 messages · Page 1 of 1 (latest)
hi! if you return a HTTP 200 for a retry of a specific event evt_xx, we will stop resending that event
yes but it continies sending
evt_1Nuxo9G1fQyuUuzXqQRe9rhq
look at this event
I've already have a 200OK but it follows sending and it fails again and now I solve again
hmm, that's strange, not sure what's going on with that event
for now I'd just keep responding with 200s and ignore it
but I need to deplpoy a new version that will be uncompatible with that
and it's not going to respond 200
can you mannually cancel that event?
not that I know of
so what's the only solution?
respond with 200s and ignore it?
so I can't deploy my new version
the other option is that if you delete the webhook endpoint itself from your Stripe dashboard, that cancels all pending retries, but then you might miss events between deleting the endpoint and adding a new one, so it's not a safe option all the time