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

# Subscription Package

> You can also make a subscription package that allows customers to pay for the package periodically. You can set the period of charging the customer and the duration of the package.

## **Payment Methods**

Only the **following payment methods are available for subscription packages**:

<CardGroup cols={2}>
  <Card title="PayPal IPN" icon="square-1">
    Allow customers to pay for the package using PayPal IPN.
  </Card>

  <Card title="Stripe" icon="square-2">
    Allow customers to pay for the package using Stripe.
  </Card>

  <Card title="GoPay" icon="square-3">
    Allow customers to pay for the package using GoPay.
  </Card>

  <Card title="PayNow" icon="square-4">
    Allow customers to pay for the package using PayNow.
  </Card>
</CardGroup>

## **Configuring Subscription Package**

To make a subscription package, follow the steps below:

<Steps>
  <Step title={"Select the Package"}>
    Go to the **Admin Panel** and select the package you want to make a subscription package (or create one).
  </Step>

  <Step title={"Enable Recurring Payment Type"}>
    Enable the **Recurring Payment** option in the package settings by selecting **"Charge the customer every X amount of time"**.
  </Step>

  <Step title={"Set Charge Period"}>
    Set the **Charge Period** for the package. You can choose from **daily**, **weekly**, **monthly**, or **yearly** and specify the period of charging the customer.
  </Step>

  <Step title={"Add Remove Commands"}>
    Add commands to the commands list for event **"When the package is removed"** to execute when the next recurring payment is not made.
  </Step>

  <Step title={"Add Renewal Commands"}>
    Add commands to the commands list for event **"When the subscription renews"** to execute when the next recurring payment is made.
  </Step>
</Steps>

<img className={"rounded-md"} src="https://mintcdn.com/minestorecms/hEiQYqsBtWkxDBJ3/images/features/packages/subscription-package.png?fit=max&auto=format&n=hEiQYqsBtWkxDBJ3&q=85&s=6e8157a5dd1f559ec1a52b0c29e540c6" alt="Subscription Package" width="1416" height="431" data-path="images/features/packages/subscription-package.png" />
