#bijay_jha
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
The ID txr_1OM7lcF9yHeYvqmoeLAcqfep doesn't exist. so it's expected to not work.
where did you find this ID?
I get this id when I call stripe.invoices.retrieveUpcoming(stripePriceId)
you can check this request - req_5MafkbU6O1hAPE
buy why do you need the tax rate of the upcoming invoice?
We have a subscription based pricing model. We have a scenario where I need to show the price breakdown to the end users before they create a subscription to show the breakdown of prices in terms of product as well as taxes
you can try passing expand:["total_tax_amounts.data.tax_rate"] to the retrieveUpcoming call and that probably will render the details
Let me try that.