#Skrypnyk81
1 messages · Page 1 of 1 (latest)
That's just how subscriptions work: you create the subscription and the billing period reflects that of the items on the subscription. They just continually recur until explicitly canceled.
If you want it to cancel after 12 months, you can set cancel_at field, or use a schedule: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans
Ok, thanks