

Gateway settings: readiness checklist, API key, and payout wallets you control.
Ax402 for WooCommerce is the agentic commerce extension for WooCommerce. It is not only a payment method.
Buying agents can discover and search your catalog, create a cart, check out, and pay — using Universal Commerce Protocol (UCP) and x402. Human shoppers get the same x402 wallet payment on the store pay page. You keep WooCommerce for products, customers, and orders.
The x402 hop on the UCP surface follows AxLabs/ucp-x402-binding.
You set the payout wallets (one EVM address for all EVM networks, plus a Hedera account if you enable Hedera tokens). Settlements go to those wallets. There is no payment intermediary that holds the funds.
Ax402 facilitates settlement: payment endpoints, the token list, and confirmation. Ax402 does not take a percentage of products sold.
Catalog prices stay in USD. Shoppers and agents pay in the settlement tokens you enable from your Ax402 platform config (for example USDC). Ax402 covers network fees for those payments.
Works with classic checkout, Cart / Checkout Blocks, and HPOS.
You need an Ax402 merchant account and API key.
ax402 with a readiness checklist/.well-known/ucp and shopping at /wp-json/ucp/v1 (catalog, cart, checkout, order, MCP)resource.url, then complete again/wp-json/ax402/v1 (products, create order, status)UCP is on by default. Turn it off in Ax402 settings if you do not want agent discovery. That does not change the human pay page.
This plugin does not include analytics, advertising pixels, or other tracking. It contacts the services below only to run Ax402 / x402 payments (and Hedera wallet connect when you enable it). Saving an Ax402 API key in WooCommerce settings is consent to use Ax402. WalletConnect, Hedera Mirror Node, and public RPC calls run in the shopper’s browser when they choose to pay.
Ax402 (operated by AxLabs) creates payment endpoints, syncs settlement tokens, confirms settlements, and serves the gateway the shopper or agent pays. The browser and WordPress may call your assigned gateway host (*.ax402.io) under the same operator.
When a settlement token does not already include a chain name, public RPC, or explorer URL, the plugin may fetch one public Ethereum chain JSON file from the GitHub Contents API (eip155-{id}.json), cached 24 hours per chain. Dataset: ethereum-lists/chains (MIT).
On the pay page, when a shopper selects Hedera settlement and you have set a WalletConnect project ID, the browser uses WalletConnect / Reown to connect a Hedera wallet (for example HashPack), including relay traffic such as https://rpc.walletconnect.com/.
The shopper’s browser may query public Hedera Mirror Node REST (mainnet-public.mirrornode.hedera.com / testnet.mirrornode.hedera.com) for token balances and network readiness.
The shopper’s browser may call public EVM JSON-RPC URLs from token metadata or ethereum-lists chain files (via the GitHub Contents API) for balance checks, chain switching, and payment signing. Exact RPC URLs vary by chain. Wallet extensions (for example MetaMask) run locally; private keys never leave the wallet.
UCP discovery JSON may include protocol spec URLs (ucp.dev, x402 UCP payment handler schema, ucp-x402-binding). Those are documentation identifiers, not APIs this plugin calls.
Active development, pull requests, and issue tracking are on GitHub, not WordPress.org SVN:
https://github.com/AxLabs/ax402-woocommerce-extension
Related AxLabs repositories:
WordPress.org SVN is a publish snapshot of tagged releases for the Plugin Directory.
Minified frontend assets live in build/. Readable source, build tooling, and third-party license notes are in the GitHub repo. See also assets/THIRD_PARTY_LICENSES.md in the plugin package.
`
npm –prefix plugin ci
npm –prefix plugin run build
Optional lean EVM-only bundle (stubs Hedera): AX402_EVM_ONLY=1 npm –prefix plugin run build
`
The default build includes Hedera WalletConnect support (~2MB pay-page bundle).