#Ardy at Browse.ai - Zapier-esque billing

1 messages · Page 1 of 1 (latest)

astral temple
#

So for your use-case, it sounds like Subscriptions without metered billing should work since the user is being charged up-front. However, the usage would have to be entirely tracked and managed within your application (including resetting usage each month) based on the type of plan the user is paying for (you would store that info in your own database after sign up or any plan upgrades/changes). As for proration, that depends on the expected behavior. In that scenario you provided, what do you want the exact behavior to be?

vivid violet
#

@astral temple thank you for the answer. The ideal proration behavior would be that the user's quota is also prorated.
For example, if the user upgrades on day 15 having used 2000/2000 tasks to a plan with 5,000 monthly tasks, the should have 4000/5000 remaining quota after the upgrade...
I'm guessing we have to handle all of this on our end? I was hoping Stripe would be able to keep track of quota and handle the proration but maybe that's not the case.

tawny delta
#

Hey there 👋
stepping in for @astral temple
You're correct. You'd have to handle that on your end.