#supreeth-bca-reset
1 messages · Page 1 of 1 (latest)
If you don't want to use trials, the better way to handle this would be through subscription schedules (https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#resetting-anchor)
I am fine with using trails, but we don't want to miss any existing users from getting billed for their usage. We add usage-based invoice items when invoice is created, before finalizing.
Ah, I see - I misread your question, you're more worried about the invoice immediately finalizing when the trial starts. That's a bit tricky to work around, and actually subscriptions schedules is one of the ways to get around it
ah yes!
Yeah if you reset the billing cycle anchor through schedules I believe it'll still follow the 1 hour draft period
ok thanks! let me try that out