#aidan_checkout-metered
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1402373419986845867
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Ideally we start the subscription with a 0 dollar payment, and once we begin processing we create usage records
Currently though our users are seeing an initial payment equal to one usage record when they hit our checkout page hosted by stripe.
Hello
Do you have an example subscription I can look at?
Can I provide you with a price ID or what do you need?
I apologize I’m on my phone, I can’t download discord on our work machines…
Currently we are in sandbox testing, we plan to ship this subscription flow this week
Price ID won't be super useful.. Do you have the Subscription ID handy? sub_xxx
sub_1RsQUFHJVmB8HmTJhS4BINJ6
Hi Aidan, taking over for Hanzo. Just getting caught up on the thread.
All good
This is what our users will see at checkout
the 3.89 per processed is correct
The flat 3.89 required to get started, and per month might be confusing
Was hoping to just show 0 on subscription start, and increment usage as we go
Just going over how you created the Price appreciate the patience
Appreciate it 🙂 take your time
So for this I believe you would create a price where the first tier is 0 dollars up to 1,
and then 2-50 you would charge, your usual $3.89 this would allow you to have a zero dollar initial charge
so 0-1 is free but >2 is not, seems like they get a free usage in that case?
or am I misunderstanding?
I cant create a tier less than 1 to do a 0 - 1 tier....
Yeah, believe it would need to be 1 to 1
I do think that would be the trade off here is for that first unit they get a freebee
I can communicate that to my boss, but offering every customer 1 free without specifying that isn't ideal...
aidan_checkout-metered
Are you really using metered billing? If so there should be no payment upfront unless you misconfigured your Price
Apparently staff checked the price config, and things seemed on the up and up
Can you share the exact Price id?
price_1Rnng2HJVmB8HmTJp8kvEUoS
okay so that Price is definitely misconfigured
it's using licensed pricing and you said you wanted metered
Sorry, I guess I'm not aware of the difference, the setup seemed right when we went through the stripe ui
tiered pricing with metered billing is what we're after and tiered seemed like the right option
that isn't the section that's wrong
That bottom one is "usage-based" and that is what metered billing is for
Is it possible you mixed things up and that's not what you wanted to use?
Licensed pricing is: pay upfront for your seats. Like number of users of an application for example
Metered billing is: report usage in real time and let Stripe bill for usage at the end of the period
gotcha, okay I'll re-create the product and test 🙂 so sorry about that
No worries at all, this is so subtle, especially because the word metered is not even mention in that UI (which also confused me)
yes
yeah so confusing this UI
I think we're good then, I can see pricing doesnt start till after the first unit
yay!
Sure thing!