#pranay9915
1 messages · Page 1 of 1 (latest)
Hi there!
What do you mean by "price description"? And where do you want to show that on the Invoice exactly?
I have this price https://dashboard.stripe.com/test/prices/price_1OEUpjJ1QCGsLf0B9fhPPOWx
I want to show "TRH-40" on the invoice line item if I select this price while creating invoice.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And can you share an invoice ID (in_xxx) that's using this price?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks! Give me a few minutes to look into this.
Did you get a chance?
the description on the Invoice comes from the details on the Product object (https://stripe.com/docs/api/products/object#product_object-name) associated with the Price you're using.
Yes, but is there a way I can show the price description as well?