| 开发者 |
profinto
freemius |
|---|---|
| 更新时间 | 2026年3月31日 03:47 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
stripe-subscription-plugin folder to /wp-content/plugins/, or install directly through the WordPress plugin screen.Yes. WooCommerce handles order management, customer accounts, and emails. This plugin adds Stripe-native subscription billing on top of WooCommerce.
Cards (Visa, Mastercard, Amex), Apple Pay, Google Pay, iDEAL, Bancontact, and SEPA Direct Debit. All available on every plan, including free. Payment methods are handled by Stripe Checkout, so new methods Stripe adds show up automatically.
Yes. You pay Stripe's standard processing fees and nothing on top. No revenue sharing, no per-transaction surcharge. This applies to every plan, including free.
You send usage events from your application to a REST endpoint provided by the plugin. Stripe aggregates usage per billing period and invoices automatically. Works well for API calls, AI token usage, storage, bandwidth, or anything where customers pay based on consumption.
All paid plans include a 14-day trial with the full feature set. A credit card is required to start. If you do not cancel before the trial ends, billing begins automatically.
Yes. There is a link to Stripe's Billing Portal on the WooCommerce My Account page. Customers can update payment methods, switch plans, download invoices, and cancel from there.
Issue full or partial refunds from the Stripe Dashboard or API. The plugin picks up the refund webhook and updates the WooCommerce order status automatically.
Yes. It works with network-activated WooCommerce on multisite. Each site keeps its own Stripe connection and subscription settings.
No card numbers or bank details are stored on your server. Payments go through Stripe Checkout, which is a hosted page on Stripe's end. The plugin only stores Stripe customer IDs and subscription references as order metadata.
Enable it in the plugin settings. Stripe then calculates and collects the right sales tax, VAT, or GST based on your customer's location. Tax reports are in your Stripe Dashboard.
When a customer clicks cancel, they see a save offer first (discount, downgrade, or pause). If they still want to cancel after that, the cancellation goes through normally via Stripe.
Yes. Affiliates get referral links and coupon codes. The system tracks referrals, calculates commissions on initial and renewal payments, and has a payout management screen in your WordPress admin.
strp_sub_webhook_log table cleanup in uninstall.php.retrieve_coupon() method on the Stripe API class..html() in analytics dashboard JS. Replaced with safe DOM methods.wp_kses_post().alert() calls with styled inline notice elements across admin and frontend JS.wp_localize_script()..pot file with 579 translatable strings.index.php directory listing prevention to all 14 plugin subdirectories.