#Feetscha
1 messages · Page 1 of 1 (latest)
Hi there!
hey
You want to cancel the whole subscription at the end of the cycle, or only one specific item of the subscripiton?
no just a single subscription item
it already works almost the way I want except that its price gets prorated and I need to refund the amount that the user didnt use
but I want a user to delete a subscriptionItem at period_end instead
Got it. Then in this case, you would need to use a Subscription Schedule: https://stripe.com/docs/billing/subscriptions/subscription-schedules
Okay thanks I'm going through that.
in my case, would you rather create a seperate subscription for every "addon" or keep the addons as subscription_items?
If you create multiple subscriptions, it means the user would get multiple charges (which also means you would pay more Stripe fees). So probably better to keep everything in one subscription.
ah got it, thank you!