#Parmod
1 messages · Page 1 of 1 (latest)
hi! for billing_cycle_anchor, should be possible, it's just calling https://stripe.com/docs/api/subscriptions/update for example, some docs at https://stripe.com/docs/billing/subscriptions/billing-cycle to check.
I don't know what it would mean to change current_period_start, that doesn't make sense to me really, the subscription exists and started at the time the customer made the payment in Checkout,
so the thing is I have a scenario where user have 1 active subscription and change to another subscription via check out so we want start of new subscription from end of current active subscription
here i am not able to update "billing_cycle_anchor" to specific timestamp like i can only pass string 'now' or other Right?
yes, you can't really do that with Checkout
cool