#thefron_
1 messages · Page 1 of 1 (latest)
You'd want to use subscription schedule for this
https://stripe.com/docs/billing/subscriptions/subscription-schedules
Update Subscription API doesn't allow you to "schedule" an update that gets applied on period end. Subscription Schedule API can help with that
Thanks for the swift response. I was also looking onto subscription schedule, but wasn't sure that it's what I was looking for. I'll give it a try! Thanks