#ironbeard - proration behavior

1 messages · Page 1 of 1 (latest)

compact drift
#

Proration is a per-action setting, you'll want to set it to always invoice with each modify call

#

The subscription itself does not have a proration setting

final dirge
#

Gotcha, thanks! Also, in reviewing my code it seems at some point I was under the impression that I shouldn't send the items (list of prices) to Subscription.modify if it didn't update. (That is, I checked locally if the Prices inthe subscription changed in my database, and only included them in the call if they were different from what I got from Stripe's servers).

Is there any reason to do this? Or is it safe to always send that data in modify call even if it stays the same?

compact drift
#

Apologies for dropping off of this thread for an hour. I don't think that re-sending without modifications would cause an issue but it wouldn't provide any benefits either