#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/1390395393023676426
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share some Request IDs for those? Thanks!
"https://dashboard.stripe.com/test/logs/req_BPILQnZwMXdw3s?t=1751561236",
subscription- req_Nh1UTfEfRm52pH, req_BPILQnZwMXdw3s
req_ww41nqtAvYIUbj, - usage request id,
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
There are details on backdating Subscriptions here: https://docs.stripe.com/billing/subscriptions/backdating
My requirement is like
Plan - Jun 1-30
update usage from July 1-10,
finalize and charge invoice on Jul 15.and the cycle repeats,
but by the time invoice created and invoice is in draft stage, i will not have usage info with me
So there are two different things here, ya? A "monthly fee" Plan/price(s) and a "usage" plan/price(s), ya?
ya, i am able to create subscription but not able to see the updated usage on the draft invoice of past month subscription even though i provide pastmonth timestamp
im trying other ways to change subscription method if it helps, but nothing is helping so far
req_ww41nqtAvYIUbj, - usage request id
@white girder is my query clear? any additional information is required?
Sorry, got sidetracked for a moment. reading now.
Usage generally doesn't go in the past month/period, it generally goes in the current month/period, to be billeld on the next invoice. So I don't know that you'll be able to do this exactly the way you're trying to.
I suspect you want two Plans/Prices here: one for the "monthly charges" that renews on the 30th (per your example) and one solely for the usage-based billing that renews on the 10th or 15th.
Nope only 1 plan for forever until cancelled, each customer plan starts from begining of the month, Jul1 - Jul 31, I get that usage reported to me in Aug 1-10 duration,on Aug 15th i need to charge the user with the actual usage based on unit price
Is there any other alternative for my use case
So there's no monthly fee, only usage?
And what about usage on days outside of the 1st to 10th range?
if no usage 0 bill yes, current month 1-31 usage i get reported in next month, then only i can update usage. like next month usage in after month. hope its clear
If you don't get usage data immediately, why are you using UBB vs just using a quantity?
I need to use the credit grants , credit grants are only working for UBB
Credit grants do not require UBB.
Approved uses
You can issue billing credits to your customers either for free or for a fee.
Your customers can use billing credits to pay for memberships, pay-as-you-go plans, subscriptions, or specific products or services that you offer.
as per this we need metered subscriptions to use credit grants is not it?
@woven rain Hope you are able to follow the mentioned scenario
Hi there - just getting caught up here