#chooke-subscription

1 messages ยท Page 1 of 1 (latest)

tawdry hinge
#

๐Ÿ‘‹ Happy to help

#

Subscription with multiple products has restrictions that:

Since using multiple products with a subscription results in a single invoice and payment, all of the prices for those products must use the same currency and have the same billing interval.

#

You can't have different billing interval in a single subscription

woven pewter
#

so i cant have this ?

tawdry hinge
#

A product itself can have different pricing with different interval

#

But single subscription can't have monthly and yearly price at the same time

#

For example, prices should be all monthly billing. You can't mix monthly and yearly billing in a single subscription

woven pewter
#

ok , so currently my customers subscribe to one of the plans with a single price , monthly or yearly , so while the customer on a monthly plan , can i change the plan to a yearly plan

#

this is what im doing

tawdry hinge
#

If your subscription only has one plan, then changing from monthly to yearly plan is possible

woven pewter
#

yes , only one plan per subscription , so what im trying to do is , change the plan to a different plan like starter plan for example and it could be monthly or yearly

#

when i updated the subscription through the dashboard it showed two plans , so do i need to remove the old plan first ? or is it automatically handled by stripe

tawdry hinge
#

can you share the subscription ID (sub_xxx)? there should only be one plan after updating the subscription

woven pewter
#

sub_1LeA7aC68fMI8JtvMBuOXefR

tawdry hinge
woven pewter
#

there are no other options other than removing or adding a new plan ,
also i tried to use the API with postman as well , i get the same result ,

tawdry hinge
#

You should get the line_item ID first, then update the line_item's price

#

In this postman screenshot, you just simply put the price without referencing to the line_item that you want to update

#

items[0].id is missing

woven pewter
#

sweet , got it working now , just a final question , when changing a plan while on trial period ,for example 14 days , then after using the plan for 4 days , the customer decided to change to a different plan , is stripe automatically starts the next plan with 10 days trial period

tawdry hinge
#

it the subscription is changed during trial period, it will remain in trial until trial ends. in this case, updated plan will start after 10 days trial period

woven pewter
#

Awesome , thank you so much for your time and help ๐Ÿ’ฏ๐Ÿ’ฏ

tawdry hinge
#

No problem! Happy to help ๐Ÿ˜„