Adds the ability to migrate subscriptions to flexible billing modePublic preview
What’s new
The new method on the Subscription resource, /v1/subscriptions/:subscription/migrate
, lets you migrate the billing_mode for existing subscriptions from classic
to flexible
. You can use the billing mode to control the calculation and orchestration of prorations and invoices for subscriptions.
You can also track the timestamp of your migration with the new billing_
field on the Subscription object.
Impact
To migrate the billing_
of your existing subscriptions, pass in billing_
when you make the migrate request.
Learn more about how the billing mode enables flexible behavior for subscriptions and the limitations.