#b0otable
1 messages · Page 1 of 1 (latest)
Hi @waxen zephyr let's keep talking in this thread.
Could you please remove this message from the main channel #dev-help message ?
With the no-code creation, the user is only able to select the bucket, not the exact quantity
Thank you.
How does the user actually select the defined quantity?
That's a metered price... The usage will be reported by your integration.
Hmm, that is a bit confusing since the checkbox for metered usage is not checked
I am considering a model where the user can buy 'subscriptions' to a set quantity of tours.
Basic: Package of 5 tours - $15/m
Pro: Package of 25 tours - $69/m
However a user could end up needing to buy lets say 115 tours.
This could end up being 4x Pro, 3x Basic. Would the user in this case get 7x separate bills?
I was curious if there would be a way to combine subscriptions in a way that makes it simple for the user as they add/remove required quantity
Could you please share the Checkout Session Id ?
This is hypothetical... I'm rebuilding my pricing page.
Virtual Tours People Enjoy
I have customers that may need some other amount other than 5 or 25 tours. I am trying to find a way to support this as cleanly as possible with stripe.
Can you share the Checkout Session Id of the screenshot you shared previously ?
That' wasn't a checkout. That was 'Add a new product" under "Create Pricing Table"
Ah sorry for the confusion, so at Checkout the Customer should be able to enter the exact quantity
simply complete testing the flow till the end (click on Subscribe)
That seems like an odd checkout process
The user selects a bucket then has to click 'Subscribe', then they don't get to select the quantity until the next page.
That's the current flow yes.
So in terms of subscriptions. If I just have a single user that purchases multiple subscriptions... does each subscription get billed as a seperate invoice?
Yes, each subscription will generates its own invoice
Is there anyway to 'merge' subscriptions
nope.
Could I create a product that has 'Volume Pricing' or 'Graduated Pricing' and then update the subscription quantity?
So if they wanted to go from 25 tours/ to 115, I just change the quantity and then Stripe would adjust the pricing?
Yes that should be taken into account
I encourage you to do some testing using Stripe Test Clock:
https://stripe.com/docs/billing/testing/test-clocks
and combine multiple scenarios
Is there any type of subscription option where you can have the Product have specific defined quantities?
Pro Plan:
25 Tours,
50 Tours,
100 Tours
200 Tours
The user could select from any of these, but not for example type in 75?
I suppose I could always just make seperate subscriptions for each option, but that seems like it wouldn't be very clean.
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Are you using Stripe Checkout?
Where do you want your customer to select that?
Currently I have my own pricing page that is connected to Stripe via the Firebase Official Stripe Extension
I'm expanding my product offering and trying to figure best I can model it in stripe
Currently the issue is that if a client needs more tours they have to buy multiple packs and before long they could have like 7 subscriptions... which is a bit messy to handle
In addition, I have a new product for prem video that is also subscription based
So I was talking to os4m37 to figure out what was possible
No you need to create separate prices in that case, not single price with different quantity.
You can also update the existing subscription with more/less quantity: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade