Description
π Crypto payments for WooCommerce & Easy Digital Downloads
MyGate Crypto Payment Gateway lets you accept cryptocurrency payments directly from your WordPress store.
Built specifically for WooCommerce and Easy Digital Downloads, MyGate gives your customers a modern cryptocurrency checkout while your store automatically receives and verifies payment status.
Accept Bitcoin, Ethereum, Tether USDT, USD Coin USDC, Monero, BNB, XRP, Solana, Litecoin and many other cryptocurrencies and blockchain networks.
πͺ Browse all supported cryptocurrencies and networks
Why MyGate?
- πΌ No KYC required β start accepting cryptocurrency payments without a mandatory MyGate identity verification process.
- π WooCommerce ready β Classic Checkout, Cart & Checkout Blocks, and HPOS support.
- ποΈ Easy Digital Downloads ready β complete EDD payment gateway integration.
- πͺ Many cryptocurrencies and networks β including BTC, ETH, USDT, USDC, XMR, BNB, XRP, SOL and more.
- β‘ Automatic payment confirmation β orders are updated after the cryptocurrency payment is verified.
- π Private API keys stay private β the
sk_live_key remains on your WordPress server. - π‘οΈ Webhook + server-side fallback β payments can still be verified when a webhook is delayed or blocked.
- π₯οΈ Redirect or embedded checkout β choose how customers experience the MyGate payment screen.
- π Translation ready β designed for multilingual WordPress stores.
- π¬π§ Translated into 43 languages β helping merchants reach customers around the world.
- π No wallet private keys stored by the plugin.
- π Legacy MyGate compatibility for stores upgrading from earlier integrations.
How it works
- Your customer chooses MyGate at WooCommerce or Easy Digital Downloads checkout.
- MyGate opens a cryptocurrency payment screen.
- The customer selects a cryptocurrency and sends the payment.
- MyGate verifies the blockchain transaction.
- Your WooCommerce order or EDD payment is automatically confirmed.
- The customer returns to the completed order or payment page.
Supported cryptocurrencies
MyGate supports multiple cryptocurrencies and blockchain networks, including:
- Bitcoin [BTC]
- Ethereum [ETH]
- Ethereum – Arbitrum [ARB]
- Ethereum – Base [BASE]
- Ethereum – Optimism [OP]
- Tron [TRX]
- Tether USD [USDT – TRON / TRC20]
- Tether USD [USDT – Ethereum / ERC20]
- Tether USD [USDT – BNB Smart Chain / BEP20]
- USD Coin [USDC]
- BNB [BNB / BSC]
- XRP [XRP]
- Solana [SOL]
- Dogecoin [DOGE]
- Litecoin [LTC]
- Monero [XMR]
- Bitcoin Cash [BCH]
- Shiba Inu [SHIB]
- Basic Attention Token [BAT]
- Chainlink [LINK]
- Algorand [ALGO]
- Polygon [POL]
- Polkadot [DOT]
- Avalanche [AVAX]
- Tezos [XTZ]
- Stellar [XLM]
MyGate can also support custom tokens on compatible blockchain networks.
See the current list of supported cryptocurrencies and networks
External service
This plugin depends on the MyGate service at https://app.mygate.me to create and display cryptocurrency payment requests and to report confirmed payments back to the store.
When a shopper chooses MyGate, the plugin sends the order/payment amount, currency, an encrypted order reference, the merchant’s public MyGate checkout key (pk_live_), the return URL, and a short order note to MyGate. The private MyGate API key (sk_live_) remains on the WordPress server and is used only for authenticated server-to-server fallback status checks. MyGate normally sends the confirmed transaction back to the webhook URL configured by the merchant.
If a webhook is delayed or blocked by a firewall, CDN, or security product, the plugin can also make a server-to-server request from WordPress to the MyGate API. It searches for the exact encrypted order reference and validates the completed transaction before updating the local WooCommerce/EDD payment. Fallback status lookups are sent server-to-server with the private sk_live_ key. Browser-visible checkout URLs contain only the derived public pk_live_ key.
MyGate Privacy Policy: https://mygate.me/privacy-policy/
MyGate Support Terms: https://mygate.me/support-terms/
Installation
- Install and activate the plugin.
- Open Settings > MyGate.
- Enter the private sk_live_ API key from MyGate > Account > API key. The plugin derives the public pk_live_ checkout key automatically.
- Enter the same Webhook secret key used in MyGate > Settings > Webhook.
- Copy the Webhook URL shown by the plugin into MyGate > Settings > Webhook > Webhook URL.
- In WooCommerce > Settings > Payments, enable MyGate. For Easy Digital Downloads, enable MyGate in Downloads > Settings > Payments.
- Choose Redirect to MyGate or Embedded modal under Settings > MyGate.
FAQ
-
Does this support WooCommerce Checkout Blocks?
-
Yes. The plugin registers MyGate as a payment method for WooCommerce Cart and Checkout Blocks as well as the classic shortcode checkout.
-
What happens if Cloudflare or another firewall blocks the webhook?
-
The webhook remains the primary and fastest confirmation path. The plugin also has a server-side fallback that queries the MyGate API for the exact encrypted payment reference. A completed transaction is still validated against the local order amount, currency, payment method, stored reference, and terminal status before the order is marked paid.
-
Does the plugin custody cryptocurrency?
-
No. MyGate is designed around merchant-controlled wallet addresses. Blockchain processing and wallet configuration are handled by the MyGate service.
-
Does MyGate require KYC?
-
No. MyGate does not require merchants to complete a mandatory KYC verification process to use the standard cryptocurrency payment gateway.
Merchants remain responsible for complying with any laws, tax rules, or regulatory requirements that apply to their business and jurisdiction.
-
Does embedded mode require a different webhook?
-
No. Embedded and redirect modes use the same MyGate payment flow and webhook endpoint. Embedded mode changes only the shopper-facing presentation.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“MyGate Crypto Payment Gateway” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “MyGate Crypto Payment Gateway” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.1
- Corrected the External service disclosure for the MyGate public/private API key architecture.
- Clarified that browser-visible checkout URLs use only the public pk_live_ key while the private sk_live_ key remains server-side.
- No payment-flow or compatibility changes.
2.0.0
- Finalized the 2.0 release after successful WooCommerce Blocks, classic WooCommerce, Easy Digital Downloads, embedded modal, and direct MyGate checkout testing.
- Uses private sk_live_ keys only for server-to-server API fallback checks and derived public pk_live_ keys for browser-visible checkout URLs.
- Includes webhook confirmation, authenticated fallback polling, idempotent payment completion, and legacy public-checkout compatibility.
2.0.0-beta.6
- Updated the plugin for MyGate public/private merchant keys.
- Private sk_live_ API keys are now kept server-side and used only for authenticated MyGate API fallback checks.
- Browser-visible WooCommerce, WooCommerce Blocks, EDD, redirect, and embedded checkout URLs now use only the derived public pk_live_ checkout key.
- Added validation and an upgrade warning for legacy/public keys saved in older plugin versions.
- Updated external-service disclosure and setup instructions for the new key model.
2.0.0-beta.5
- Hardened WooCommerce confirmation by binding each remote transaction to the exact encrypted reference stored on the order.
- Prevented late/replayed confirmations from reopening cancelled, failed, refunded, or trashed WooCommerce orders, including completed-transaction replay checks.
- Persisted EDD encrypted references, expected amount/currency, return URL, and gateway context in EDD payment metadata.
- Added EDD gateway validation, exact reference validation, terminal-status protection, and completed-transaction replay protection.
- Added official EDD transaction-ID storage when the installed EDD version provides the helper API.
- Improved EDD polling and embedded checkout to read the payment’s own amount, currency, gateway, status, and return URL instead of relying on global store state.
- Cleaned the WordPress.org package structure and readme metadata in preparation for final compatibility testing.
2.0.0-beta.4
- Added server-side MyGate API polling as a fallback when a webhook is blocked or delayed.
- Added lightweight background WordPress cron retries for pending WooCommerce and EDD payments.
- Embedded checkout now promotes the shopper to the success page only after the local order is actually confirmed paid.
- WooCommerce redirect returns perform one authenticated server-side status check before rendering the order-received page.
- Added completed-status validation before webhook/fallback completion.
- Added EDD amount and currency validation.
- Fixed the EDD redirect URL variable in payment-link generation.
- Added stable encrypted-reference storage for WooCommerce and short-lived EDD reference storage.
- Expanded diagnostics with the last fallback confirmation.
- Regenerated translation template with all current modal, settings, and diagnostic strings.
- Added Checkout Block editor script registration.
2.0.0-beta.3
- Reverted the beta.2 return-bridge URL that could trigger a MyGate 500 response.
- Embedded checkout detects MyGate returning the iframe to the store.
- Kept webhook diagnostics and legacy callback aliases from beta.2.
2.0.0-beta.2
- Rebuilt plugin architecture from scratch.
- Added WooCommerce Checkout Blocks integration.
- Added HPOS compatibility declaration.
- Reworked WooCommerce payment completion to use payment_complete().
- Added idempotent webhook handling.
- Added embedded checkout mode with status polling and direct-open fallback.
- Added legacy settings migration from the previous MyGate plugin.




