#mike.not.guilty

1 messages · Page 1 of 1 (latest)

burnt glenBOT
toxic hare
#

When you say "30 items" or "15 items", in stripe terms does that mean that you allow quantities of up to 30 or 15?

#

Or are these 15-30 distinct things on the subscription itself?

dull geyser
#

The items have nothing to do with Stripe. Its a price model thing: for example „with this Product 100 People can use your Software“. While the Next more expensive product allow 200 Users.

#

I only want to sell 1 quantity for each subscriber

toxic hare
#

Ah gotcha, so the items are a concept in your system, they aren't represented on the Stripe object. So is the main question is if you can restrict the Customer Portal to only allow switching between those two products? That is possible, looking for the docs now...

dull geyser
#

Yes, basically I want a Solution that doesnt really need a lot of Coding. Customer portal where i can disable products or something like a „switch Subscription“ Session where I can send the user to the checkout Page where he can confirm his changes with all the price Details.

toxic hare
dull geyser
#

But this does apply to all Customers Right? Is there a solution where I can specify the possible Products while creating the session URL for the customer? Because every user may uses a different Products with different number of active Items.

toxic hare
dull geyser
#

So I need to specify n configs (n = number of Products) and Safe the config ids on my Server. And for each scenario i have to pass the correct config id

#

Sounds like a good solution! Would be even better if i Could manage all configs via the stripe Dashboard. 🙂

toxic hare
#

Yeah, I'll put in feedback for that. You can manage the dashboard config from the API but we don't allow all of the configs to be changed on the dashboard at the moment

dull geyser
#

Thanks!!