#lucide0001
1 messages ยท Page 1 of 1 (latest)
No unfortunately not
So, if I don't downgrade Stripe.NET version, this webhook will keep trying each hour ? Or maybe there's a limit of retries ?
edited: Discord.NET => Stripe.NET
Webhook endpoint api version is different than sdk version
Yup, but previous SDK version might accept previous API version, right ?
What do you mean
Problem solved, using throwOnApiVersionMismatch:false in EventUtility.ConstructEvent() for this sole webhook.
Is there a way to cancel every failed webhooks "Retrying in X minutes" ?
Unfortunately not. The way to get them to stop is to return a 200 on one of the retries
Even if I did a manuel retry ?
Because I have plenty of checkout.session.completed webhook pending for the same transactions ๐
Yeah unfortunately
._.
How can I suggest you to count manual retry in decrementing "pending_webhooks": X count if it succeed ? ๐
It's feedback we've gotten before
Unfortunately it's just not the state of things currently
I don't have any further details on why though
Okay !
Anyway, kudos to your team, very proactive on Discord, as I see the flood of help requests.