| 开发者 |
hustlepaydev
davidbanner owlvano |
|---|---|
| 更新时间 | 2026年9月11日 02:02 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
No. HustlePay provides checkout orchestration software. Payment processing, settlement, refunds, disputes, chargebacks, and financial compliance remain with the merchant's selected PSPs.
The available methods depend on the PSPs and payment methods configured for the merchant in HustlePay. Common examples include cards, wallets, PayPal, Stripe-backed methods, Mollie-backed methods, NMI-backed methods, and Finix-backed methods where supported by the merchant account.
No. The plugin does not store full card numbers or CVVs in WordPress.
Yes. The plugin includes test and live modes. Use the HustlePay test credentials and matching PSP test configuration before enabling live checkout.
The checkout session status is returned by HustlePay and the configured PSPs. WooCommerce order status is updated through the HustlePay callback/webhook flow.
The plugin supports WooCommerce 8.0.0 and higher and declares HPOS compatibility.
Gateway settings (API keys, test/live mode, etc.) are removed. Order-level HustlePay references (payment IDs, refund IDs, and similar reconciliation data stored as order meta) are kept by default, so reinstalling the plugin does not strand historical orders without the references needed for refunds or reconciliation. To fully remove that data as well (e.g. when decommissioning a site), add define( 'HUSTLEPAY_REMOVE_ALL_DATA', true ); to wp-config.php before uninstalling — the same convention WooCommerce core itself uses for its own WC_REMOVE_ALL_DATA.
ok field (e.g. the string "false") can no longer be misread as a successful refund.HUSTLEPAY_REMOVE_ALL_DATA constant/filter.