#piq9117
1 messages · Page 1 of 1 (latest)
Apologies for the wait. Looking now
Can you list the IDs of the Prices and Products? What is supposed to show instead?
No worries. I wanted it to say
Basic Tier - base price $15.00
Basic Tier - seat price $1.50
let me grab the IDs
product id - prod_MqmDz8jzthFpAG
price ids
- base price - price_1M74fDGJhtMpdHF8GItn0d9d
- seat price - price_1M74fEGJhtMpdHF8QzBvhRoz
You would need to create a new Price with a new Product. Once they are associated with each other on an Invoice, they cannot be unset/modified
Thanks for the response. It looks like i can update the description with this field in this api https://stripe.com/docs/api/invoiceitems/update#update_invoiceitem-description
Is there no way to fill in this invoice line item description with a price nick name or something
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't think that updates the view you referenced. The view is populated by the name of the Product: https://stripe.com/docs/api/products/create#create_product-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.