Skip to main content

Creating subscriptions

Subscriptions can be created in a number of ways with Salable. If you’re looking to create them through application code then check out Taking payments and Create a subscription.

Manual creation

If you want to create a subscription without needing the customer to complete the Stripe checkout process, you should use the "Create Subscription" flow on the Subscriptions list page.

Create subscription form

Because subscriptions created this way don’t have associated transactions, you won’t be able to find them on Stripe, view invoices, or apply coupons.

If you want to accept payment for a subscription, you can generate a checkout link for a plan from within the dashboard. You can then provide this link to a customer and, once they have checked out, they will have a subscription created.

Generate checkout link form

Creating a checkout link can be done by clicking the “Generate Checkout Link” action on any paid plan within your product’s plan list.