#hollym
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We don't know about reporting in this server. We are focused on developers coding integrations with stripe APIs. For help with reports we recommend reaching out to Support
https://support.stripe.com/?contact=true
Yes we have a Stripe integration -- so I'm wondering if something could've happened there that would create a blank Description on the invoice
The description property is set during invoice creation. It isn't populated from Products.
https://stripe.com/docs/api/invoices/create#create_invoice-description
Did you set the description property when you created the invoice?
Pretty sure we did -- we don't have a use-case where we're not populating that upon invoice creation
Do you have an example invoice ID I can review?
in_1NO1ZpD8utvBTChefyxccbDz
Here is the creation request https://dashboard.stripe.com/logs/req_InzGQD48NPXGKh no descriptioin was provided
THis subscription was created in the Dashboard so perhaps there was a missed step in a process?
Oh interesting - apologies I thought someone created the charge through our platform that uses the Stripe API so that could be the answer. Will have our team look into it further
Thank you!
Happy to shed what ๐ก I can ๐
I conferred with my team and Description used to autopopulate if they created a pending invoice item > invoice from the Stripe Dashboard... I wonder if this is a bug specific to Stripe
The "Description" section in the Dashboard will show the line items. But that is not representative of the description parameter on the Invoice object in the API
We don't know too much about the Dashboard and are focused on the Stripe Objects as represented in the API since that what this server is focused on
Yes - aware; was sharing an update. Unsure if there'd be an overlapping impact