#dicbra-subscription-quantityincrement
1 messages · Page 1 of 1 (latest)
@tribal trellis no I can't think of a better way, we don't have an "increment quantity" pattern you have to fetch the current count and update yourself
dicbra-subscription-quantityincrement
I have another question regarding subscription item quantities. In my subscription setup, will the quantity automatically reset to 1 each month, or will it retain the incremented value? I would like to clarify if the quantity field is persistent across billing cycles or if it resets. Any insights you can provide would be greatly appreciated. Thank you once again!
it retains the quantity month over month
Thank you for confirming that the quantity retains month over month. I have a specific requirement where I would like the quantity to be reset to 1 at the beginning of each billing cycle. Is there a recommended approach or guidance you can provide on how I can handle this scenario effectively? I would greatly appreciate any suggestions or best practices you can share.
That is mostly impossible so you can't really do that
Are you maybe using the wrong business model? Like maybe you are looking for usage based billing instead https://stripe.com/docs/billing/subscriptions/usage-based
I am using a graduated pricing structure where I charge a flat fee of $20 and an additional transaction fee of $1.75 per transaction.
I was previously considering a metered usage approach but realized that it may not be the best fit for my specific needs.
I mean if you charge per transaction it's 100% usage based and you're using the wrong model
If you did usage-based you can report usage as you go (and increment!!!!) and then each month it resets to 0
Can you please provide guidance on setting up a product for usage-based billing in Stripe?
Regarding the usage-based billing setup, when you mentioned 'usage is metered,' were you referring to the concept of metered usage?
The only issue I'm facing is that the first invoice is generated at the end of the month, specifically after the first month has concluded. Additionally, I'm having trouble setting up the subscriptions to be editable through the customer portal.
As soon as I select "metered usage," it is not possible to configure them in the customer portal.
There are trade-offs and you need to play with it, carefully review the docs and then figure out how to design your whole business model based on this.
the portal doesn't let you touch Subscriptions with metered Prices since those are billed based on usage and more advanced
but it still seems to be the way you priced your whole product right?