• Hi, one of my client just received the note from Paypal that the webbok url is returning a 404 error with the code “rest_no_route”. Within the settings the webbook has all the green checks. Can you help me with this issue?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @danielstooss

    What is the url of the webhook in the note from PayPal? The plugin’s webhook url would be:

    https://www.koch-epping.de/wp-json/wc-ppcp/v1/webhook/production

    I checked and it’s responding.

    Kind Regards

    Thread Starter danielstooss

    (@danielstooss)

    Yes that’s the url. But if I open the url in the browser I get.
    {“code”:”rest_no_route”,”message”:”Es wurde keine Route gefunden, die mit der URL und der Request-Methode identisch ist.”,”data”:{“status”:404}}

    Or is this due to the missing payload when accessing it via the browser?

    • This reply was modified 8 months, 3 weeks ago by danielstooss.
    • This reply was modified 8 months, 3 weeks ago by danielstooss.
    Plugin Author Payment Plugins

    (@mrclayton)

    Or is this due to th emissing payload when accessing it via the browser?

    The webhook url only responds to the HTTP POST method; your browser is issuing a GET request so that is an expected message.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Webhook rest_no_route 404 error’ is closed to new replies.