---
layout: tutorial
title: Add app subscriptions with Stripe
description: Add paid app subscription plans to your app with Stripe and Appwrite Functions.
step: 1
difficulty: easy
back: /docs/tutorials
readtime: 10
framework: Stripe
category: Functions
---
As you app grows, you may start offering paid services or features.
This is an important part of growing your idea into a business.
This tutorial will show you how to accept payments and provide subscribers with premium features using **Stripe**, a popular payment platform.

![Stripe subscription demo](/images/docs/tutorials/subscriptions-with-stripe/stripe.avif)

## Prerequisites
1. A [GitHub account](https://github.com/) and working knowledge with GitHub
1. A [Stripe account](https://stripe.com/en-ca).
1. An [Appwrite Cloud account](https://cloud.appwrite.io/).
1. Experience with [Appwrite Functions](/docs/products/functions).
