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

首頁外掛目錄 › Instant Crypto Payments for WooCommerce
WordPress 外掛 Instant Crypto Payments for WooCommerce 的封面圖片
全新外掛
安裝啟用
尚無評分
66 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.3.8 上架:2025-12-08

內容簡介

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

---
問題與答案:

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

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

外掛標籤

開發者團隊

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

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

原文外掛簡介

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.

延伸相關外掛

文章
Filter
Mastodon