#captions-subs-addons
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- captions_75309_62523, 2 minutes ago, 7 messages
- captions_75309_62523, 23 hours ago, 14 messages
I recommend starting here: https://docs.stripe.com/products-prices/pricing-models#per-seat
You can create a per-seat price and increase the quantity, or you can look at tiered pricing (e.g. if you want the customer to pay different prices based on 1-10 seats, 11-100 seats)
@viral hare let's chat here!
Hi, thanks for the resource!
Could you provide a follow-up to my question here about my earlier thread?
Adding this here from the main channel:
hi, i would like to reopen this thread. the "add-on" feature I was asking about was not necessarily a follow-up adjustment to a recurring payment. Instead, it is like it's own product that is added on top of the subscription (e.g. streaming subscription with an add-on purchase of ad-free or ultra-HD streaming)
I'm not sure I follow. Could you describe your use case in a single message?
Is there something that exists like an "add-on"?
E.g. Say I have 3 different subscription plans:
- Regular (10$)
- Premium (15$)
I also have a few add-on's that user can add to their subscription, e.g.:
+feature 1(+10 $)
+feature 2(+10 $)
Total = 15$ (Premium subscription) + 10$ + 10$ = 35$.
Users should be able to add/remove features during their billing period or switch to another plan.
How would I manage those features using Stripe?
Users should be able to add/remove features during their billing period or switch to another plan.
How do you want to handle proration? If I'm in the middle of a billing period and I remove both features, I assume you want to charge me for my usage of these features up until this point?
Alternatively, do you want customers to make those changes at any time but have those changes apply/start at the beginning of the next billing cycle?
@lofty hinge Yes, I would like a customer to be billed immediately for the amount prorated based on usage
You can update the subscription to add/remove the features. However, calculated prorations will be for everything on that subscription (e.g., you'll see a prorated amount for the premium plan + any features added or removed, not just the features)
That's great, but how do I implement the add-on features?
Do they simply have to be added on as another product onto the subscription? We are trying to explore other options as the view of a multi-product subscription in the customer portal doesn't fit our needs
We would like them to be listed as separate line items. It currently reads as "Add-on Feature (x3) and Product A". Please correct me if i'm wrong
Additionally, multi-product subscriptions are not supported in the customer portal (you are unable to edit the subscription -> [Update Plan] button does not appear)
Do you have an example subscription I can look at?
captions-subs-addons