#alvin_63959
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.
- alvin-subscriptionschedule-invoice, 17 hours ago, 38 messages
- alvin_63959, 4 days ago, 57 messages
Hi, how can I help?
Hi I am a developer, can you explain me more of this
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#changing-subscriptions
I tried this when using downgrade subscription.
Eg case:
Premium to Standard on daily plan
Cx wants to downgrade Standard
new bill will reflect on the next period
for the schedule, I can see that, it will still invoice Premium then after that it will invoice the downgraded plan
example of it is this
sub_1OMDEdGFC7Ks3wO6Km5nGIxh
& sub_1OMDSeGFC7Ks3wO65lNNuAzk
both of them downgrade scenario but this subscription
sub_1OMDSeGFC7Ks3wO65lNNuAzk is the example of will be bill the new downgraded subscription
What are you trying to achieve exactly?
I want to have a schedule subscription that will schedule the downgrade subscription to be billed at next period
You can avoid using Schedules and just downgrade the Subscription before the next billing cycle by listening to invoice.created event. You can mark the Subscription as up for an downgrade in the metadata.
if I can avoid using schedules and just by listening to invoice.created can I still cancel the downgrade?