#Julio
1 messages · Page 1 of 1 (latest)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i think i gottit
my customer had a test_clock and was still stucked in february
i updated it to the first of march and creating the subscription worked
am i right ?
Ah thank you. So you can't create a subscription that starts in the future directly with the Subscriptions API. You either need to introduce a trial or use the subscription schedules API
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future
The reason it worked is because you moved the clock to 1st march so basically billing_cycle_anchor was set to today
hum
i don't think i follow
i always create subcription in the future
i thought i got it but u've made my question it ^^
Ah maybe I misunderstood, hang on..
k
i wanted to set billing_cycle_anchor to the first of april
i believe it was not possible since the clock was stucked the 21 of Feb
this is it right ?
really curious of the answer ^^
Hey hanzo had to step out but I am catching up and can help in a minute
Right so I think this error happened because the clock was frozen to Feb 21 with a monthlong cycle so you coudn't set an anchor later than March 21
So in that case, the expected input would be to set the anchor to March 1 instead of April 1st