#mjezew-checkout-subscription
1 messages · Page 1 of 1 (latest)
mjezew-checkout-subscription
@lunar sigil it doesn't really make sense to set this for Checkout. proration_behavior isn't a "setting" on the Subscription that sticks. It's an option you have to pass/provide every time you decide to make a change to the Subscription
Thank you for the quick response! That makes sense. It does make me curious then what the purpose of this param on the create subscription api is? https://stripe.com/docs/api/subscriptions/create#create_subscription-proration_behavior Since it isn't really a change to a subscription, it's the initialization.
it's for when you also set billing_cycle_anchor for proration to the 1st of the month for example
So it is a sticky setting for proration when a billing_cycle_anchor is set?
Nothing is sticky per se. It's just a specific parameter to apply to the first Invoice if you use billing_cycle_anchor, that's all. It would not be sticky for future updates