#umairasif7

1 messages ยท Page 1 of 1 (latest)

wise nacelleBOT
tawny thicket
#

๐Ÿ‘‹ happy to help

#

in Stripe Subscriptions are the objects created for each customer to deal with (multiple) recurring price(s)

#

we don't actually model Subscriptions as a price

#

if you know what I mean

exotic plover
#

Yes I know that.

#

Here is the visual represntation of the above message that I sent.

#

Is there any possibility of making a subscription plan like the image in stripe?

tawny thicket
#

we have pricing tables but it wouldn't give you the ability to have "toggle buttons"

exotic plover
#

Yes I checked that as well, it show only features of the subscription plan but no option to enable/disable feature from the subscription plan

tawny thicket
#

yes that's true

#

you'd have to build this on your own

#

if you need that level of customization

exotic plover
#

So could you please give any suggestion how can I manage it?

tawny thicket
#

You'd have to build your own logic

exotic plover
#

Should I be creating all the subscription plans in the stripe that I am referring to as a feature and bundle up myself in the category?

tawny thicket
#

Each line is a price

exotic plover
#

like ebay with limit 100 will be one subscription plan, ebay with limit 10,000 will be another subscription plan.

tawny thicket
#

those are prices

#

for the same Ebay product

exotic plover
#

yes, prices

tawny thicket
#

no I mean Stripe Price

exotic plover
#

yes yes, I got it

exotic plover
#

Are you still there?

#

I have a query, In my case can I refer Bronze, Silver and Gold as product and those products there will be prices (feature in my case)

worldly dragon
#

tarzan had to step away but I can help. Catching up now...

#

So the Stripe suggested way of doing this would be to have a product for bronze, one product for silver, one for gold, and then a product for each of these features you are adding. So one for eBay, one for Shopify, etc

exotic plover
#

Alright.

worldly dragon
#

Our definition of product is a distinct thing you are selling to a user, which includes each tier of your product, we typically suggest using prices to differentiate things on the same product. So a monthly vs yearly rates for subscription would be two prices on the same product

exotic plover
#

Great. Thank you ๐Ÿ™‚