#negative10xprogrammer

1 messages · Page 1 of 1 (latest)

woven hingeBOT
prisma charm
#

I'm not sure what the exact times are, but I believe Stripe retries a couple of times over the course of an hour, then a couple of times over the course of several hours.

#

And yes, in terms of successful webhooks, you have to send back a 200

bright nebula
#

yes alright, thanks a lot. what if there's anexception? should i catch it and return... nothing right? only retries on transient faults

prisma charm
#

Yeah, in that case you can return whatever you think is going to make it easiest to debug. You can view the response you send in the Stripe Dashboard when you navigate to the failed webhook too, so if you don't implement some sort of network logs UI in your app, it might be worth sending to Stripe the error message you receive along with a 400 or 500