#sharda_02153
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Thank you
Okay, I would suggest you to update the Subscription every time, using proration_behaviour: none: https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
You will need to change the quantity of a particular Subscription Item
But I don't want to micro monitor users
I mean if the customer has added a user for some period of time and removed later I don't want to charge for that user
is that possible with Proration
You won't charge them with proration_behaviour: "none". You will only charge them on the billing date with the quantity that they have at that time. So, exactly what you described.
Happy to help!
🙂