Stripe has informed me that it's not receiving a response from my Webhook URL.
A Webhook test returns:
"Test Webhook Error: Timed out."
I understand this to mean that a connection could not be established to the Webhook URL. However, I can't figure out why.
The script loads fine if I execute it manually from the browser.
According to my web host (GoDaddy Managed WordPress), there aren't any IPs being blocked. I also had them check that cURL was enabled, and to up my max_execution_time
and a few other .ini
settings... to no avail.
Any other ideas what might be causing this "timed out" error from Stripe?