#albizu-usage-pricing

1 messages · Page 1 of 1 (latest)

split surge
blissful dragon
#

Yes, I've seen this already but what I want to emulate the Slacks billing process, where they charge only for users that are using their service actively. Any user that's not using Slack for the las 14 days are no longer counted as active. If a users comes back then they pro-rate. See image attached.

split surge
#

So that would align with the metered approach. You would track active users and report usage back to Stripe, then we'll bill based on the usage that you report.

blissful dragon
#

Got it. So we wouldn't no longer be using Stripe's subscription service as it stand, nd we would have to then manage the subscriptions on our end and just use Stripe for billing.

split surge
#

Apologies for the confusion, you would still create the subscriptions in Stripe. The only piece that would need to happen on your end is tracking how many active user's you want to charge for, and then reporting that usage to us.

It's a bit lengthy, but this guide walks through how to set up this flow:
https://stripe.com/docs/billing/subscriptions/metered

Learn how to charge customers based on how much they use your product or service. For example, a service could charge customers based on the number of API calls they make or the amount of data they consume.

blissful dragon
#

Thanks. We'll check it out.