Linux 软件免费装
Banner图

RizzPay for WooCommerce

开发者 broklyn770
更新时间 2026年6月2日 18:58
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce checkout payment gateway crypto payments usdc

下载

0.1.3

详情介绍:

RizzPay for WooCommerce adds a hosted checkout payment gateway to WooCommerce so approved merchants can accept crypto payments through the RizzPay checkout flow. The plugin is built for stores that want a focused payment option without adding checkout complexity. Customers choose RizzPay at checkout, WooCommerce creates the order, and the customer is redirected to the hosted RizzPay checkout page. Payment outcomes are sent back to WooCommerce through signed webhook events. What merchants get Payment flow
  1. Customer selects Pay with RizzPay at checkout.
  2. WooCommerce creates the order and redirects to the hosted RizzPay checkout.
  3. RizzPay can return the customer to the merchant order-received page.
  4. RizzPay sends signed webhook events back to WooCommerce.
  5. WooCommerce updates order state using verified event payloads.
Security and order handling RizzPay webhook requests are validated with the X-COR-Signature header before order state changes are applied. Duplicate event IDs/sequences are ignored, and raw webhook bodies are not stored in order metadata. Card and bank provider access Card and bank provider options are permissioned per merchant account. Merchants can request provider access from the RizzPay dashboard; until approved, checkout continues through the direct crypto payment flow.

安装:

  1. Install the plugin from WordPress.org, or upload the release ZIP from Plugins > Add New > Upload Plugin.
  2. Activate RizzPay for WooCommerce.
  3. Make sure WooCommerce is installed and active.
  4. Go to WooCommerce > Settings > Payments.
  5. Locate Accept payments with RizzPay and click Manage.
  6. Enable the gateway and save your RizzPay credentials.
  7. Save changes and run the connection test.
You will need:

屏幕截图:

  • RizzPay gateway settings with merchant credentials and connection test.
  • WooCommerce checkout with the RizzPay payment method expanded.
  • Hosted RizzPay payment path selection for wallet, card/bank, and crypto options.

升级注意事项:

0.1.3 Clears remaining Plugin Check warnings from the WordPress.org review-fix build. 0.1.2 Addresses WordPress.org review feedback for translation loading and webhook input sanitization. 0.1.1 Improves return-to-merchant UX and underpaid confirmation clarity. 0.1.0 Initial public release candidate.

常见问题:

Do I need a RizzPay merchant account?

Yes. The plugin connects WooCommerce to your RizzPay merchant credentials.

What callback URL should I use for webhooks?

Use: https://YOUR_STORE_DOMAIN/?wc-api=rizzpay_wc_webhook

What signature header is required?

X-COR-Signature

How does return-to-merchant work?

The plugin automatically sends WooCommerce's order-received URL as returnUrl when it is safe:

  • HTTPS store URL: enabled automatically
  • Local loopback HTTP (localhost, 127.0.0.1, ::1): enabled for local dev
  • Non-HTTPS public URL: blocked for safety
This return action is UX-only. Fulfillment and order-credit decisions must follow signed webhook updates.

How do I enable card/bank provider options?

Card/bank provider options (Onramper flow) are permissioned per merchant account.

  1. In the dashboard open Settings > Onramper flow.
  2. Submit your Telegram username for admin verification.
  3. Wait for approval, then keep using the same Woo plugin credentials.
Until approved, checkout continues on direct crypto flow.

What if webhook signatures fail?

Check that the webhook secret configured in RizzPay exactly matches the Webhook Secret saved in WooCommerce settings.

How are duplicate events handled?

Duplicate event IDs/sequences are safely ignored and do not re-apply state transitions.

Which order statuses are expected?

Typical outcomes:

  • Settled exact payment -> processing
  • Underpaid settled payment -> on-hold
  • Invalid signature -> rejected (401)

更新日志:

0.1.3 0.1.2 0.1.1 0.1.0