Subscription Proration Previews and Pending Cancellation
MINOR Proration Preview Endpoint
You can now preview the cost impact of a subscription plan or pricing option change before submitting it, so subscribers can see what they'll be charged or refunded ahead of time.
What's New?
- Proration preview endpoint - Compute the proration amounts a prospective plan or pricing option change would produce, without persisting anything or affecting billing
- Clear rejection reasons - A response with
would_prorate: falseisn't an error - it tells you why the change wouldn't result in a proration (for example,no_changeornegative_amount)
For details see:
MINOR Cancel Pending Subscriptions Before Go-Live
Subscriptions that haven't yet reached their go_live_after date can now be canceled directly, without needing to wait for the subscription to become active.
What's New?
- Immediate cancellation for pending subscriptions - Canceling a
pendingsubscription (one with no invoices yet) is always immediate, since there's no billing period in progress to defer to - Self-service for subscribers - Subscribers can cancel their own pending subscription without needing to set the
cancel_immediatelyflag
For details see: