This is an info Alert.
xpay
  • 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
  • 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. Bitrequest for WooCommerce

Bitrequest for WooCommerce

Accept Bitcoin, Lightning, Monero, Ethereum and more on WooCommerce. Non-custodial, no KYC, no fees — payments go straight to your own wallet.

20+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping Bitrequest for WooCommerce running.

WordPress compatibility
Tested to 7.0.5 — 1 branch behind 7.1
Tested against the WordPress branch in use today.
Last updated
2 months ago
Requires PHP
7.4
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.

20+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how Bitrequest 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 55 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.5 (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
6 / 10
Provides: 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-09-20 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.

Bitrequest is a non-custodial cryptocurrency payment gateway for WooCommerce. You configure your own wallet addresses (or an xpub for a fresh address per order), and payments arrive directly in your wallet. No middleman ever holds the money — not a processor, not Bitrequest.

Payment detection runs client-side through the open-source Bitrequest payment app. The plugin records the transaction against the order and links you straight to a block explorer so you can verify on-chain before fulfilling.

Supported currencies

Bitcoin, Lightning Network, Litecoin, Dogecoin, Dash, Bitcoin Cash, Kaspa, Monero, Nano, Nimiq, and Ethereum — plus any ERC-20 token (USDT, USDC, and others) on Ethereum, Arbitrum, Polygon, BNB Smart Chain, and Base.

Key features

  • Non-custodial — funds go directly to your wallet, never through a third party.
  • No fees charged by the plugin; you pay only standard network fees.
  • No account, no sign-up, no KYC.
  • HD wallet (xpub) support — a fresh receiving address for every order.
  • Per-order payment verification with block-explorer links and confirmation guidance.
  • Optional webhook (JSON POST) when a payment is detected.
  • Compatible with WooCommerce HPOS and the Block Checkout, as well as classic checkout.

Source code: https://github.com/bitrequest/bitrequest-woocommerce

External services

This plugin relies on the following external services. No customer data is sent to any of them.

1. Bitrequest payment app (bitrequest.github.io)

What it is: the open-source Bitrequest payment application, which performs cryptographic address derivation and detects incoming payments by reading public blockchain data. It provides the checkout the customer interacts with.

What is sent and when: when a customer reaches the payment step, the plugin loads the app’s JavaScript and CSS from this origin and opens the app in a checkout window. The request URL carries the order number, the store name, the amount, the chosen cryptocurrency and the receiving address derived for that order. No customer name, email, address or other personal data is transmitted. Loading the assets exposes the visitor’s IP address and user agent to the host, as with any externally hosted resource.

Why it is required: the app and its libraries must be served from the same origin the checkout window points at, because the plugin verifies the window’s origin before accepting a payment result from it. Splitting them would break that check.

Self-hosting: the “Bitrequest URL” setting accepts any host serving an unmodified build, so you can point the plugin at your own copy and remove this dependency entirely.

Provider: Bitrequest. Terms and conditions: https://github.com/bitrequest/bitrequest.github.io/wiki/Terms-and-conditions – Privacy / disclaimer: https://www.bitrequest.io/privacy/

2. CoinMarketCap image CDN (s2.coinmarketcap.com)

What it is: a public CDN serving cryptocurrency logo images.

What is sent and when: coin and token icons are loaded in the WordPress admin only – on the gateway settings screen, the orders list, the order edit screen and the payments overview. Loading an image exposes the logged-in administrator’s IP address and user agent to CoinMarketCap. No order, store or customer data is sent, and no request is made from any customer-facing page.

Why it is required: the ERC-20 token picker covers roughly a thousand tokens, so their icons cannot practically be bundled with the plugin. Customer-facing pages use only icons bundled inside the plugin, so a shopper’s browser never contacts this service.

Provider: CoinMarketCap Mgmt Limited. Terms of use: https://coinmarketcap.com/terms/ – Privacy policy: https://coinmarketcap.com/privacy/

3. Lightning proxy (optional, merchant-configured)

Only used if you enable Lightning. The plugin sends invoice status lookups to the proxy URL you enter in the settings – a host you choose and control, such as your own node or a service you have an account with. Requests contain the Lightning payment identifier for the order and nothing else. No proxy is contacted if Lightning is left disabled, and the plugin has no default proxy.

4. Webhook URL (optional, merchant-configured)

If you set a Webhook URL, the plugin POSTs order and transaction data to that address when a payment is detected. This is your own endpoint; leave the field empty and no request is made.

Note on block explorers

Explorer links shown in the admin and in order emails are ordinary hyperlinks. Nothing is sent to a block explorer unless someone clicks one.

Does the plugin charge fees?

No. Payments go directly from the customer’s wallet to yours. You pay only standard blockchain network fees.

Is it custodial?

No. You configure your own wallet addresses or xpub. Bitrequest never holds, routes, or has access to your funds.

What data is sent to Bitrequest?

None about your orders or customers. The payment app runs in the customer’s browser and reads the public blockchain to detect payments. There is no analytics or telemetry. You can also self-host the app.

Can I accept stablecoins?

Yes. Add USDT, USDC, or other ERC-20 tokens in the settings, on Ethereum mainnet or a Layer 2 (Arbitrum, Polygon, BSC, Base).

Does Monero need my private key?

It needs your secret view key, which can only read incoming transactions — it can never spend funds. Because it is included in the checkout page, treat it as public and consider using a dedicated Monero account for your shop. No other supported currency requires a key.

Does the plugin send anything to third parties?

Customer-facing pages contact only the Bitrequest payment app, which is required to display the checkout and detect payment; it can be self-hosted to remove even that. Coin icons in the WordPress admin are loaded from CoinMarketCap. See the “External services” section for full details.

How are refunds handled?

Manually, from your wallet to an address the customer provides. Because funds are non-custodial, only you can move them.

Do I need to wait for confirmations before shipping?

The plugin shows a recommended confirmation count per coin on each order and links you to a block explorer to verify before you fulfill.

Categories
Crypto paymentsPayment gateways
Plugin details
Version0.1.0
Last updated2026-07-27 9:35am GMT
Added2026-07-27
Requires WordPress5.8
Tested up to7.0.5
Requires PHP7.4

Tags on WordPress.org
bitcoin
cryptocurrency
Lightning
monero
payment gateway
Alternatives
Other plugins in the same categories.
BTCPay Server – Accept Bitcoin payments in WooCommerce
1K+ installs
5.0(20)
ABC Crypto Checkout
1K+ installs
4.9(30)
Direct Payments for WooCommerce – Bank Transfer, Mobile Money, Crypto and Peer-to-Peer (P2P) Payments
800+ installs
5.0(10)
Bitcoin Payments – Blockonomics
2K+ installs
4.5(35)
RiskPay Gateway: USDC Payouts for WooCommerce
700+ installs
5.0(4)
Cryptocurrency Payment Gateway
400+ installs
4.6(10)
xpay

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-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