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. Ecrypt Payment Gateway for WooCommerce

Ecrypt Payment Gateway for WooCommerce

Ecrypt Payment Gateway for WooCommerce provides secure credit/debit card payment processing for your WooCommerce store.

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

What the WordPress.org registry says about keeping Ecrypt Payment Gateway for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
7 days ago
At least 6.8 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.0
Your host must be running at least this version.
Requires WordPress
5.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

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

Scored on how Ecrypt 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 5 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
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-08-03 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.

Ecrypt Payment Gateway for WooCommerce provides secure credit/debit card payment processing for your WooCommerce store. With advanced encryption and tokenization, Ecrypt ensures that your customers’ payment information is protected. The plugin is easy to configure and integrates seamlessly with your existing WooCommerce setup. Whether you are handling single transactions or recurring payments, Ecrypt offers a reliable and scalable solution to meet your payment processing needs.

External Services

This plugin communicates with the Ecrypt API to perform essential payment and customer management operations.

API Endpoints

The following API endpoints are used by the plugin:

Customer Management

  • Base Endpoint: https://api.ecrypt.com/v1/customers
    • Add Customer Wallet
    • Charge Customer Wallet
    • Charge Customer
    • Add Customer API Reference
    • Get Customer API Reference
    • Add Customer Wallet API Reference
    • Get Customer Wallet API Reference
    • Delete Customer Wallet API Reference

Transactions: Sale

  • Base Endpoint: https://api.ecrypt.com/v1/transactions/sale
    • Process Sale Transaction
    • Sale API Reference

Transactions: Refund

  • Base Endpoint: https://api.ecrypt.com/v1/transactions/refund
    • Refund Process Documentation
    • Refund API Reference

Transactions: Authorize

  • Base Endpoint: https://api.ecrypt.com/v1/transactions/authorize
    • Authorize and Capture Process Documentation
    • Authorize API Reference

Transactions: Capture

  • Base Endpoint: https://api.ecrypt.com/v1/transactions/capture
    • Authorize and Capture Process Documentation
    • Capture API Reference

Transactions: Void

  • Base Endpoint: https://api.ecrypt.com/v1/transactions/capture
    • Void Transaction Process Documentation
    • Void API Reference

Data Collected

When interacting with these endpoints, the plugin may transmit the following data to the Ecrypt API:

  • Customer information: Name, email, and associated wallet details.
  • Transaction data: Amount, transaction ID, and sale or refund specifics.

Legal Agreements

By using this plugin, you acknowledge and agree to the terms outlined by Ecrypt:

  • Privacy Policy
  • Terms and Conditions
  • Merchant Processing Agreement

Privacy Notice

The Ecrypt Payment Gateway for WooCommerce plugin securely communicates with the Ecrypt API to facilitate transactions and wallet management. During these interactions, customer and transaction data is transmitted to Ecrypt.

Key Legal Documents

  • Privacy Policy: Explains how Ecrypt handles personal and transaction data. Read it here.
  • Terms and Conditions: Details the terms under which Ecrypt services operate. Read them here.
  • Merchant Processing Agreement: Covers specific agreements for merchants using Ecrypt’s payment processing. Read it here.

User Responsibility

Users should review these policies to ensure compliance with applicable laws and their own privacy obligations. This plugin does not store sensitive customer data locally and relies on Ecrypt’s security protocols.

Notes

This plugin requires a valid Ecrypt API key to function. Please refer to the Ecrypt Developer Documentation for setup instructions.

0.0.1 – 2024-07-03

  • Security Improvements:

    • Fixed non-sanitized input variables.
    • Ensured all output is escaped.
  • AI-Assisted Recommendations: Enhanced security by implementing AI suggestions.

0.0.2 – 2024-08-22

  • Security Improvements:

    • Improved data validation and sanitization.
  • External Service Documentation:

    • Added detailed documentation on Ecrypt API usage, endpoints, and privacy compliance.

0.0.3 – 2024-11-21

  • File Naming Compliance:

    • Renamed all files to adhere to WordPress naming conventions:
    • EcryptCustomerWallet.php -> ecrypt-payment-gateway-customer-wallet.php
    • EcryptPaymentExceptions.php -> ecrypt-payment-gateway-exceptions.php
    • EcryptPaymentMethod.php -> ecrypt-payment-gateway-method.php
    • EcryptTokenApi.php -> ecrypt-payment-gateway-token-api.php
    • EcryptPaymentApi.php -> ecrypt-payment-gateway-transaction-api.php
    • core.php -> ecrypt-payment-gateway-core-init.php
  • Security Improvements:

    • Added !defined( 'ABSPATH' ) checks to prevent direct file access in all PHP files.
    • Enhanced sanitization and validation:
    • Used wp_unslash() and sanitize_text_field() for ecrypt_payment_nonce.
    • Ensured proper escaping for all dynamic outputs in multiple files.
    • Improved error handling with clear, actionable messages.
  • Internationalization (I18n):

    • Updated all text domains to ecrypt-payment-gateway-for-woocommerce.
    • Added translators’ comments for strings with placeholders.
    • Ensured all strings are translatable and dynamic placeholders are properly formatted.
  • ReadMe Updates:

    • Documented external API usage, endpoints, and terms of service.
    • Added privacy and security notices for compliance.

This update brings significant improvements in security, compliance, and adherence to WordPress plugin development standards.

1.0.0 – 2024-12-23

  • Initial commit for Ecrypt Payment Gateway for WooCommerce:

1.0.3 – 2025-10-08

  • Added:
    • Added support for block checkout
    • Added composer for autoloading and testing
  • Test:
    • Added testing via composer, PHPUnit and BrainMonkey
    • Added unit tests for blocks support class
    • Added unit tests for customer wallet class
    • Added unit tests for token api class
    • Added unit tests for transaction api class
    • Added unit tests for core class
  • Refactor:
    • Add new exception class to handle errors in various classes to reduce return statements in class methods
    • Refactor various class methods to reduce cognitive complexity

1.0.4 – 2025-10-15

  • Fixed:
    • Updated toolkit version for block checkout

1.0.5 – 2026-01-08

  • Fixed:
    • Updated toolkit version for block checkout addressing responsive site concerns
  • Added:
    • Update order status to failed on failed payment

1.1.0 – 2026-02-23

  • Added:
    • Authorization transaction type
    • Ability to Capture authorized transactions via order actions in order details screen
    • Ability to Void unsettled orders via order actions in order details screen
    • Accepted cards icons to block and classic checkout payment box

1.1.1 – 2026-04-02

  • Fixed:
    • customer wallet uncaught error responses

1.1.2 – 2026-06-04

  • Maintenance:
    • update toolkit version

1.1.3 – 2026-07-28

  • Maintenance:
    • Updated toolkit version
Categories
Payment gateways
Plugin details
Version1.1.3
Last updated2026-07-29 6:39am GMT
Added2024-12-23
Requires WordPress5.0
Tested up to7.0.2
Requires PHP7.0

Tags on WordPress.org
payment gateway
payments
woocommerce
Alternatives
Other plugins in the same categories.
Payment Plugins for PayPal WooCommerce
80K+ installs
4.9(124)
Payment Gateway for PayPal on WooCommerce
10K+ installs
4.4(74)
Payment Plugins for Stripe WooCommerce
100K+ installs
4.8(298)
WooPayments: Integrated WooCommerce Payments
900K+ installs
3.3(162)
WooCommerce Stripe Payment Gateway
700K+ installs
3.1(235)
Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more
2K+ installs
4.9(101)
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