#prathyusha_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1390538409076064307
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- prathyusha_code, 7 hours ago, 28 messages
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
hello! usage based billing charges for the usage within the billing interval i.e. if your plan is monthly - Jul 1 to Jul 31, you should be recording the usage during that period. Can you share more context on what you're trying to do or achieve here?
Hi Alex
I have to charge the user next month based on usage, so for previous imonth i get to know the usage in this month and i am allowed to add that usage between 1 to 10 th of current month. and I need to charge the user based on the total usage on 15th
but i see invoice is created on 1st , and in draft, after that even if i add usage with past month timestamp, the draft invoice is not taking it up
see the invoice fyi. in_1RgntQ4RooAUSbsNravrypmA
gimme a while to take a look
By default, newly recorded usage appears on an invoice when it’s finalized, and not on the draft invoice.
Have you tried finalizing the invoice to see if it shows up?
nope let me try.