# Membership subscription

## Introduction to Subscription Membership

Turn your loyal customers into recurring revenue streams. **Subscription Membership** allows you to create paid VIP programs (similar to Amazon Prime) where customers pay a recurring fee to unlock exclusive benefits, or automatically gain VIP status when they subscribe to your products.

#### Why use Subscription Membership?

Merging **Loyalty** with **Subscriptions** is one of the most powerful strategies to increase Customer Lifetime Value (CLV).

* **Predictable Recurring Revenue:** Instead of waiting for the next purchase, you generate guaranteed monthly or yearly income from membership fees.
* **Higher Retention:** Customers who pay for a membership are 80% more likely to shop with you again to utilize their paid perks (sunk cost fallacy).
* **Exclusive Experience:** Segment your top-tier customers and treat them like true VIPs with special pricing, free shipping, or higher point multipliers.

***

#### Common Use Cases

Here are the most popular ways merchants use this feature:

**1. The "Paid VIP Club" (Amazon Prime Style)**

* **How it works:** You sell a virtual product called "VIP Pass" ($10/month).
* **The Value:** Customers buy it solely to get benefits like Free Shipping on all orders, 2x Points earning, or access to member-only products.

**2. The "Subscribe & Save" VIP**

* **How it works:** Customers subscribe to a physical product (e.g., Monthly Coffee Delivery).
* **The Value:** As a reward for their subscription commitment, they are automatically upgraded to your "Gold Tier" and stay there as long as their subscription is active.

**3. The "Buy the Way Up" — Hybrid Tier Program**

* **How it works:** Your lower tiers are earned through spending or points (the traditional route). Your top tiers are unlocked by purchasing a subscription — customers can pay to skip ahead instead of waiting.
* **The Value:** Two paths coexist in one program. Loyal shoppers earn their way up naturally; high-intent customers who want perks *now* can buy their way in immediately.

<figure><img src="/files/vgPjqa8C3tMeYr6eVXNl" alt="Example of a hybrid tier program: earned tiers at the bottom, paid subscription tiers at the top"><figcaption><p>Example: Glow Seeker and Radiance Circle are earned by spending. Luminous Elite and Apex Society (The Inner Circle) are unlocked by purchasing a membership subscription.</p></figcaption></figure>

{% hint style="info" %}
In this model, **Exclusive Tiers** power the paid top tiers — they are not reachable through normal spending. When a customer purchases the subscription, Joy automatically assigns them to the exclusive tier. If they cancel, they revert to their regular earned tier. See [Exclusive Tier](https://help.joy.so/membership/exclusive-tier) for setup details.
{% endhint %}

***

#### How to set it up

Joy Loyalty offers two ways to power your Subscription Membership, depending on your tech stack.

**Option 1: Deep Integration with Joy Subscription (Recommended)**

This is the seamless, "plug-and-play" solution. By using **Joy Subscription** alongside Joy Loyalty, you get a native integration that requires zero coding and no external automation tools.

* **Pros:** Easiest setup, automatic tier syncing, unified support, and **Free Advanced Plan upgrade** for Joy Subscription users.
* **Best for:** Merchants who want a hassle-free, all-in-one solution.

[**Guide: Setup Subscription Membership with Joy Subscription**](/membership/membership-subscription/membership-subscription-via-joy-subscription.md)

**Option 2: Flexible Integration via Shopify Flow (Legacy)**

If you are already using a third-party subscription app (like Recharge, Skio, Bold, or Loop), you can still create a membership program using Shopify Flow to connect the dots.

* **Pros:** Works with your existing subscription stack.
* **Cons:** Requires setting up workflows in Shopify Flow to handle tagging and tier assignment manually.
* **Best for:** Merchants who are deeply tied to another subscription provider.

[**Guide: Setup Subscription Membership via Shopify Flow**](/membership/membership-subscription/membership-subscription-via-other-apps.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.joy.so/membership/membership-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
