#alvin_63959

1 messages ยท Page 1 of 1 (latest)

torn agateBOT
#

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.

mortal vapor
#

Hi there ๐Ÿ‘‹ what's your question that you're looking for assistance with?

shell canopy
#

Hi toby, so I was downgrading and creating a schedule

#

I set first phase to iterations = 1 next phase is = 2

#

question should I just update the subscription schedule and not create the schedule?

#

because the second one is the existing now I want to create a schedule for that subscription

mortal vapor
#

Sorry, most of that didn't make sense to me. What are you actually trying to do?

question should I just update the subscription schedule and not create the schedule?
You won't be able to update the Subscription Schedule if it's never created.

shell canopy
#

But how to create subscription schedule only for this one?

#

should I use this?

mortal vapor
shell canopy
#

okay thanks, will read out the documentation

#

why it is said

Stripe.StripeException: 'You cannot migrate a subscription that is already attached to a schedule:

#

I am trying to create a schedule with existing subscription
var subscriptionScheduleOptions = new SubscriptionScheduleCreateOptions
{
FromSubscription = account.LastAccountSubscription.StripeSubscriptionID
};
var subscriptionScheduleService = new SubscriptionScheduleService();
var schedule = subscriptionScheduleService.Create(subscriptionScheduleOptions);

mortal vapor
#

That error indicates the Subscription you're trying to create a Subscription Schedule for is already controlled by an existing Subscription Schedule.

shell canopy
#

this subscription doesnt have any attached schedule
sub_1OHpd3GFC7Ks3wO6bsMdnKYd

mortal vapor
#

Subscriptions can only be controlled by one Subscription Schedule at a time.

shell canopy
#

how to manually delete existing schedule?

mortal vapor
shell canopy
#

I cannot do that through stripe dashboard?