# Woo Subscription Integration (Pro)

<figure><img src="/files/kztTl405dOX6EQKKs5F8" alt=""><figcaption></figcaption></figure>

Supported Features

* [x] Free Trials & Sign-Up Fees
* [x] Simple Subscription Product
* [x] Subscription Coupons
* [x] Subscription tax
* [x] Subscription cancellation
* [x] 20+ payment methods supported

{% hint style="danger" %}
[woocommerce-subscriptions plugin ](https://woocommerce.com/products/woocommerce-subscriptions/)is required for this integration.
{% endhint %}

### Tutorial: Creating and Processing a Simple Subscription Product

This guide will walk you through creating a subscription product and processing it through the Stripe checkout page.

#### Install woocommerce subscription plugin

This integration relies heavily on the WooCommerce Subscriptions plugin. Purchase and install it from the [WooCommerce website](https://woocommerce.com/products/woocommerce-subscriptions/).&#x20;

#### Enable Stripe Checkout Redirect payment gateway

Install our premium plugin and enable the Checkout Redirect feature. For detailed setup instructions, refer to our [Checkout Redirect documentation](https://woo-docs.payaddons.com/payment-methods/checkout-redirect).

<figure><img src="/files/1UEcnFabF5aykTbYmMEd" alt=""><figcaption></figcaption></figure>

#### Create a subscription product

1. Navigate to Product -> Add New
2. Select "Simple Subscription" from the product type dropdown.
3. Fill in the subscription details. For example:

* Price: €99/month
* Sign-up fee: €100
* Free trial: 10 days
* Taxable: Yes (ensure tax settings are configured)

Save and publish the product.

<figure><img src="/files/bdDt6YvRv5Xnmaq75yUd" alt=""><figcaption></figcaption></figure>

#### Process a Subscription Order

1. Add the subscription product to your cart and proceed to checkout.
2. Review the order summary.
3. Click the "Sign Up Now" button to be redirected to the Stripe-hosted checkout page.

**Tip**: For information on subscription coupons, see the [WooCommerce Subscriptions Coupons documentation](https://woocommerce.com/document/subscriptions/subscriptions-coupons/).

![](/files/RIgI9ueYsRhDLv9prxfB)

<figure><img src="/files/QCCakUfmOg1FWXRWQCbn" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hvlh42AhbfZbLc3DMsvk" alt=""><figcaption></figcaption></figure>

#### Combining Regular and Subscription Products

This integration supports mixed carts containing both regular products and subscription items. Customers can add both types to their cart and complete the purchase in a single transaction.

<figure><img src="/files/LPtBadQJgrfiKbJQKVPH" alt=""><figcaption></figcaption></figure>

By following this guide, you can easily set up and manage subscription products in your WooCommerce store, leveraging Stripe's secure checkout process. This integration offers flexibility for various subscription models and ensures a smooth experience for both you and your customers.


---

# 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://woo-docs.payaddons.com/fundamentals/woo-subscription-integration-pro.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.
