Linux 软件免费装

AinePay for WooCommerce

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

标签

woocommerce payment gateway usdt usdc stablecoin

下载

0.1.0

详情介绍:

AinePay for WooCommerce lets your store accept non-custodial stablecoin payments (USDT / USDC) through AinePay. When a customer chooses AinePay at checkout, the plugin creates an order with AinePay and shows the customer a payment address. Crucially, the plugin verifies locally — without trusting the server — that the address is deterministically derived (via CREATE2) from your own collection address. If verification fails, the address is never shown and the order is marked failed. This protects you from a tampered backend ever diverting funds. Order status is guaranteed by active AinePay order polling. Signed webhooks speed up updates but are not the only source of truth. Features How payments are reused AinePay does not issue automatic refunds or custody the underlying funds. If a payment is late or the window expires, AinePay may record the amount as a reusable ledger credit. A logged-in customer who places another order applies that credit automatically. Guest orders are not linked across orders, so a guest credit cannot be reused automatically.

安装:

  1. Upload the plugin to /wp-content/plugins/ainepay-for-woocommerce or install it through the Plugins screen.
  2. Activate the plugin.
  3. Go to WooCommerce > Settings > Payments > AinePay.
  4. Enter your API Key, API Secret, Notify Secret, Merchant ID and Collection Address (from your AinePay dashboard).
  5. Save to load the supported coins, then enable the coins you want to offer.
  6. In your AinePay dashboard, set the notification URL to your site base (AinePay appends /ainepay/notify).

屏幕截图:

  • Configure the AinePay payment gateway in WooCommerce, including API credentials, collection address, contract parameters, supported coins, and diagnostics.
  • The customer payment screen showing the amount, network, QR code, payment address, countdown, and order cancellation option.

升级注意事项:

0.1.0 Initial release.

常见问题:

Which currencies are supported?

The store currency must be USD (or an equivalent treated 1:1 with the stablecoin amount) in this release.

Does AinePay hold my funds?

No. Payments go to an address deterministically derived from your own collection address; the smart contract enforces settlement to you.

What happens if a customer pays late?

AinePay does not custody the underlying funds. It may record the late amount as a reusable ledger credit. A logged-in customer can place the order again to apply that credit; guest orders are not linked across orders and cannot reuse it automatically, so the customer should contact the store. AinePay does not issue automatic refunds.

How do I refund an order?

Refunds are full-only and follow a two-step, WooCommerce-first procedure. First, open the order in WooCommerce and click Refund for the full amount; this creates the real refund object, updates your sales and stock reports, and marks the order refunded. Then issue the matching refund in the AinePay dashboard. Always do WooCommerce first: if you refund only in the AinePay dashboard, the plugin will reconcile the order status to refunded when it sees the authoritative REFUND, but that does not create a WooCommerce refund object, so your sales/net reports will not reflect it and stock is not returned. To self-heal such an order, click Refund for the full amount on the WooCommerce order page.

更新日志:

0.1.0