Hacker News new | ask | show | jobs
by dennyferra 5264 days ago
Can you create subscriptions with Stripe on the fly? My wife runs a subscription business but pricing is based on the products the person chooses so my subscription rate is always variable. When I first looked at Stripe it seemed like I had to have subscription + prices created beforehand.
2 comments

Yup, we have an API to create plans - https://stripe.com/docs/api#plans
They have an API to create new subscriptions on the fly yes. It's very easy. I have a similar situation. I used the API to create about 150 subscription plans that cover all my alternatives.