#flixt
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Are you trying to cherry pick from existing invoice items?
no I want to create a new invoice with some items on it. Neither of it exists yet. Only the price I want to use for the item.
Yeah don't think you can create this in one go unfortunately ๐ฆ
You'd want to create an empty invoice first and then create an invoice item for the price
https://stripe.com/docs/api/invoices/create#create_invoice-pending_invoice_items_behavior
https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-invoice
https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-price
okay, thanks