#Rita-invoice-description
1 messages · Page 1 of 1 (latest)
From what I can see, this Invoice doesn't have any description set? What description are you expecting to see there?
That's the description on the line item, not the description on the invoice itself
ok how this part is called can I fetch it some how?
also I don't see in export address
I wanna check invoices with US customers, why some of them are missing avatax field
It's not possible on UI so I hoped for csv file to include country + invoice product info
I don't know where you can export this through the dashboard (that would be a better question for support at https://support.stripe.com/contact), but you can easily retrieve all this information through the API. You'd just list your invoices (https://stripe.com/docs/api/invoices/list) and the returned data should include the invoice line items and the csutoemr address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.