#simon-_best-practices
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- simon-_api, 22 hours ago, 23 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1245805023506731110
đ Have more to share? Add details, code, screenshots, videos, etc. below.
@lusty jackal I don't really get what you want to "provide" in your sentence. Like what exactly is not working?
we provide reports and we want to provide the first report for free when you subscribe
Sorry it's this sentence I don't get
How do I provide this first report free
I am really confused by what the question is about right now and can't wrap my head around it
Our service is generating reports for properties. Our reports cost the customer an amount. However, if they subscribe they get their first report for free. As in they get the report for free but I want to record this transaction on Stripe at the end of the month. Can I log it via a Meter Event or do I have to just add it to an upcoming invoice via stripe.invoices.update?
I guess I just want to still see this free and paid usage combined on my Dashboard on Stripe..
Ah I see, I don't thin that's possible in any way unfortunately
You could have tiers where the first one is free and the next ones are say $1 each. but it'd apply each month. We don't have a way to model the idea of "the first one ever is free, then never free again
ok cool, so for the first one (say it is $0) does Stripe have a transaction fee at all?
no
awesome, what is the difference between Per Unit and Flat Fee regarding Tiered Pricing ?
The flat fee is charged once for the tiers, where the per unit component is charged per unit in that tier. You can find several example calculations in the docs about this:
https://docs.stripe.com/products-prices/pricing-models#adding-flat-fees
ah I see. wow thanks
NP!
And this would all be finalized at the end of the month obviously