#Jelle-Webhook
1 messages · Page 1 of 1 (latest)
You should always receive your event as long as your endpoint is configured correctly. I wouldn't (but I want to!) say it's 100%, but Stripe as a company is working on our best to make sure all event are delivered
It's always better to have a resilience system if you can implement guard on your own
like collector batch or something, using cronjob and call retrieve APIs
I see, so I should really just follow the general rule of software where I just need to assume things will go wrong at some point
Yeah, very rarely I would say