#randon-98467
1 messages · Page 1 of 1 (latest)
Hello! What do you mean by "credits"?
for example a user can do X number of actions per month
foe example: for 30$ you can send 100 messages.
once you used up your allocation, you need to wait for the next month
That's something you would need to implement on your end.
Alternatively, you can charge people based on the amount they use: https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing
thank you, I was hoping there was a way to pre-charge in the beginning of the month for an allocated number of uses.
Stripe doesn't have a concept of "uses" on our end beyond what I linked above.
So that logic is something you would need to build.
thanks!
is there a way to prorate subscriptions on upgrade, but wait until the end of the period to downgrade?
You can schedule changes to Subscriptions with Subscription Schedules so the downgrade won't happen until the specified time: https://stripe.com/docs/billing/subscriptions/subscription-schedules