#ilyeselb_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ilyeselb_api, 5 hours ago, 30 messages
- ilyeselb_subscriptions-duplicate, 5 days ago, 15 messages
đ 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/1226907116850253834
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
https://docs.stripe.com/billing/subscriptions/pause-payment indicates how you would pause payment collection
the flow that was made in our app, is to let the user buy 2 subscriptions in the same checkout for that we created a one-time payment invoice in which the user pay for both subscription first month in the same chekcout.
after he paid we created two subscription for each plan selected with trials ( the first month ) ; we have an edge case where the user wants to upgrade one of the plans bought
so what i need is to remove the trial period from the subscription and update the plan price id to upgrade it
i want to remove the trial , and only pauuse the first invoices for the two subscriptions to not get billed
Hmm okay yeah that's not possible really. You can't upgrade from a trial to a Price and not have an Invoice get cut.
You would really just need to leave that Sub on a trial instead and track that internally if you want to do this