#geordi-upcoming-invoice
1 messages ยท Page 1 of 1 (latest)
Hi ๐ do you happen to have the request ID (req_XXX) from when you called that endpoint that you could share?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks, taking a look
Alright, so I can see what you're passing into us, would you mind pasting the response that you received so I can compare?
I hit the discord paywall - the response is too long ๐
I'll trim it down a bit
Haha, I forgot that was there, you may be able to dump it in a txt file.
Thanks for that, I think it's because the price you're moving to is volume-based, but am working on confirming that.
ah Okay! We assumed it would be returned as we have the volume (quantity) so should be able to work out the tier, and return the unit_price for that tier - thanks for looking into this!
Thanks for your patience. I was able to confirm that unit_amount won't be populated as the volume price doesn't have a single set one. You could work backwards to calculate it by dividing amount by quantity (both fields are on the line item object).