Stripe webhook delivery issues for https://example.com
-
I got this email from stripe saying this:
We’re still having trouble sending requests in live mode to a webhook endpoint associated with your account. Stripe sends webhook events to your server to notify you of activity in your Stripe account, such as a completed payout or a newly-created invoice.The URL of the failing webhook endpoint is:
https://example.com/wp-json/wc-stripe/v1/webhook
In my stripe account, I see the below error:
{ "code": "webhook-error", "message": "Invalid signature received. Verify that your webhook secret is correct.", "data": { "status": 401 } }
The webhook URL is:
https://example.com/wp-json/wc-stripe/v1/webhook
and when I visit this URL I get:
{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}
I run the connection test and it returned: Connection test to Stripe was successful. Mode: live.
Why do I receive these notifications and how can I correct that?
- The topic ‘Stripe webhook delivery issues for https://example.com’ is closed to new replies.