#Shra-Subscription
1 messages ยท Page 1 of 1 (latest)
Hi there, so basically you want to to immediately invoice your customer when they change plan
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment you can set proration_behavior to always_invoice when changing the plan.
And you can set proration_behavior to none if don't want to use proration.
In first usecase, which I mentioned. customer will not actually change the plan but they only updates(adds) the quantity to that plan. and we need immidiate payment for that update without proration
I don't get the idea of immidiate payment without proration , can you show me an example?
consider customer has a monthly plan, for 10 quantity for a period 10th april to 10th may,
now on 25th april customer decides to add 5 more quantity, so in that case we need to charge the customer for that 5 seats for the period 10th april to 10th may
Why are you charging the customer from the period 10th april to 10th may if they only add additional 5 seats on 25th april? It doesn't sound reasonable to me.
but our client wants to ๐ ๐
This is not something we can support. You can read more about subscription backdating here https://stripe.com/docs/billing/subscriptions/backdating?dashboard-or-api=api
thank you