#Benoît

1 messages · Page 1 of 1 (latest)

thorn prawnBOT
tall tinsel
#

You mean a subscription with price amount = 0?

stable root
#

A "sleepy" subscription, whatever it contains. I just would like a subscription to keep attached to a customer, while the customer is never charged. For the customer, the result have to be as if he had no subscription at all

tall tinsel
#

I don't understand what this "sleepy" means, but you need to specify a price when creating a subscription.

stable root
#

in fact, in my app, i will have some features.

1/ The users will be able to subscribe to any feature he wants.
2/ Each feature on the app will correspond to a specific plan in Stripe. So if the user wants 2 features, i want the 2 subscriptions items to be attached on a main subscription

tall tinsel
stable root
#

I can't use Checkout

tall tinsel
stable root
#

Thank you, but it's not what i'm looking for. I just wanted to know if a subscription could still remain empty without subscription items

tall tinsel
#

No

stable root
#

Ok thank you.

And if i create a subscription with one item, could i add an item later to this same subscription, but make the customer be charged immediately only for the new item ?

tall tinsel
#

Yes you can.

thorn prawnBOT
crude yew
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

stable root
#

Hello, thank you !

#

I looked at the docs Jack sent me to. I don't understand the last sentence : "Use this when you want to express that an invoice item has been accrued within the context of a particular subscription."

crude yew
stable root
#

Ok thank you

#

I would like to create a system where customers could add or remove some plans to a single subscriptions, but i don't how to do to make the customer pay immediately after having added a new subscription items, and make the subscription item from the upcoming main subscription to be prorated.

You see what i mean ?

crude yew
#

invoice items are not subscription items

stable root
#

Yes, that's my problem

crude yew
#

meaning that these are one-off items

stable root
#

I need to use subscriptions items

crude yew
#

this is how you change

#

a subscription

stable root
#

In fact, i don't want to upgrade or downgrade a subscription, i just want to add or remove some items from the main subscription

#

The main subscription would automaticaly evolve

crude yew
#

this is what an upgrade or downgrade means

#

changing the prices on a subscription

#

either by adding or substituting or removing...

stable root
#

Ok i will study this, thank you.

Is there a way to pause a subscription item (not the whole main subscription), but still continue to charge the other subscription items of the main subscription ?

crude yew
#

you can remove it from the subscription

#

but you can't really pause it

stable root
#

OK

#

Thank you for your help !
I don't exclude to ask new questions (very) soon, as my uses cases are very specific and not simples