Subscriptions
Vue Stripe Checkout also supports subscription or recurring payments.
Demo
1. Enable Checkout
You must first enable the client-only integration settings in your Stripe dashboard, you also have the option to customize the look and feel of your checkout page. More details.
2. Create products and recurring prices
Product and Price are required to make this work. Whether it's a physical item or a service, it needs to be represented by a product. Each product can have one or more prices.
For example, you can create a software product with different subscription tiers. $10/month, $20/month, and $50/month More details.
3. Redirect to checkout
Follow the Vue Stripe Checkout example below:
Last updated