#Shannon-metered-subscription
1 messages · Page 1 of 1 (latest)
Happy to help! Sounds like what you're looking for is creating a subscription that uses a metered price.
Yes, exactly. Basically I’ll track their usage in my app. Then once they go past their free allotment they’ll be charged at the end of the billing cycle for their usage over this amount.
Is there an example of metered pricing for node?
I’m a newbie too just learning react. Lol
Let me see what we have.
Great thanks. Currently using node with next.
V9
First base v9 too if it matters
With the Firestone extension
This section discusses the usage-based prices (I think you'll want to look at metered rather than licensed)
https://stripe.com/docs/billing/subscriptions/examples#usage-based-pricing
This walks through a full example using Stripe Elements:
https://stripe.com/docs/billing/subscriptions/metered
Great, thanks. I’ll check it out when I get on the computer. Do you know if this is handled through the stripe fire store extension?
Hm, I haven't heard of that one before, are you by chance referring to the Firebase extension?
Yes the fire base extension. Auto correct. Lol
I’m working on a site where they sign up through fire store and then have option to choose 3 tiers of plans from free to $39.99 monthly
Haha, totally understand! I'm a bit less familiar with that extension, but it looks like it supports subscriptions which is important.
It does look like that flow primarily uses Checkout rather than Elements (not a blocker, just means the example docs will look a bit different from the flow you'll build)
Yeah, I have it setup and working with a monthly subscription
Just looking to add the metered one
As long as that extension still lets you report usage it should have all the key pieces.
Ok. Cool. I’ll check it out later when I get on the computer and message if I have some questions.
Sounds good, we should be here if there are any questions.