#jonathanbull-subitem-update
1 messages · Page 1 of 1 (latest)
Hi there! Give me one sec
Okay so in order to trigger this behavior you will want to set the proration_date so that you are charging for the full amount: https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_date.
Thanks, should proration_date be set to now() for that behaviour? Or should it be the date of the last/next invoice?
I believe you would set it to the time of the start of the billing period. I'd recommend testing this to make sure!
Tested and confirmed. Thanks again @gray moat !