#claus_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1300383409880961024
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
You can create a Subscription Schedule with 2 phases, one with a monthly Price, lasting 1 month, and second - yearly. After which the Schedule can be released and it will just stay as a regular annual Subscription.
However, Payment Links don't support Subscription Schedules out-of-the-box. You will need to create a Payment Link with a monthly Price first. Then, as soon as the Subscription is created, (you can use webhooks) you will need to turn it into a Schedule, and then update it to add the second, annual phase.
Yes, that was my first idea. But "Subscription Schedule" can only run for a maximum of 20 years. After that, the subscription falls back to the trial price.
After that, the subscription falls back to the trial price.
Where did you find that information?
You can release the Schedule right after it goes to the second phase, so it stays as a regular Subscription.
https://docs.stripe.com/billing/subscriptions/subscription-schedules#completing-schedule
At this point, the subscription is left in place and is no longer associated with the schedule.
I understand, that the scheduled price ends and the subscription price (in my case the monthly trial price) gets active.
yes, you are right @sleek umbra :
https://docs.stripe.com/billing/subscriptions/subscription-schedules#phase-attribute-inheritance
After the phase ends, attributes remain the same unless the next phase modifies them, or if the schedule has no default setting.
I thought that the subscription would remain unchanged while "Subscription schedules" is active.
Thank you!!!
No, the latest active phase will become a regular Subscription's config.