#Ben Clum

1 messages · Page 1 of 1 (latest)

green owlBOT
dense dome
#

@wooden hazel You're in the wrong thread

jolly sonnet
#

yes you're right, it is. I'm more interested in the amount the user will be charged when they make the subscription change. it seems like it includes unncessary proration amounts

humble maple
#

unnecessary is not really the word I'd use. But yes we prorate changes by default. You can disable that if you don't want it (proration_behavior:none on various API calls)

jolly sonnet
#

so when switching prices on a subscription, is the user never charged immediately? (as in, it only creates pending invoice items that will apply to the next payment)

humble maple
#

again, depends. You control this via proration_behavior

jolly sonnet
#

assuming the value is create_prorations

humble maple
jolly sonnet
#

okay got it! Thanks. "always_invoice" must be a recent addition, cause it used to only be create_prorations and none were the only values.