[WordPress] 外掛分享: Instant Crypto Payments for WooCommerce

WordPress 外掛 Instant Crypto Payments for WooCommerce 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Instant Crypto Payments for WooCommerce」是 2025-12-08 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2026-02-08,距離現在已有 18 天。
  • 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

kristijanzivcec |

外掛標籤

usdc | crypto | bitcoin | payments | woocommerce |

內容簡介

總結:ICPay是一款具有即時結算功能、無需中介或提款延遲的WordPress外掛,讓客戶付款後款項直接進入您的錢包。擁有0.5%的交易手續費,免費使用,幾分鐘即可開始賺取加密貨幣。支援多條鏈,包括Base、X402和Internet Computer,讓客戶可以使用他們喜歡的網絡和代幣付款。

---
問題與答案:

1. ICPay為什麼吸引人使用?
- 答:ICPay具有即時結算功能,沒有中介或提款延遲,客戶付款後款項直接進入您的錢包,簡單方便。此外,ICPay僅收取0.5%的交易手續費,並且是免費使用的,可以在幾分鐘內開始賺取加密貨幣。

2. ICPay的主要功能有哪些?
- 答:ICPay的主要功能包括:
- 無縫的WooCommerce閘道集成(結帳+訂單付款頁面)
- 支持50多種加密貨幣和代幣
- 可選擇啟用X402(Coinbase)支付支持
- 通過Webhooks實時支付確認
- 具有豐富文檔的開發者友好介面
- 安全、非保管財務 - 資金直接進入您的錢包
- 與HPOS(高性能訂單存儲)和購物車/結帳區塊兼容
- 購物車和結帳的快速結帳按鈕(可選)。

原文外掛簡介

Why ICPay?

Instant settlement to your wallet with no intermediaries or withdrawal delays. Customers pay, you receive – that simple.
0.5% transaction fees. Free to use. Start earning crypto in minutes.
Multi-chain support including Base, X402, and Internet Computer means your customers can pay using their preferred network and token.

Key Features:

Seamless WooCommerce gateway integration (Checkout + Order Pay pages)
Support for 50+ cryptocurrencies and tokens
Optional X402 (Coinbase) payment support enabled
Real-time payment confirmations via webhooks
Developer-friendly with extensive documentation
Secure, non-custodial – funds go directly to your wallet
Compatible with HPOS (High-Performance Order Storage) and Cart/Checkout Blocks
Express Checkout button (optional) for Cart and Checkout

This plugin:

Adds an ICPay payment gateway for WooCommerce checkout
Renders a pay button at checkout / order-pay
Updates order status automatically when payment completes or fails (webhooks and verification)
Reuses the Publishable Key from the ICPay plugin (if installed) or set keys locally
Provides Settings for:

Filter allowed tokens (optional) using searchable multi-select by token shortcode
Metadata editor (key/value) merged into widget metadata (orderId is added automatically)

Progress bar is always enabled for a smooth checkout experience

Source code and build
This plugin includes minified frontend bundles:
– assets/js/icpay-embed.min.js (ICPay widget)
– assets/js/wc/index.umd.js (optional WalletConnect adapter UMD for the widget)
Public source (maintained and human-readable):
– Widget: https://github.com/icpay/icpay-widget (MIT)
– SDK: https://github.com/icpay/icpay-sdk (MIT)
– WalletConnect (optional adapter runtime): https://github.com/WalletConnect/walletconnect-monorepo
Exact mapping of distributed files to source:
– assets/js/icpay-embed.min.js → Built from https://github.com/icpay/icpay-widget (package “@ic-pay/icpay-widget”).
– Primary sources live under /src in that repository.
– Build target is the IIFE embed bundle at /dist/index.embed.js, which is copied and renamed to icpay-embed.min.js for this plugin distribution.
– Example tagged release used: see icpay-widget releases matching this plugin version. Repository includes full TS sources and sourcemaps.
– assets/js/wc/index.umd.js → Built from https://github.com/icpay/icpay-widget at /src/index.umd.js (WalletConnect adapter UMD) and copied to /dist/wc/index.umd.js by the build script.
Build instructions (reproducible):
1) Clone https://github.com/icpay/icpay-widget
2) Install dependencies (pnpm, yarn, or npm):
– pnpm install
3) Build the library (produces ESM, IIFE embed, and UMD adapter):
– pnpm build:embed
– The script also copies the WalletConnect UMD adapter to dist/wc/index.umd.js
4) Copy artifacts into this plugin:
– dist/index.embed.js → instant-crypto-payments-for-woocommerce/assets/js/icpay-embed.min.js
– dist/index.embed.js.map (optional, recommended) → instant-crypto-payments-for-woocommerce/assets/js/icpay-embed.min.js.map
– dist/wc/index.umd.js → instant-crypto-payments-for-woocommerce/assets/js/wc/index.umd.js
Notes:
– The widget depends on “@ic-pay/icpay-sdk”, which is fully open source at https://github.com/icpay/icpay-sdk; the SDK sources are not vendored into this plugin but are bundled into the distributed widget file as part of the upstream open-source build.
– If you prefer, you may vendor the unminified files from icpay-widget/dist instead; WordPress.org accepts either shipping unminified sources with the plugin or providing public, maintained source links (as above).
External services
This plugin connects to the ICPay service operated by ICPay, Ltd. to process payments. Details below list what is used, when, what data is sent, and links to each provider’s terms and privacy policies.
1) ICPay API (icpay.org, api.icpay.org) — operated by ICPay, Ltd.
– What/why: Create and manage a payment and receive payment status updates.
– When: When rendering the pay button (client-side widget load) and when receiving payment webhooks or running order payment verification.
– Data sent: Order amount (in store currency; sent with optional fiat_currency when store is not USD), selected crypto asset, and order metadata (e.g., orderId). Webhook payloads contain payment status updates for the order.
– Terms: https://icpay.org/terms
– Privacy: https://icpay.org/privacy
Additional third-party services used by the widget (optional)
2) WalletConnect RPC (rpc.walletconnect.org) — provided by WalletConnect
– What/why: Facilitate mobile wallet connections via WalletConnect.
– When: Only if the WalletConnect adapter is enabled AND the shopper chooses WalletConnect.
– Data sent: Wallet session metadata and JSON-RPC requests needed to complete a payment.
– Terms: https://walletconnect.com/terms
– Privacy: https://walletconnect.com/privacy
3) Wallet vendor websites and app deeplinks — shown only if the WalletConnect adapter is enabled and the shopper chooses a wallet. Navigation happens only on explicit user action; the plugin does not send data to these vendors automatically.
– Phantom: https://phantom.app — Terms: https://phantom.app/terms — Privacy: https://phantom.app/privacy
– Solflare: https://solflare.com — Terms: https://solflare.com/terms-of-use — Privacy: https://solflare.com/privacy-policy
– Coinbase: https://go.cb-w.com (redirect), https://www.coinbase.com — Terms: https://www.coinbase.com/legal/user_agreement — Privacy: https://www.coinbase.com/legal/privacy
– Binance: https://app.binance.com, https://www.binance.com — Terms: https://www.binance.com/en/terms — Privacy: https://www.binance.com/en/privacy
4) On-ramp provider (optional and disabled in this plugin build)
– The bundled WalletConnect adapter contains an optional on-ramp link for “Meld” (domain: https://meldcrypto.com). In this plugin distribution, on-ramp is disabled by default; no requests are made to this provider.
– When: Only if a developer explicitly enables on-ramp in the widget configuration and the shopper chooses to open it.
– Data sent: None by default in this plugin. If enabled by a developer, the provider’s own site and terms will apply.
– Vendor site: https://meldcrypto.com (please refer to the vendor site for terms and privacy)
Remote assets and CDN fallbacks

This plugin bundles all primary JS/CSS/images locally and does not offload required assets to remote CDNs.
The optional WalletConnect adapter may reference external vendor logos or pages provided by those vendors. We ship local icons where possible; any navigation to vendor sites occurs only when the shopper explicitly chooses that wallet. No plugin settings or secrets are transmitted by simply rendering the checkout page.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Instant Crypto Payments for WooCommerce」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.2.5 | 1.3.2 | 1.3.3 | 1.3.5 | 1.3.8 | trunk |

延伸相關外掛(你可能也想知道)

  • Web3 Crypto Payments by DePay for WordPress 》以下是文章的總結:, , DePay Payments是一個透過WordPress插件進行P2P加密貨幣支付的平台,支持多種區塊鏈。, 使用者可以直接在自己的錢包中進行P2P支付,並...。
  • Web3 Cryptocurrency Donations by DePay for WordPress 》直接將Web3捐贈款項存入您自己的錢包。, 一款基於區塊鏈的WordPress外掛,可在多個區塊鏈上進行點對點加密貨幣捐贈。, , 功能, , 📌 查看實時演示。, , , 錢...。
  • Coinley – Cryptocurrency Payments 》<!DOCTYPE html>, <html>, <body>, , <h2>Coinley 外掛介紹</h2>, , <p><strong>總結:</strong>, Coinley...。
  • Ledger Direct 》總結:LedgerDirect 是一個 WordPress 外掛程式,可以讓您在 XRP 帳本上接受 XRP、EURC、USDC 和 RLUSD 的直接付款,並與 WooCommerce 無縫集成,使得商家可...。
  • urCheckout Lite for WooCommerce 》總結:urCheckout Lite for WooCommerce 是一個外掛,允許 WooCommerce 商家直接從客戶錢包接受 USDC 付款,並提供一系列功能讓交易更順暢和資金即時匯入您的...。
  • USDC Payments with Buyer Protection 》<h3>外掛總結:</h3>, <p>USDC付款與買家保護是一款 WooCommerce 付款閘道,可讓您的商店透過智能合約託管技術接受 USDC(USD Coin)加密...。
  • Crypto Payments By Switro for WC 》總結:Crypto Payments By Switro for WC讓WooCommerce商家能夠直接接受Solana/ETH錢包對錢包的支付,無需中間人或提款延遲。款項直接轉入您的錢包,讓您完全...。
  • Numin Pay (crypto payments and store credit #USDC #SOL) 》**總結:**, 在您的電子商務網站上接受加密貨幣付款的外掛。, , **問題與答案:**, <ul>, <li><strong>這個外掛需要連接哪些外部服務...。
  • Breezepay 》```html, <!DOCTYPE html>, <html>, <head>, <title>Breezepay外掛程式介紹</title>, </head>, <body>, , <h2...。
  • IN4X Crypto Payment 》IN4X Gateway 提供順暢、安全並即時的加密貨幣支付,並可按直接匯率自動向 EUR/USD 或其他法定貨幣進行貨幣交換。支付處理費用合理,根據業務風險級別進行計...。
  • EukaPay Cryptocurrency Payment Gateway for WooCommerce 》EukaPay 帮助企业接受加密货币支付,并以美元或稳定币收款。, 使用这种新的支付方式,可以开放 3 亿多的加密货币消费者和价值 2 万亿美元以上的加密经济中的...。
  • BizFirst: Accept Crypto USDC payments on your WooCommerce Store (Solana) 》, 使用 BizFirst(目前已在 Solana 区块链上运行)最简单的方式接受加密货币(USDC)支付, BizFirst 是 WooCommerce 中最优化、稳定和可配置的加密货币结账和...。

文章
Filter
Apply Filters
Mastodon