#manu_occhia
1 messages · Page 1 of 1 (latest)
Stripe Billing is the suite of features/products that support our recurring payments (so yes, this would include subscriptions). That being said there's multiple "tiers" of plans/pay scales so I'd suggest taking a look at https://dashboard.stripe.com/settings/billing/plans?utm_source=settings when you get the chance
Have you read through this doc yet? https://stripe.com/docs/billing/subscriptions/overview#subscription-objects -> It has a description of all the objects inolved with subscriptions
Yes, I've read it, and from what I understand, I need to:
Create a Product.
Create one or more Prices and assign them to the Product.
Create the subscription with a specific Price.
Pay the invoices generated by the subscription.
Is that correct?
In any case, I thought that there might be a simpler way to do this, which is why I asked here.
Yup that's correct
What parts were you hoping to be simpler?
Did you not want to create prices/products?
Yeah unfortunately that's just not the way it works right now - not having prices/products makes sense if you're only ever charging for one thing, but as soon as you have subscriptions with more than one item it gets very confusing
Ok thank you 🙂