#Manny_Manny_2023
1 messages · Page 1 of 1 (latest)
hello! you must attach the test clock when you create a customer
it's not possible to attach the test clock after you create the subscription / subscription schedule
if a customer is already created can we attach a TestClock through api at a later date
no, that's not possible
can you attach a Test clock to a subscription that is being created?
A test clock can only be attached to a Customer. So no, you cannot attach a test clock to a Subscription
you must create the test clock first, then pass in the test clock as a parameter when creating the customer
thank you for your help
one more question
is there any way you can add a subscription item to a subscription outside the billing cycle, lets say the billing cycle of currenct subscription is 27th July to 27th August but i want now to add a SubscriptionItem on 31st August how is it possible
sure, you can use Subscription Schedules to schedule that change https://stripe.com/docs/billing/subscriptions/subscription-schedules
so i have to add it in phases?
sort of, you have to define the phase you want to add that subscription item in
but it will add to the current subscription only right it wont create a new subscription?
yes, it will add to the current subscription. You should try it out