#informatjonas-Subscription
1 messages · Page 1 of 1 (latest)
Hello, I am afraid I don't follow the formula. Could elaborate more about the last calculation? How does it result in 1000 euro?
I am currently already writing with Stripe support on the website.
01.12.2021 - 31.12.2021
Basic rent - 500 €
01.11.2021 - 30.11.2021
Recorded orders - 1 € * number (e.g. 1 € * 500)
Total amount: 1.000 €
So, I would need to submit the new value of "Recorded Orders" to Stripe on the first day of each month for them to calculate correctly.
- Will this Basic rent be per month? Or is it just one time charge?
- When will you charge this 1000 euro amount? On Dec?
To charge a period on the past, you would want to backdate your Subscription https://stripe.com/docs/billing/subscriptions/backdating
- is this basic rent charged per month? Or is it just a one time fee?
The basic rent is charged per month.
- when will you charge this amount of 1000 euros? In December?
Yes, the 1000 EUR will be charged in December.
When I create the subscription, I can charge the customer only 500 EUR.
You can simplify the Pricing model. Let's think basic rent of 500 eur is a flat price, contrast with the quantity based (metered billing) price. Like this model: https://stripe.com/docs/billing/subscriptions/examples#flat-fee
And in December, you will backdate the Subscription to Nov, and apply a discount to Nov to negate the basic Flat Price in Nov
I think this should work