#goforebroke-DOTNET
1 messages · Page 1 of 1 (latest)
What do you see on the response? And can you paste the request id (req_xxx)?
With a first glance, it believe you are expanding latest_invoice.discounts but taking subscription.LatestInvoice.Discount (without an s)
discounts can have value, but discount won't: https://stripe.com/docs/api/invoices/object#invoice_object-discount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Describes the current discount applied to this invoice, if there is one. Not populated if there are multiple discounts.