#stripe101-subscription-followup

1 messages ยท Page 1 of 1 (latest)

modest mirage
#

Hello ๐Ÿ‘‹
yes, that is correct! If its set to be cancelled at the end of the billing cycle, updates still can be made.

pseudo rain
#

And what are the options regarding the invoice that's created when the quantity changes?

#

Fetch the upcoming invoice and delete the invoice items? Anything else?

#

Example:
Per unit $5.
Quantity 10.
Feb 1 - Feb 31 billing cycle.
Subscription is set to cancel on Feb 31.
Proration_behavior=none
Quantity changes on Feb 10 to 11.
Upcoming Invoice on Feb 31 is $5.

modest mirage
#

could you give me a concrete example of what you're trying to do? maybe if you have a subscription id I can look into, that'd help as well

pseudo rain
#

Not sure how to improve upon the example above. Does it make sense to you?

Here is a sub id: sub_1KHu6UKw8DGVSI1LqqrntocK

verbal nebula
#

We're a bit lost unfortunatley. You mentioned Feb 31 (which doesn't exist), this one is for April 5. The example above was unfortunately confusing so we don't grasp what you are asking at all

#

what's confusing you with that subscription?

pseudo rain
#

Ha yeah noticed that about Feb. It's a sudo example. My bad for making more confusing.

No, the subscription looks to be working correctly.

#

My questions is, if you note in that subscription, re: the upcoming invoice.

I want to not have that exist essentially.

verbal nebula
#

you have no choice, you have pending invoice items from a past proration

#

they owe you money so we will invoice them

pseudo rain
#

thank you for confirming that.

aha, proration_behavior=none implies that the full charge is owed. makes sense. ๐Ÿ˜…

verbal nebula
#

it doesn't mean that either no

pseudo rain
#

when you say "you need to avoid proration in general", what do you mean by this? what are the options?

verbal nebula
#

proration_behavior is not a "sticky setting" for a subscription. It's a specific option that applies to the specific update you make. If you never want proration you have to disable proration every time you make any change to a subscription or its items

pseudo rain
#

ah, crap. i have set proration_behavior: 'none' when the sub is created ...
Oh! Thank you for clarifying!

full osprey
#

Hi ๐Ÿ‘‹ I'm taking over if you have any further questions.
With regard to the docs, we are considering changes like you mentioned. We try to continuously improve the docs to make them more clear.