#rob-subscription-enddate
1 messages ยท Page 1 of 1 (latest)
rob-subscription-enddate
@crisp lark I recommend SubscriptionSchedules with the right number of iterations. I wouldn't set an exact end date because it can cause weird proration issues at the end
thanks!
I see. so a subscription schedule with 1 iteration
hmmm not really
I guess what are you really trying to do? ๐
is this a yearly Price specifically?
oh, just to have a customer "subscribe" to our subscription, which is yearly, and it will end in a year
For them to "renew", we will create a second subscription that will start at the end of the current one.
it does?
sorry ... we are trying to model a yearly subscription but where our customers must renew manually
we have monthly, quarterly and yearly payment plans, however our contract is always for a year
30 days before the end of the subscription they are going to be prompted to renew
our plan was to create a NEW subscription that starts in the future, and when an even on the existing subscription is 'cancelled" due to reaching end date, we would then receive the activation event for the new subscription.
No. Basically our contracts are all a year
customers can however pay monthly, quarterly or yearly.
we track the billing cycle locally, but need to allow them to renew ahead of the end of their contract, but for the "next" contract.
no worries
Instead of creating the new subscription when customer manually renew the subscription, one recommendation will be just releasing the subscription schedule
So that the existing subscription won't be cancelled and it will remain
right ... so a single subscription but with a subscription schedule ?
my colleague and I were trying to run our scenarios via the admin portal, and the best we'd come up with was having a subscription, then creating a new subscription that started at the end date of the one we currently had for the customer.
is that how it would be modelled?
I'd recommend the following steps:
- Create a subscription
- Create a subscription schedule on the subscription in step 1 and update it to cancel after one iteration
- Before 30 days of the expiry, prompt the customer for renewal
- If the customer decides to renew the subscription, you can release the subscription schedule in Step 2 and create a new subscription schedule with next due iteration
- Repeat step 3 and 4 until customer decides to stop subscription
sweet ... now ... if they DON'T renew within that time, can we still follow the same process when the cancellation occurs ...
replace the expired schedule with another ...
I take it there is only one schedule for a subscription ... ?
Yes, correct!