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. Paymento – Non-Custodial Crypto Payment Gateway for WooCommerce

Paymento – Non-Custodial Crypto Payment Gateway for WooCommerce

Accept Bitcoin, Ethereum, and USDT in WooCommerce with Paymento – a secure, non-custodial crypto payment gateway.

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

What the WordPress.org registry says about keeping Paymento – Non-Custodial Crypto Payment Gateway for WooCommerce running.

WordPress compatibility
Tested to 7.0.4 — 1 branch behind 7.1
Tested against the WordPress branch in use today.
Last updated
1 month ago
At least 5.0 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
8.0
Your host must be running at least this version.
Requires WordPress
6.0
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.

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

Scored on how Paymento – Non-Custodial Crypto Payment Gateway 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 21 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.4 (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-30 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.

Paymento – The Non-Custodial Crypto Payment Gateway for WooCommerce

Paymento allows businesses and individuals to accept cryptocurrency payments directly into their own wallets, eliminating third-party risks, custody issues, and unnecessary fees.

🌟 Key Features:
✔ Direct Wallet Payments – No intermediaries, full control over your funds.
✔ Multi-Chain Support – Accept Bitcoin, Ethereum, USDT (ERC20 & TRC20), and more.
✔ Secure & Private – Non-custodial solution with no private key access required.
✔ Easy WooCommerce Integration – Install, configure, and start accepting crypto in minutes.
✔ WooCommerce Blocks Compatible – Works with both classic and modern block-based checkout.
✔ HPOS Compatible – Full support for High-Performance Order Storage.
✔ Low Transaction Fees – Save costs compared to traditional payment gateways.
✔ Developer-Friendly API – Expand functionality with simple API calls.

Requirements

  • WordPress 6.0 or higher
  • WooCommerce 8.0 or higher
  • PHP 8.0 or higher
  • A Paymento merchant account

Configuration

  1. Go to WooCommerce > Settings > Payments.
  2. Find “Paymento” in the list and click “Manage”.
  3. Enable the payment method by checking the “Enable/Disable” box.
  4. Fill in the following required fields:
    • Title: The name of the payment method displayed to customers
    • Description: A brief description of the payment method displayed to customer, you can mention the assets that you want to accept.
    • API Key: Your Paymento API Key (available in your Paymento merchant dashboard)
    • Secret Key: Your Paymento Secret Key (available in your Paymento merchant dashboard)
  5. Choose your preferred Confirmation Type:
    • Redirect Immediately and Hold Invoice (Recommended)
    • Wait for Payment Confirmation
  6. Optionally enable Debug Log for troubleshooting.
  7. Click “Save changes” to apply your settings.

Usage

Once configured, the Paymento payment option will appear on your WooCommerce checkout page. Customers can select this option to pay with cryptocurrency.

Order Process

  1. Customer selects Paymento as the payment method and completes the order.
  2. They are redirected to the Paymento payment page to complete the transaction.
  3. After payment, the customer is redirected back to your store.
  4. The order status is updated based on the payment status and your chosen confirmation type.

External Services

This plugin connects to the Paymento API to process cryptocurrency payments. Paymento is a non-custodial payment gateway that enables WooCommerce stores to accept payments in Bitcoin, Ethereum, USDT, and other cryptocurrencies.

📌 Data Sent to Paymento API

The plugin makes exactly four types of request to the Paymento API, each with a specific trigger. No request is made on ordinary page views.

  • Submitting Payment Requests

    • Endpoint: https://api.paymento.io/v1/payment/request
    • Triggered when a customer places an order and chooses Paymento at checkout.
    • Data sent: order total, currency, order ID, the return URL on your store, and your API Key.
    • Paymento returns a payment token used to generate the invoice.
  • Payment Verification

    • Endpoint: https://api.paymento.io/v1/payment/verify
    • Triggered only when Paymento notifies your store of a paid order via webhook (IPN).
    • Data sent: the payment token for that order, and your API Key.
    • Used to confirm the notification is genuine before the order is completed.
  • Fetching Merchant Information

    • Endpoint: https://api.paymento.io/v1/ping/merchant/
    • Triggered only when an administrator saves the gateway settings in WooCommerce.
    • Data sent: your API Key. Returns your registered merchant name and account status, which are stored locally and shown on the settings screen.
  • Setting Callback URLs

    • Endpoint: https://api.paymento.io/v1/payment/settings/
    • Triggered only when an administrator saves the gateway settings, after the merchant check above succeeds.
    • Data sent: your store’s webhook (IPN) URL and your API Key, so Paymento knows where to send payment notifications.

📌 Customer Redirect

After an order is placed, the customer’s browser is redirected to https://app.paymento.io/gateway with the payment token for that order, where they complete the payment. No other customer data is included in the redirect.

📌 Data Received

Paymento sends payment status notifications to /wp-json/paymento/result on your store. Every notification is verified with an HMAC SHA256 signature using your Secret Key before it is processed.

🔗 Third-Party Policies

By using this plugin, your WooCommerce store communicates with Paymento API. You can review Paymento’s terms and policies here:

  • Terms of Service: https://paymento.io/terms
  • Privacy Policy: https://paymento.io/privacy

This ensures users are fully aware of the data being sent and why. 🚀

Troubleshooting

If you encounter any issues:

  1. Enable Debug Log in the plugin settings.
  2. Check the WooCommerce status report (WooCommerce > Status > Logs) for detailed error messages.
  3. Ensure your API Key and Secret Key are correct.
  4. Verify that your server can receive incoming webhooks from Paymento.

Support

For support, please open an issue on the GitHub repository or contact Paymento support for gateway-specific questions.

Contributing

Contributions to improve the plugin are welcome. Please fork the repository and submit a pull request with your changes.

License

This plugin is released under the GPLv2 or later license.

Does this plugin require an external API?

Yes, this plugin connects to Paymento’s API to process crypto payments securely.

What are the costs associated with using Paymento?

The Paymento plugin is completely free to install and use. However, there is a 0.5% transaction fee per payment processed. Paymento also provides $100 in free credit, allowing you to process up to 20,000 transactions at no cost. After reaching this limit, the standard 0.5% transaction fee applies.

Does Paymento require my private key?

No, Paymento never asks for your private key. Paymento is a non-custodial payment gateway, meaning you remain in full control of your funds. You only need to share your XPUB (Extended Public Key) and account address with Paymento to generate payment addresses and track transactions securely.

Is this plugin compatible with WooCommerce Blocks?

Yes! The plugin is fully compatible with both classic WooCommerce checkout and the modern WooCommerce Blocks checkout experience.

Does this work with High-Performance Order Storage (HPOS)?

Absolutely! The plugin is fully compatible with WooCommerce’s HPOS feature for improved performance.

What cryptocurrencies are supported?

Paymento supports Bitcoin, Ethereum, USDT (both ERC20 and TRC20), and many other cryptocurrencies. Check the Paymento dashboard for the complete list.

Categories
Crypto paymentsPayment gateways
Plugin details
Version1.3.1
Last updated2026-08-09 4:39am GMT
Added2025-02-11
Requires WordPress6.0
Tested up to7.0.4
Requires PHP8.0

Tags on WordPress.org
bitcoin
crypto payments
ethereum
non-custodial
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