#lucide0001

1 messages ยท Page 1 of 1 (latest)

daring onyxBOT
minor plank
#

No unfortunately not

amber idol
#

So, if I don't downgrade Stripe.NET version, this webhook will keep trying each hour ? Or maybe there's a limit of retries ?

minor plank
#

Webhook endpoint api version is different than sdk version

amber idol
#

Yup, but previous SDK version might accept previous API version, right ?

minor plank
#

What do you mean

daring onyxBOT
amber idol
#

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" ?

minor plank
#

Unfortunately not. The way to get them to stop is to return a 200 on one of the retries

amber idol
#

Even if I did a manuel retry ?

#

Because I have plenty of checkout.session.completed webhook pending for the same transactions ๐Ÿ˜•

minor plank
#

Yeah unfortunately

amber idol
#

._.

#

How can I suggest you to count manual retry in decrementing "pending_webhooks": X count if it succeed ? ๐Ÿ˜„

minor plank
#

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

amber idol
#

Okay !
Anyway, kudos to your team, very proactive on Discord, as I see the flood of help requests.