#ilyeselb_api

1 messages ¡ Page 1 of 1 (latest)

old nacelleBOT
fringe hawkBOT
#

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.

old nacelleBOT
#

👋 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.

fringe hawkBOT
distant abyss
#

Hello

glacial whale
#

if i want it only for 1 invoice

#

the first one when we create the subsription

distant abyss
#

Not sure what you mean by that?

#

Can you explain more?

glacial whale
#

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

distant abyss
#

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

glacial whale
#

i was thinking about removing the trials , and use pause invoice

#

maybe it would work then

#

what do you think

distant abyss
#

I believe that would still cut the initial Invoice upon the update

#

But you can definitely test it out