[WordPress] 外掛分享: Super Duper Crypto Gateway

首頁外掛目錄 › Super Duper Crypto Gateway
WordPress 外掛 Super Duper Crypto Gateway 的封面圖片
全新外掛
安裝啟用
尚無評分
剛更新
最後更新
問題解決
WordPress 6.4+ PHP 8.0+ v1.2.1 上架:2026-08-29

內容簡介

Super Duper Crypto Gateway 讓您的 WooCommerce 商店能夠直接接受加密貨幣支付,無需中介支付處理器。客戶可直接從自己的錢包支付到您的地址,並在區塊鏈上確認款項到達後,訂單才會繼續處理。

【主要功能】
• 支援無需中介的加密貨幣支付
• 可與其他外掛搭配使用
• 四種支付方式,兩種支付方式選擇
• 自動從區塊鏈確認交易
• 無需開設帳戶或存款

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.2.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Super Duper Crypto Gateway」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Super Duper Crypto Gateway lets your WooCommerce shop accept cryptocurrency without a payment processor in the middle. The customer pays from their own wallet directly to your address, and the plugin confirms on the blockchain that the money really arrived before the order moves on.
It also works without WooCommerce: other plugins – a form, a booking or a membership plugin – can request a payment through it and be told, once the blockchain confirms, that it went through.
🇨🇭🇩🇪🇦🇹 Hinweis für DACH-Nutzer: Plugin und Support sind auf Deutsch (Schweiz/Deutschland/Österreich) verfügbar. Die deutschen Übersetzungen werden über translate.wordpress.org ausgeliefert.
Non-custodial by design. There is no account to open, no deposit to hold, and no third party that could freeze your funds. Payments go wallet to wallet; this site only watches the blockchain to see that they did.
Four payment methods, two ways to pay
Each method is switched on separately and has its own settings, so a shop can offer one, some or all of them.
Cryptocurrency covers the EVM chains and uses the customer’s browser wallet: they pick a currency and network on the payment page and confirm the transaction in MetaMask or whatever wallet they have installed.
Bitcoin, Tron and Solana need no browser extension at all. The payment page shows a QR code and an exact amount; the customer pays from any wallet app, and the shop finds the payment on the blockchain by itself. Nothing has to be typed and nothing has to be pasted.
How a payment works

The customer picks a crypto payment method at checkout. WooCommerce creates the order as pending.
On the payment page they choose a currency. The plugin quotes the exact amount at the current rate and freezes it.
They pay – from their browser wallet, or by scanning the code with a wallet app.
The server reads the transaction back from the blockchain and checks that it really pays this order.
Only then does the order move on.

Verification is not optional
A browser can only ever claim that a payment happened. This plugin treats that claim as unproven until the chain says otherwise, and it checks more than just “did money arrive”:

Recipient – the funds must have gone to your address, read from the transaction itself.
Amount – each payment is quoted an amount that no other open payment is asking for, down to the smallest unit, and the transfer has to match it exactly. That unique amount is what makes a payment attributable to one order and only one order.
Timing – the transaction must be newer than the quote, which makes older transfers to your address useless to somebody who read one off a public block explorer.
Uniqueness – one transaction pays one order, enforced with a lock so two simultaneous requests cannot both claim it.
Sender – on the EVM chains the paying wallet is recorded before the payment is signed and cannot be changed afterwards, so a transaction sent by somebody else does not count.
Settlement – the order waits until the payment is safe from being undone: enough confirmations on Bitcoin, Tron and the EVM chains, and finality on Solana, which settles by consensus rather than by depth.

Supported networks and currencies

Bitcoin – as its own payment method, with QR code and automatic matching
Tron – as its own payment method: TRX, USDT and USDC, with QR code and automatic matching
Solana – as its own payment method: SOL, USDC and USDT, with a Solana Pay code and automatic matching
Ethereum – ETH, USDC, USDT
Polygon – POL, USDC (native), USDC.e (bridged), USDT
Base – ETH, USDC, USDT
BNB Smart Chain – BNB, USDC, USDT
Arbitrum One – ETH, USDC, USDT
OP Mainnet – ETH, USDC, USDT
Avalanche – AVAX, USDC, USDT
Linea – ETH, USDC, USDT
Sei – SEI, USDC, USDT
Sepolia test network – ETH, USDC (test mode only)

Polygon carries two different USDC tokens and wallets label both of them simply “USDC”. Both are offered, so a customer holding the older bridged USDC.e can pay without running into an unexplainable failure.
Test mode and live mode are mutually exclusive: with test mode on, only test networks are offered, so a live shop can never be paid in worthless faucet coins by accident.
What you need

WooCommerce, if you want a checkout gateway. Without it the plugin still works as a payment provider for other plugins.
A wallet address you control, for each method you switch on – an EVM address for the cryptocurrency method, and a Bitcoin, Tron or Solana address for those.
HTTPS on your site – browser wallets refuse to work on insecure origins.
A shop currency that can be converted to crypto rates (EUR, CHF, USD, GBP and around twenty more).

No API keys and no accounts are required. The public blockchain endpoints work out of the box, and you can point the plugin at your own node or provider if you prefer.
External services
This plugin relies on external services to price orders and to verify payments. Nothing is sent to them that could identify your customers.
1. CoinGecko price API (api.coingecko.com)
Used to convert your shop currency into a crypto amount whenever an order is priced. The request contains only the cryptocurrency identifiers and your shop’s currency code. No order data, customer data or site identifier is transmitted. Results are cached for five minutes.
Terms: https://www.coingecko.com/en/terms – Privacy: https://www.coingecko.com/en/privacy
2. Public blockchain RPC endpoints (publicnode.com by default)
Used to read transactions, receipts and block data when verifying a payment, and by the customer’s wallet when adding a network. The request contains a transaction hash or block number – all of it already public information on the blockchain. No order or customer data is transmitted. You can replace the endpoint for each network in the gateway settings with your own node or provider.
Terms: https://www.publicnode.com/terms – Privacy: https://www.publicnode.com/privacy
3. Bitcoin block explorers (mempool.space, blockstream.info)
Used only when the Bitcoin payment method is enabled, to look up transactions to your own Bitcoin address and the current block height. The request contains your receiving address or a transaction id – both already public information on the blockchain. No order or customer data is transmitted. You can point the plugin at your own mempool or Esplora instance instead.
Terms: https://mempool.space/terms-of-service – Privacy: https://mempool.space/privacy-policy
4. TronGrid API (api.trongrid.io)
Used only when the Tron payment method is enabled, to look up incoming transfers to your own Tron address and the current block height. The request contains your receiving address, a token contract address or a transaction id – all of it already public information on the blockchain. No order or customer data is transmitted. An optional free API key can be entered in the settings; without one the service limits how often this site may ask. You can point the plugin at your own Tron node instead.
Terms: https://www.trongrid.io/terms – Privacy: https://www.trongrid.io/privacy
5. Solana RPC node (api.mainnet-beta.solana.com by default)
Used only when the Solana payment method is enabled, to look up transfers to your own Solana address and read the transactions behind them. The request contains your receiving address, a token mint address or a transaction signature – all of it already public information on the chain. No order or customer data is transmitted. You can point the plugin at your own node or a provider in the settings.
Terms: https://solana.com/tos – Privacy: https://solana.com/privacy-policy
6. Etherscan API (api.etherscan.io) – optional
Only contacted if you enter an Etherscan API key in the settings, in which case it is used as a fallback source for the same public transaction data. Without a key, no request is ever made.
Terms: https://etherscan.io/terms – Privacy: https://etherscan.io/privacyPolicy
The plugin does not load any script from a third party. The wallet connection uses the wallet extension the customer already has installed.

延伸相關外掛

文章
Filter
Mastodon