Linux 软件免费装
Banner图

StableDeliver Crypto Payments for WooCommerce

开发者 Stabledeliver1
更新时间 2026年7月19日 00:16
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce payment gateway crypto cryptocurrency usdt

下载

1.0.1 1.1.0 1.2.0

详情介绍:

Let your WooCommerce customers pay in stablecoins and Bitcoin — and get paid straight to your own wallet. Buyers pay on a secure StableDeliver checkout and return to your WooCommerce order-received page. You need a free StableDeliver account (https://stabledeliver.com) to get an API key. Under the hood: the gateway works on both the classic and WooCommerce Blocks checkout, is compatible with High-Performance Order Storage (HPOS), and is confirmed to your site by a webhook signed with HMAC-SHA256 (with anti-replay and de-duplication) — a forged, stale or duplicated webhook can never complete an order. Before an order completes, the plugin also checks the paid total against the WooCommerce order total and holds any mismatch for review rather than completing it.

安装:

  1. Install the plugin (upload the ZIP from Plugins → Add New → Upload, or drop it in /wp-content/plugins/) and activate it.
  2. In your StableDeliver dashboard, add the wallet(s) you want to receive in and choose your default receiving asset + network (Dashboard → Wallets). That is the network buyers will pay you in.
  3. In the StableDeliver dashboard → Settings → Developers, create an API key (start with a test key).
  4. In WordPress: WooCommerce → Settings → Payments, enable Pay with Crypto (USDT / USDC / BTC), click Manage, paste your API key, and Save. The plugin registers its own webhook and fills in the signing secret automatically — you'll see “Webhook connected”. There is no webhook to create by hand and no secret to copy.
  5. Place a test order to confirm everything works. With a test key you can complete the order from your StableDeliver dashboard / the API simulate_payment call — WooCommerce will complete the order.
If you prefer to wire the webhook by hand, an Advanced section in the gateway settings still lets you set the endpoint URL and signing secret manually. Your store currency must be one StableDeliver supports (currently USD). On an unsupported currency the gateway stays hidden at checkout and shows an admin notice explaining why. Tagging a WooCommerce product with a StableDeliver product ID is optional (fulfilment linkage for your own records) and never affects the amount charged.

屏幕截图:

  • Gateway settings: API key and webhook signing secret.
  • The crypto payment details (chain, asset, amount, transaction) on the order screen.

升级注意事项:

1.2.0 Webhook setup is now automatic: paste your API key and save, and the plugin registers its webhook and signing secret for you. Existing manual setups keep working. 1.1.0 The gateway now charges your exact WooCommerce order total (quantity, coupons, tax, shipping) instead of a fixed product price, and supports multi-item carts. After updating, confirm your receiving asset/network in your StableDeliver dashboard. 1.0.1 Text-domain fix for translation loading; no functional changes. 1.0.0 First release.

常见问题:

How much is the buyer charged?

Your exact WooCommerce order total — quantity, coupons, tax and shipping are all included. The amount is converted to the crypto asset at the live rate when the order is created and frozen for that order.

Is this custodial? Do you hold my money?

No. Payments go straight from the buyer to your own wallet address. StableDeliver only verifies the on-chain payment and notifies your site.

Which coins and chains can I accept?

USDT and USDC on Ethereum, Polygon, BNB Smart Chain, Arbitrum and Tron; BTC on Bitcoin. You choose which network and asset you receive in from your StableDeliver dashboard.

Which store currencies are supported?

StableDeliver currently prices orders in USD. If your store uses another currency the gateway hides itself at checkout and tells you why in the admin, so a buyer is never charged the wrong amount.

Does it work with the Blocks checkout?

Yes. The gateway registers on both the classic checkout and the WooCommerce Blocks checkout.

Is it compatible with High-Performance Order Storage (HPOS)?

Yes. The plugin declares HPOS compatibility and reads/writes orders through the WooCommerce order API.

What happens if StableDeliver is unreachable at checkout?

The buyer gets a clear error and no payment is taken. The order is never silently completed.

How is the webhook secured?

Every webhook is signed with HMAC-SHA256 over the raw body and a timestamp. The plugin rejects any request with an invalid signature or an out-of-window timestamp, and de-duplicates repeated events so a retried webhook can never complete an order twice. It also confirms the paid total matches the order total before completing.

更新日志:

1.2.0 1.1.0 1.0.1 1.0.0