> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a coupon

> Create coupon codes in Memberful to offer discounts that attract new members and reward existing ones. Set the amount, duration, and which plans qualify.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

In this help article, we'll explore how to create a coupon code, including various settings that determine how and when the coupon can be used.

<Callout icon="lightbulb" color="#0072EC">
  While offering discounts on recurring products might feel counterproductive, discounting subscriptions actually creates a feeling of [scarcity that boosts sales](https://www.membershipoperator.com/) and helps build a long term profitable foundation.
</Callout>

## Create a coupon

Go to *Revenue → Coupons* from your Memberful dashboard. Click **Create coupon.**

<Frame>
  <img src="https://mintcdn.com/memberful/3ZVhJCORtDR67bPH/images/discounts-and-gifting/create-a-coupon/coupon-add-new.png?fit=max&auto=format&n=3ZVhJCORtDR67bPH&q=85&s=86465ebd154813ea9db76909ca555291" alt="Add a new coupon" width="1440" height="369" data-path="images/discounts-and-gifting/create-a-coupon/coupon-add-new.png" />
</Frame>

## Generate a code

Generate a code using numbers and letters.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-generate-code.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=f8ac4ba847b7f08ca0136e484dd17c8f" alt="Generate a code" width="1440" height="239" data-path="images/discounts-and-gifting/create-a-coupon/coupon-generate-code.png" />
</Frame>

## Enter a discount

Enter a discount percentage or dollar amount.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-discount.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=ba956136148fffb7f0c9e50f38d39a97" alt="Enter a discount" width="1440" height="375" data-path="images/discounts-and-gifting/create-a-coupon/coupon-discount.png" />
</Frame>

## Select a coupon type

There are 3 types of coupon:

* **One-time:** Applied once, then removed (the member will pay full price for future renewals).
* **Recurring:** Applied to a subscription indefinitely (unless removed by staff).
* **Limited:** Applied to a subscription a limited number of times, then removed. (If applied at checkout, includes initial purchase and renewals.)

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-type.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=dae89dbff2319cec9665d4cf093de1ab" alt="Coupon type" width="1440" height="391" data-path="images/discounts-and-gifting/create-a-coupon/coupon-type.png" />
</Frame>

## Choose redemption settings

### Select which plans and downloads the coupon can be applied to

Choose whether the coupon can be applied to all plans and downloads or only select ones.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-applies-to-which-plans.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=4721a108c135a16bc881768b89124b9a" alt="Coupon can be applied to select plans" width="1440" height="340" data-path="images/discounts-and-gifting/create-a-coupon/coupon-applies-to-which-plans.png" />
</Frame>

### Set a start date and end date for the coupon (optional)

You can choose to activate your coupon code on a certain date in the future. To do so, pick a start date. You can also choose to have your coupon code end or "expire" on a certain date. To do so, pick an end date.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-dates.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=59799e5c0ba608d435c3f23f5809870e" alt="Coupon start and end dates" width="1440" height="457" data-path="images/discounts-and-gifting/create-a-coupon/coupon-dates.png" />
</Frame>

Members who try to use a coupon before the start date or after the end date will see an error message: *Coupon code is not valid.*

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/applying-expired-coupon.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=832de397225f9481cff80da542ed5bf6" alt="Applying an expired coupon" width="1440" height="627" data-path="images/discounts-and-gifting/create-a-coupon/applying-expired-coupon.png" />
</Frame>

Start dates and end dates are inclusive, meaning that the coupon can also be applied *on* those dates, not only between those dates. Keep in mind that coupons applied to renewing subscriptions will remain in effect for future renewals even after the selected end date.

Note that the current day is always determined in the UTC timezone. Let's look at some examples. You create a coupon that will work from **Nov 5 to Nov 17 (UTC timezone):**

* Members in California, USA (**-7 UTC**) will be able to use the coupon from **Nov 4 at 5PM** to **Nov 16 at 5PM.**
* Members in New York, USA (**-4 UTC**) will be able to use the coupon from **Nov 4 at 8PM** to **Nov 16 at 8PM.**
* Members in Paris, France (**+2 UTC**) will be able to use the coupon from **Nov 5 at 2AM** to **Nov 17 at 2AM.**
* Members in Sydney, Australia (**+10 UTC**) will be able to use the coupon from **Nov 5 at 10AM** to **Nov 17 at 10AM.**

### Enter max redemptions (optional)

Enter the total number of times the coupon can be redeemed. For example, if you publicize a promotion where the first 100 people get a discount, enter 100.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-redemptions.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=5828412378b48db105a987a022c1fa28" alt="Max redemptions" width="1440" height="365" data-path="images/discounts-and-gifting/create-a-coupon/coupon-redemptions.png" />
</Frame>

## Choose when the coupon can be used

Depending on your goals, you may want the coupon to only be applicable to new purchases, existing purchases, when reactivating expired purchases, or when upgrading an active (or expired) subscription. Choose the settings that work best for your promotion.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/apply-coupon.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=fa298ff2aa2575bc97625b79869b904b" alt="Apply coupon" width="1440" height="369" data-path="images/discounts-and-gifting/create-a-coupon/apply-coupon.png" />
</Frame>

## Require a credit card when the coupon covers the entire cost (optional)

Even if your coupon deducts 100% of the cost, you can choose to require a credit card so that the member can be more easily charged once the coupon is no longer in use.

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/coupon-credit-card-required.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=8a3b45184c7f2f596e72a4fc7d83d063" alt="Require a credit card" width="1440" height="365" data-path="images/discounts-and-gifting/create-a-coupon/coupon-credit-card-required.png" />
</Frame>

## Create coupon

Click **Create coupon.**

<Frame>
  <img src="https://mintcdn.com/memberful/DpWqQpvHY5Pwxj4F/images/discounts-and-gifting/create-a-coupon/create-coupon.png?fit=max&auto=format&n=DpWqQpvHY5Pwxj4F&q=85&s=b94e112e87d55734256fdb37b2ef7c39" alt="Create coupon" width="1440" height="502" data-path="images/discounts-and-gifting/create-a-coupon/create-coupon.png" />
</Frame>

<Callout icon="lightbulb" color="#0072EC">
  Members need to quickly understand the specific problem your membership solves. Clear, compelling coupon messaging can be just as important as the offer itself. Use this moment to reinforce your value: **Example:** Join before year-end and unlock a bonus monthly podcast next year, diving deeper into the most influential trends shaping the music industry.
</Callout>

<RelatedDocs
  link1={{
url: "/discounts-and-gifting/coupons/apply-and-manage-coupons/",
label: "Learn about applying and managing coupons.",
}}
  link2={{
url: "/api-reference/create-coupons-in-bulk-via-api/",
label: "Create coupons in bulk via API.",
}}
  link3={{
url: "/discounts-and-gifting/lifecycle-discounts/offer-retention-discounts/",
label: "Save churning members with a retention discount.",
}}
  link4={{
url: "https://vimeo.com/showcase/10155433/video/877611461",
label: "Watch our webinar on strategies for member retention.",
}}
/>
