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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://help.kajabi.com/feedback

```json
{
  "path": "/articles/sales/coupons/how-to-create-a-coupon-in-stripe",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Create a Coupon in Stripe

> Create coupons directly in Stripe to give customers discounts after their initial purchase in Kajabi.

## Overview

Creating a coupon in Stripe is a straightforward solution to giving your customers a discount after their initial purchase in Kajabi.

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/5q8or1um1z" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

<Note>
  **Note:**
  In order to create a coupon in Stripe, you must first connect your Kajabi account to your Stripe account or Create a New Account. [Learn how to connect Stripe to Kajabi](../../api-integrations/payment-integrations/connect-stripe-to-kajabi). Interested in using an all-in-one payment solution with exclusive features designed specifically for the Kajabi platform instead? Check out [Kajabi Payments](../../sales/kajabi-payments/kajabi-payments-overview).
</Note>

## Create a coupon in Stripe

1. Click the **Products** tab from the Stripe dashboard.
2. Select **Coupons**.
3. Click **+ New** in the top right corner of the Coupons page.
4. On this page, give your new coupon a **Title**, select the coupon type between a **Percentage discount** or a **Fixed Amount discount,** choose the **amount of the discount**, and the time **Duration**. You can also choose to create customer-facing promo codes for your coupon.
5. Click **Create Coupon**.
6. This coupon can now be used for your products inside of Stripe.

<div className="w-full aspect-video">
  <iframe src="https://fast.wistia.net/embed/iframe/el7vap55eq" allow="autoplay; fullscreen" allowFullScreen className="w-full h-full" />
</div>

[Learn more about creating coupons and promotion codes in Stripe.](https://stripe.com/docs/payments/checkout/discounts)
