#meenal - subscription

1 messages · Page 1 of 1 (latest)

sinful crest
#

Hi there!

atomic cliff
#

hi

sinful crest
#

I'm not sure I follow your example. Can you give more details?

atomic cliff
#

maintaining a subscription needs a recurring plan on stripe, if works fine for monthly or yearly plans, but our plans get created with more than 1 year duration and we want the payment for all the years in advance. but recurring subscription does not allow to charge for more than 1 year at once.

sinful crest
#

So you want to create a subscription that is isn't billing monthly or yearly, but instead billing for more than a year?

atomic cliff
#

yes

#

but payment for all the years in advance

#

not yearly

sinful crest
#

but payment for all the years in advance
What does that mean? Can you show a concrete example? Like:

  • User create a subscription today and pay XXX
  • Then on date YYY, the subscription renew and they need to pay ZZZ
atomic cliff
#
  1. a user is subscribed to us today and bought a 5 year plan having 10$ per year pricing. he pays 50$ while purchasing the subscription. 2. Now he wants to upgrade to some other plan, so the subscription is updated and he is charged only for the extra amount after proration.
sinful crest
#
  1. a user is subscribed to us today and bought a 5 year plan having 10$ per year pricing. he pays 50$ while purchasing the subscription.
    Unfortunately I don't think that's possible. Unless you make the subscription free, and add a one time fee of 50$ to start the subscription. But then prorations won't work properly.
atomic cliff
#

but why does stripe don't have more than 1 year plans?

sinful crest
atomic cliff
#

okay, thanks