#mp_api
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/1301163199361716395
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Those are proration related, which you can just disable if you don't want to credit for unused time etc: https://docs.stripe.com/billing/subscriptions/prorations
No, I do not wish to touch the prorations, just the invoice that is generated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Depends what you're trying to do exactly!
For example this is our invoice
We add a new user. It shows the total minus the unused. Can we just show the new charge?
Yes, as I said, the unused time line is credit related to proration behaviour set on the update. Do you want to generate credit for the unused time or not? Or do you just want to 'hide' the line item?
I expect what you want to do is pass proration_behavior: 'none' when you do the update call to add a new user
Or do you just want to 'hide' the line item? -> This
AFAIK that isn't possible
Thank you