I recently had some issues with customers not being appropriately updated upon certain actions, so I logged into Stripe and discovered that I was having a massive number of failures of webhooks…a 99% error rate. A variety of event types are failing, like customer.subscription.updated or invoice.created.
The ones that have been succeeding are ones like “payout.paid” or “customer.card.updated” or “customer.card.created.”
The failures are coming back with an HTTP status of “unreachable.” The successes are coming back with a 200 (OK) code.
I’ll contact Stripe about this as well, but any idea what would be causing this? The webhook URL is correct.