#JM217
1 messages · Page 1 of 1 (latest)
Hi there, the upcoming invoice object doesn't have the invoice_pdf set, so you need to use the invoice data and render it yourself.
OK, thanks!
Another question
I use mixed type of billing
Standard Billing + Metered Usage based model
How can I check the usage data from the upcoming invoice
You can use this API to retrieve the detailed usage data https://stripe.com/docs/api/usage_records/subscription_item_summary_list?lang=cli#usage_record_summary_all
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.