#simonrock_
1 messages · Page 1 of 1 (latest)
I guess you'd just configure a yearly price that your customers can subscribe to and offer that as an 'upsell' option in your custom checkout UI
Then when you create the Subscription, you'd pass the price_xxx ID for the yearly price
I see, I need to create a new anual subscription with the new price.
I'm using a price per user model. Image that the it has 10 users and the admin pays for the anual subscription.
How I can handle when the admin add more users after the anual subscription payment ?
I guess you mean like a 'per seat' model? You'd just bump the quantity by updating the subscription: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#update-the-subscription-item