#vision-metered-schedule
1 messages · Page 1 of 1 (latest)
@pure trellis hello! I don't really follow the timeline that this could look like. If it were me I'd create the SubscriptionSchedule as is and just cancel the Subscription early if the customer doesn't pay
Will webhook help In this
First invoice is in draft then only it will attempt to charge so their only we need to set schedule accordingly
maybe
I'm sorry this is still super vague. Now you talk about the first Invoice, but earlier you said it was the Invoice for the last active Subscription so I'm really lost
Let me explain you again. I have metered recurring plan.If user have active subscription of plan 1 but from next month user want to change from plan 1 to plan 2 , how to handle this
As it's recurring so it will be immediately active
You don't create a separate SubscriptionSchedule. You turn the existing Subscription into a SubscriptionSchedule https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription
vision-metered-schedule
Actually we have to change plan only if user requested us
You are saying convert current subscription into schedule ?
And add new subscription detail their itself ?
yes
Then it will automatically handle the failed case also?