#joao-subscription-extend
1 messages · Page 1 of 1 (latest)
I have 1 month plans. But one client paid 6 months upfront. I don't want him to have to renew their payment method or to receive emails every month since he already paid.
I wanted to set his plan to end in 6 months. So the webhooks would only fire at that time
easiest is to put them on a trial period until the next payment
I have the emails being fired from a custom app that is listening for webhooks. Having that user on a trial won't fire those monthly hooks?
correct since there's no payment until the end of the trial
So there I would set the days until the 6 months expire, and when the trial ends, the regular webhooks will fire. Is that it?
yeah