#danielncr.
1 messages · Page 1 of 1 (latest)
Sure, what's the question?
I'm using billing cycle anchor date to set the date.
But if that date is more than one year in the future the API complains with:
stripe.error.InvalidRequestError: Request req_j8IdZlrFo1uRgK: billing_cycle_anchor cannot be later than next natural billing date (1732220543) for plan
There are other date fields. Should I be using start_date?
You can use a subscription schedule for starting a subscription in the future:
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future
Thanks, I'll look at Subscription schedules.