Is it possible to disable retries on Stripe webhooks? I'm reading this documentation but can't find anything on the topic: https://stripe.com/docs/webhooks/best-practices
I don't want them to ping my endpoint if they already did so previously and failed as the transaction is only valid at the time it was made, not 3 hours later.