New Webhook URL 404
-
First of all I would like to say thanks for making this plugin available. May Allah bless you.
I’ve installed your plugin before the latest update and everything seemed to be working just fine all the way up to the coinbase commerce checkout page and I got real excited when I saw that you just added the awesome webhook feature. Unfortunately I’m experiencing an error though.
The URL provided in the settings pages just returns an error:
https://mysite.com?rest_route=/ccfwc/v1/complete-payment
returns:
{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}
If I remove “complete-payment” from the URL then the route seems to be working just fine. This is what it’s returning:
{"namespace":"ccfwc\/v1","routes":{"\/ccfwc\/v1":{"namespace":"ccfwc\/v1","methods":["GET"],"endpoints":[{"methods":["GET"],"args":{"namespace":{"default":"ccfwc\/v1","required":false},"context":{"default":"view","required":false}}}],"_links":{"self":[{"href":"https:\/\/mysite.com\/wp-json\/ccfwc\/v1"}]}},"\/ccfwc\/v1\/complete-payment":{"namespace":"ccfwc\/v1","methods":["POST"],"endpoints":[{"methods":["POST"],"args":[]}],"_links":{"self":[{"href":"https:\/\/mysite.com\/wp-json\/ccfwc\/v1\/complete-payment"}]}}},"_links":{"up":[{"href":"https:\/\/mysite.com\/wp-json\/"}]}}
I also tried sending a webhook test for “charged:confirmed” in
https://commerce.coinbase.com/dashboard/settings
it’s showing the same response:Remote server at framework.indomodeinternational.com returned an HTTP 404
.I hope it’s an easy fix. Regards.
- The topic ‘New Webhook URL 404’ is closed to new replies.