Title: CashFlow Subscriptions
Author: durantdigital
Published: <strong>2025 年 8 月 25 日</strong>
Last modified: 2026 年 4 月 13 日

---

搜索插件

![](https://ps.w.org/cashflow-subscriptions/assets/icon-256x256.png?rev=3349403)

# CashFlow Subscriptions

 作者：[durantdigital](https://profiles.wordpress.org/durantdigital/)

[下载](https://downloads.wordpress.org/plugin/cashflow-subscriptions.1.2.zip)

 * [详情](https://cn.wordpress.org/plugins/cashflow-subscriptions/#description)
 * [评价](https://cn.wordpress.org/plugins/cashflow-subscriptions/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/cashflow-subscriptions/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/cashflow-subscriptions/#developers)

 [支持](https://wordpress.org/support/plugin/cashflow-subscriptions/)

## 描述

CashFlow Subscriptions provides a lightweight way to accept recurring payments with
Stripe and restrict content to active subscribers — without requiring WooCommerce
or complex membership systems.

The plugin focuses on simplicity and reliability. It creates clean subscribe and
profile pages, handles Stripe Checkout Sessions, stores subscription status automatically,
and lets creators restrict any post or page with a single checkbox.

This plugin is **not affiliated with WordPress or Automattic**.

**Key Features:**

 * 💳 Stripe-powered subscription checkout (Stripe Checkout Sessions)
 * 📄 Auto-creates `/subscribe` and `/myflow` pages with shortcodes
 * 🔒 Restrict any page/post to subscribers only (checkbox toggle)
 * 🖼️ Beautiful gradient subscribe button with modern styles
 * 🧠 Smart redirects (defaults to /myflow)
 * 📊 Admin dashboard with Subscriptions & Transactions tabs (live from Stripe)
 * 🚀 CTA panel for upcoming Pro Plan with form opt-in
 * ✅ Fully WooCommerce-compatible (but doesn’t require it)
 * 🔌 Works with any theme

**Shortcodes:**
 – `[cashflow_subscribe_form]` – Stripe-powered subscribe button–`[
cashflow_subscription_profile]` – MyFlow dashboard (view/cancel subscription)

**Admin Settings Include:**
 – Stripe Secret Key & Webhook Secret – Custom plan 
name and monthly price – Custom redirect inputs (defaults to `/myflow`) – Button
to auto-create required pages (`/subscribe` and `/myflow`) – Tabs: Subscriptions,
Transactions, Pro Plan (CTA), and Settings

### External Services

This plugin connects to the following third‑party services:

1) Stripe – Used to create Checkout Sessions and manage subscriptions.
 * Data sent:
customer email, plan name/price, and metadata (user_id) when a user starts checkout.*
Terms: https://stripe.com/legal * Privacy: https://stripe.com/privacy

The plugin also links to our own Durant Digital policies:
 – Durant Digital Terms
of Service: https://durantdigital.com/terms – Durant Digital Privacy Policy: https://
durantdigital.com/privacy-policy/

## 屏幕截图

[⌊Subscription settings panel in the WP admin⌉⌊Subscription settings panel in the
WP admin⌉[

Subscription settings panel in the WP admin

[⌊Stripe Checkout modal for subscribing⌉⌊Stripe Checkout modal for subscribing⌉[

Stripe Checkout modal for subscribing

## 安装

 1.  Upload the plugin to `/wp-content/plugins/` or install via Plugins > Add New
 2.  Activate the plugin
 3.  Navigate to **CashFlow Subscriptions** in the WordPress admin menu
 4.  Copy the Webhook URL shown in the settings (example: https://yoursite.com/?cfwp_stripe_webhook
     =1)
 5.  In Stripe, go to Developers  Webhooks  Add Endpoint, paste the URL, and enable:
 6.   * customer.subscription.created
      * customer.subscription.updated
      * customer.subscription.deleted
      * invoice.paid
      * invoice.payment_failed
 7.  Enter your Stripe API keys (secret + webhook). Paste the Webhook Secret from step
     6 created by Stripe.
 8.  Set your plan name and monthly price
 9.  Click **Create Pages** to generate `/subscribe` and `/myflow`
 10. Add shortcodes or link to those pages in your nav menu

## 常见问题

### Does this require WooCommerce?

Nope. This plugin works without WooCommerce — but plays nicely with it if installed.

### Can I restrict content to only paying users?

Yes. Just check the “Require active subscription” box on any post or page.

### Can I style the forms and buttons?

Definitely. We use clean HTML + CSS classes. Override our styles or build your own
in your theme.

### Where do I manage subscriptions and transactions?

Visit the Subscriptions and Transactions tabs in the admin menu — we pull live data
from Stripe.

### Is there a Pro version?

Pro is coming soon! Join the early interest form from the **Pro Plan** tab in the
admin menu.

## 评价

此插件暂无评价。

## 贡献者及开发者

「CashFlow Subscriptions」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ durantdigital ](https://profiles.wordpress.org/durantdigital/)

[帮助将「CashFlow Subscriptions」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/cashflow-subscriptions)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/cashflow-subscriptions/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/cashflow-subscriptions/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/cashflow-subscriptions/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/cashflow-subscriptions/)。

## 更新日志

#### 1.2

 * Added Add-Ons system with centralized Add-Ons page
 * Improved admin navigation with consistent tabbed menu
 * Added detection and linking for installed vs uninstalled add-ons
 * Improved compatibility with Smart CTA, Content Blur, Downloads Locker, and Email
   Triggers
 * General UI and UX improvements in admin dashboard
 * Code cleanup and stability improvements

#### 1.1

 * Added redirect URL options for logged-out and non-subscribed users
 * Added support for Stripe Billing Portal from subscriber dashboard
 * Added improved webhook handling and metadata mapping
 * Updated admin UI layout and settings page usability
 * Improved content restriction logic to prevent redirect loops
 * Removed unused settings and deprecated code paths
 * Updated documentation and installation instructions
 * Security improvements: sanitization, escaping, nonce checks
 * Updated webhook instructions and data handling for Stripe API latest version
 * Tested up to WordPress 6.9

#### 1.0

 * Initial release
 * Stripe Checkout integration with monthly billing
 * Admin settings for plan name, pricing, redirect
 * Page creation system for /subscribe and /myflow
 * Shortcodes: subscribe form & profile/dashboard
 * Content restriction via checkbox
 * Admin tabs: Subscriptions, Transactions, Pro Plan, Settings
 * Gradient-styled subscribe button
 * WooCommerce support included, but not required

## 额外信息

 *  版本 **1.2**
 *  最后更新：**2 月前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 5.5 或更高版本 **
 *  已测试的最高版本为 **6.9.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/cashflow-subscriptions/)
 * 标签
 * [membership](https://cn.wordpress.org/plugins/tags/membership/)[monthly payments](https://cn.wordpress.org/plugins/tags/monthly-payments/)
   [Recurring payments](https://cn.wordpress.org/plugins/tags/recurring-payments/)
   [stripe](https://cn.wordpress.org/plugins/tags/stripe/)[subscriptions](https://cn.wordpress.org/plugins/tags/subscriptions/)
 *  [高级视图](https://cn.wordpress.org/plugins/cashflow-subscriptions/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/cashflow-subscriptions/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/cashflow-subscriptions/reviews/)

## 贡献者

 *   [ durantdigital ](https://profiles.wordpress.org/durantdigital/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/cashflow-subscriptions/)