This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. {eac}SoftwareRegistry Subscriptions for WooCommerce

{eac}SoftwareRegistry Subscriptions for WooCommerce

Adds a custom Webhook topic to WooCommerrce Webhooks for subscription updates; adds subscription and product data to WooCommerce order Webhooks.

fewer than 10 active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping {eac}SoftwareRegistry Subscriptions for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
12 days ago
At least 3.7 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
8.1
Your host must be running at least this version.
Requires WordPress
5.8
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

fewer than 10 active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how {eac}SoftwareRegistry Subscriptions for WooCommerce is looked after — not on how many stores run it.

Well maintained
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
35 / 35
Updated 11 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
10 / 10
Provides: screenshots, description, homepage
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

{eac}SoftwareRegistry Subscriptions for WooCommerce is a plugin, installed on your WooCommerce site, that adds a custom Webhook topic for subscription updates to the WooCommerrce Webhooks, and adds subscription and product data to WooCommerce order Webhooks.

  • Adds a custom Webhook topic for subscription updates to WooCommerce Webhooks.

  • Extends the WooCommerce Order Webhooks by adding subscription data to orders with subscriptions.

  • Adds product meta data to order and subscription records passed through WooCommerce webhooks.

  • Works with WooCommerce Subscriptions – and – SUMO Subscriptions.

When WooCommerce creates an order, the order is stored with type set to “shop_order“. When the order is for a subscription, a related order is stored with type set to “shop_subscription“. When a subscription is renewed, a new “shop_order” is created related back to the original “shop_subscription” order.

When subscriptions (shop_subscription) are passed through the “{eac}SoftwareRegistry WC Subscription” webhook, additional subscription data and related order numbers are added to the subscription order record being passed.

When orders (shop_order) are passed through the WooCommerce Order created, Order updated, and Order restored webhooks, this plugin will append any related shop_subscription orders with the additional subscription data and related order numbers.

Meta data (custom fields and attributes) from the products in the order may be appended to the order and subscription records.

For order webhooks, options are presented on the “Webhook” edit screen to choose what data may be added to the orders so that extended data is only retrieved and sent through the webhook where needed.

WooCommerce Webhooks are created by going to: WooCommerce → Settings → Advanced → Webhooks in the administration of your store site.

With version 2+, SUMO Subscriptions is also supported in nearly the same way as WooCommerce Subscriptions by creating a pseudo shop_subscription order from the SUMO Subscription post record and the original or renewal WooCommerce shop_order.

Subscriptions

To create a webhook for subscription updates, choose “{eac}SoftwareRegistry WC Subscription”, when using Woo Subscriptions, or “{eac}SoftwareRegistry Sumo Subscription”, when using SUMO Subscriptions, for the topic on the Webhook data screen.

Whenever a subscription is updated, the subscription data will be sent to the Delivery URL specified in the Webhook.

Orders

This plugin also adds subscription data to orders passed through the Order created, Order updated, and Order restored webhooks when the order has related subscription(s).

Orders without subscriptions may be appended with meta data from the products in the order.

Subscription Data

The subscription data added (overlayed on the shop_subscription record) in the webhooks is:

  'date_created'                => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'date_modified'               => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'date_paid'                   => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'date_completed'              => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'last_order_id'               => int          // last completed order id,
  'last_order_date_created'     => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'last_order_date_paid'        => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'last_order_date_completed'   => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'schedule_trial_end'          => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'schedule_start'              => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'schedule_end'                => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'schedule_cancelled'          => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'schedule_next_payment'       => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'schedule_payment_retry'      => datetime     // 'YYYY-MM-DDThh:mm:ss',
  'billing_period'              => string       // 'day','month','year',
  'billing_interval'            => int          // number of days,months,years,
  'sign_up_fee'                 => float        // signup fee amount,
  'product_meta'                => array        // [ product_id => [product_meta_data] ]
  'related_orders'              => array        // [ order_id => type ('parent','renewal','resubscribe','switch') ]

product_meta includes:

  'id'                          => int          // product id,
  'name'                        => string       // product name,
  'slug'                        => string       // product slug,
  'sku'                         => string       // product sku,
  'attributes'                  => array        // product attributes (name => value)
  'meta_data'                   => array        // product custom fields (name => value)
  'categories'                  => array        // product categories (slug => name)

For the subscription webhook, this data is overlayed on the subscription order created by WooCommerce.

For the order webhooks, this data is overlayed on the related subscription order and appended to the shop_order in a “subscriptions” array, indexed by id (allowing for multiple subscriptions per order).

For orders without subscriptions, the product_meta array is appended to the shop_order.

SUMO Subscriptions

The pseudo subscription order is built by taking the SUMO subscription post record and overlaying the most recent shop_order. The ‘id’ number of the pseudo order is the subscription post id. The parent id is the original shop_order that created the subscription.

Using With {eac}SoftwareRegistry Registration Server

You must have the {eac}SoftwareRegistry WebHooks for WooCommerce extension enabled on your Software Registration server.

When creating a subscription webhook, the Delivery URL for “{eac}SoftwareRegistry WC Subscription” and “{eac}SoftwareRegistry Sumo Subscription” is:
https://{your_registration_server}.com/wp-json/softwareregistry/v1/wc-subscription

When creating order webhooks, the Delivery URL for Order created, Order updated, Order deleted and Order restored is:
https://{your_registration_server}.com/wp-json/softwareregistry/v1/wc-order

With this configuration, you can pass registry values (registry_*) in the product_meta array by creating custom fields on the product record and overriding the registration server defaults. For example:

registry_product = package_name
registry_license = Basic

See {eac}SoftwareRegistry WebHooks for WooCommerce for more information.

Additional Information

Requires WooCommerce and either WooCommerce Payments (with subscriptions), WooCommerce Subscriptions or SUMO Subscriptions.

  • Developed for use with {eac}SoftwareRegistry Registration Server.
  • Nonetheless can be used wherever subscriptions or additional product details are needed in WooCommerce webhooks.

See Also

  • {eac}SoftwareRegistry – Software Registration Server
  • {eac}SoftwareRegistry WebHooks for WooCommerce

Copyright

Copyright © 2026, EarthAsylum Consulting, distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should receive a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Categories
Subscriptions & bookings
Plugin details
Version2.1.7
Last updated2026-07-21 12:10pm GMT
Added2022-07-09
Requires WordPress5.8
Tested up to7.0.2
Requires PHP8.1

Tags on WordPress.org
subscriptions
sumo subscriptions
woocommerce subscriptions
woocommerce webhooks
{eac}SoftwareRegistry
Alternatives
Other plugins in the same categories.
Event Booking Manager for WooCommerce – Sell Tickets, Event Registration, RSVP & Event Calendar
7K+ installs
4.5(165)
WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce
20K+ installs
4.0(246)
Booking Activities
3K+ installs
5.0(120)
Subscriptions for WooCommerce with Stripe Recurring Payments
900+ installs
4.9(25)
Easy Booking – WooCommerce Booking & Reservation Plugin
4K+ installs
4.7(63)
Milo Subscriptions – Subscriptions for WooCommerce and Recurring Payments
10+ installs
5.0(7)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy