#haroon
1 messages · Page 1 of 1 (latest)
just information related to line items
just want a tabular view with details like order #, shipment #, etc
You can use metadata to store additional information, but it is not visible on the invoice though: https://stripe.com/docs/api/invoiceitems/object#invoiceitem_object-metadata
yes, I'm using metadata. But I want to display information on invoice as well
That's not possible, no.
There might be another way though, let me quickly check.
You can add custom fields to the invoice itself: https://stripe.com/docs/api/invoices/create#create_invoice-custom_fields
Yes, I am using this as well. But I want to add some info in invoice item as well
Yes, I understand. That's not possible, unfortunately.