#knuppi.
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.
- knuppi., 1 hour ago, 30 messages
- knuppi-connect-flows, 20 hours ago, 94 messages
Hi
How are you tracking the addon ?
you can downgrade/remove an item from the subscription
We have a subscription e.g. "Standard tier" and addons, e.g. "Newsletter" and "Loyalty program". How can we allow the Customer to cancel just Newsletter?
Sure, sec
We can experiment with sub_1OXj3LDCZJ2TeDMZZWhKFDbp
Better yet, let me create another subscription. 1min
Please see sub_1OXl7cDCZJ2TeDMZiJZu9QYI
What item you want to remove eaxctly in that subscription ?
Hypothetically the Newsletter
You need to remove the Subscription Item with the price id price_1OX3ANDCZJ2TeDMZpTnrUng3
You can follow this guide in oder to understand how to delete an item from a subscription:
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Excellent, I will check that.
I have another question; I have a couple of existing customers who I want to give free subscriptions to - how do I do that?
Hi there 👋 jumping in as my teammate needs to step away. Can you elaborate on that? Are you thinking a free trial, a $0 price, a price with a discount, or in general what is a "free subscription" from your perspective?
You can apply a 100% off discount
@gritty nebula I was thinking; I have them in my database with a CustomerID. Can I create a custom link for them somehow? (with the 100% discount applied)
@oak flame it's not very interesting, the end result should be that they pay $0 for Standard subscription, and then (later) they should be able to add Products to the Subscription in accordance with the https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Do you need more information to answer my question?
Well there's like 4 different ways to model that, and I don't know your use case well so I'm not sure which would be a great fit. If you want a free base subscription that you can add other items onto, I'd probably suggest creating a Subscription with just a recurring $0 price, and then add additional items onto that as needed.
I'd prefer to not create more Price-objects, or it will create issues later. Is it possible to use Discount code, and how should I go about it?
This is our guide for using Coupons with Subscriptions:
https://stripe.com/docs/billing/subscriptions/coupons
And I can set the number of uses each coupon has?
It's shown in the first table in that doc
Sorry, thanks.
How do I generate a link for an existing customer to your Checkout, which I can send to them by email?
There are multiple answers to that as well without more clarity.
Payment Links exist: https://stripe.com/docs/payment-links
Checkout Sessions exist: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
Invoices can be paid on the Hosted Invoice Page: https://stripe.com/docs/invoicing/hosted-invoice-page