#kuklyy-update-sub
1 messages · Page 1 of 1 (latest)
Hey! So you want to upgrade/downgrade immediately but keep the current billing anchor date?
i think so
Do the prices you're using have different intervals? Can you share the sub_xxx ID?
Got it. you'll need to use a trial period to force set the billing date to the current anchor when updating: https://stripe.com/docs/billing/subscriptions/billing-cycle#using-a-trial-to-change-the-billing-cycle
but i dont want to change billing period, i want it to be the same, just change subscriptions price
Sorry, I'm confused
For example, if it’s May 15 and a customer has an active subscription set to bill next on May 23
when i change priceId on May 15 the invoice will be created on May 15 and user will be billed immediately
i want to change it on may 15 but user is still on old priceId till May 23
Got it. You can't do that directly on the Subscriptions API, you'd need to use scheduling: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#existing-subscription & https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions
ok thx, i will dig into this
Np!