#ilyeselb
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
im allowing my user to buy 4 year subscription, since stripe doesn't allow that , i make a one time payment for 4 years deal with a fixed amount and then i create with api the subscription with a paused invoice until 4y , the subscription is paused but i get billed when i create the subscription
i create the subscription with the priceID of 1 year subscription because after 4 y its getting billed yearly
What I think is an easier way to achieve this
is that you can create a first payment for the 4 years
and then attribute that to the Customer Balance
and then this would basically pay the future 4 subscription invoices
is there just a way to stop the payment when we create a subscription ?
maybe add a trial
?
you can actually add a trial period
that's not a bad idea
I'm not sure though what is the limit of the trial period
whether you can do it for 3-4 years
hmm if i do a 1year trial , and the payment is paused for 4y
then the next invoice will not be paid
i will try that , thank you for your balance credit idea
let me know if you need any more help