Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter panagiotapetra

    (@panagiotapetra)

    I also checked my wptl_post for orders and found:

    The post_status is set to “publish” instead of “wc-processing” or “wc-completed”
    The post_type is “page” instead of “shop_order”?? What This Means

    WooCommerce is saving orders as pages instead of actual orders, right?

    Thread Starter panagiotapetra

    (@panagiotapetra)

    Hi @anastas10s,

    Thanks for your response. However, I need you to focus on the actual issue that is breaking WooCommerce payment processing—the REST API and webhook failures.

    Here is what I have already tested:

    1?? THEME ISSUE

    • I tested by switching to Storefront. It broke everything, confirming that the theme is deeply tied into WooCommerce’s core functions.
    • I need confirmation: Does WooCommerce require anything specific from themes to properly register REST API routes and webhooks?

    2?? PAYMENTS DO NOT PROCESS BECAUSE THERE ARE NO WEBHOOKS

    • WooCommerce > Settings > Advanced > Webhooks is completely empty—no webhooks exist.
    • Attempting to manually add them results in REST API failure (404 errors).

    3?? REST API IS BROKEN

    • When testing the WooCommerce API, I get: cssCopyEdit{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}
    • This happens even after:
      ? Regenerating permalinks.
      ? Resetting WooCommerce API keys.
      ? Clearing transients and caches.
      ? Reinstalling WooPayments.
      ? Completely deleting WooPayments and starting fresh.

    This is not a theme update or plugin conflict issue.
    This is a WooCommerce REST API issue that prevents payments from being processed.

    ?? I need WooCommerce Support to confirm:

    1. What prevents WooCommerce from generating webhooks?
    2. Why is the WooCommerce API returning a 404 for all webhook routes?
    3. How do we force WooCommerce to register its REST API endpoints again?

    Please focus on the WooCommerce API issue and webhooks, not theme updates or checkout behavior.

    Thanks,
    Petra

Viewing 2 replies - 1 through 2 (of 2 total)