#b0otable

1 messages · Page 1 of 1 (latest)

jovial boltBOT
iron token
#

Hi @waxen zephyr let's keep talking in this thread.

#

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.

waxen zephyr
#

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

iron token
#

Could you please share the Checkout Session Id ?

waxen zephyr
#

This is hypothetical... I'm rebuilding my pricing page.

#

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.

iron token
#

Can you share the Checkout Session Id of the screenshot you shared previously ?

waxen zephyr
#

That' wasn't a checkout. That was 'Add a new product" under "Create Pricing Table"

iron token
#

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)

waxen zephyr
#

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.

iron token
#

That's the current flow yes.

waxen zephyr
#

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?

iron token
#

Yes, each subscription will generates its own invoice

waxen zephyr
#

Is there anyway to 'merge' subscriptions

iron token
#

nope.

waxen zephyr
#

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?

iron token
#

and combine multiple scenarios

waxen zephyr
#

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.

fringe scaffold
#

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?

waxen zephyr
#

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

iron token
fringe scaffold