#jcnguyen-invoice-upcoming
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- jcnguyen_36895_03919, 6 days ago, 32 messages
Hi,yes it should work: https://stripe.com/docs/api/invoices/upcoming#upcoming_invoice-discounts. Have you tried? Are you seeing an error?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi i added the coupon id but it seems not not doing anything
here's the requestid : req_EeXNUQpEAqhGgM
Taking a look here
tried with a coupon property instead of discount but the same behavor: req_hUwBOnT5FHbMRR
Can you ommit the tax from this request?
Can you share the response from the request please?
Asking a teammate to look as well, thank you for your patience.
Can you try passing in none on the proration, https://stripe.com/docs/api/invoices/upcoming#upcoming_invoice-subscription_proration_behavior?
if i set nothing on prorate i will get extra line causing double charge
i think i raise an issue last time
confirmed without prorate amount discount work
but then the total come out double
Confirmed with a teammate that on the Upcoming invoice this won't show the discounted amount.
When they use 'always_invoice', it causes an Invoice to be created for the prorations. Since that's technically the next Invoice, the Upcoming Invoice API returns that Invoice. This is a limitation of the Upcoming Invoice API.
is there any chance fixing that
or what are my option to get a preview of an invoice with prorate and discount
I'll share this with the product team but there is not a timeline/ promise I can make.
Thank you
There is not I'm afraid
got it thanks