#masnu
1 messages · Page 1 of 1 (latest)
You can set up to 4 custom fields: https://stripe.com/docs/invoicing/customize#custom-fields
Thank you for the link @naive patio . I don't see custom line item fields, though. I assume I need to build an Invoice Item via API and add what we need in the description field.
Ah yeah if the custom fields are only ever going to be descriptions for the invoice items then yeah just set it here: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.