#greggles-subscription-bca
1 messages · Page 1 of 1 (latest)
greggles-subscription-bca
Hey, morning.
@shut nimbus No that is impossible unfortunately. You can only pass billing_cycle_ancor: 'now'
So once the billing anchor is reset, Stripe automatically issues an invoice? No way to delay that?
You're going to have to use the SubscriptionSchedules API https://stripe.com/docs/billing/subscriptions/subscription-schedules I think
The idea is to put them on a phase for now and then on Jan 1st reset the billing cycle anchor for them by using https://stripe.com/docs/api/subscription_schedules/object#subscription_schedule_object-phases-billing_cycle_anchor
Does that mean we'd need to cancel the existing subscription?