@stripe Any reason why in the retrieveSubscription NodeJS API you don't include a total amount the customer will get billed? Obviously it includes tiers and amounts (flat rate + overage setup) but seems odd you don't include a total amount
The total amount that will be charged can vary on an invoice-by-invoice basis due to things like coupons, reported usage, and ad-hoc invoice items. As such, this isn't exposed as a simple field but you can use https://stripe.com/docs/api/invoices/upcoming … to see what the next invoiced amount would be.