#sdasdq3we
1 messages · Page 1 of 1 (latest)
hi! you can set billing_cycle_anchor for example at the same time when updating, but can you explain with an example what you're trying to accomplish so I can help most effectively?
{
Items = subscriptionItemOptions,
ProrationBehavior = "always_invoice",
};```
this is my code
When I update subsection it is working proper but is cycle if from jan 2024 to jan 2025 it's not changing that cycle,
If I upgrade in march so I want cycle from march 2024 to march 2025
https://stripe.com/docs/billing/subscriptions/billing-cycle#reset-the-billing-cycle-to-the-current-time you could pass billing_cycle_anchor="now" to change the cycle when doing the update