#nukesforbreakfast
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nukesforbreakfast-collectionmethod, 1 day ago, 11 messages
- nukesforbreakfast, 4 days ago, 30 messages
- nukesforbreakfast, 5 days ago, 22 messages
- nukes-invoice-balance, 5 days ago, 24 messages
- nukesforbreakfast, 6 days ago, 3 messages
- nukesforbreakfast, 6 days ago, 7 messages
No, I believe this is the intended behavior for pending_items_behavior="include"
There's no way to cherry pick invoice items when creating an invoice.
The other option would be to create an empty invoice before hand and then add the invoice items to it when you create them by assigning invoice ID
https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-invoice
okay, so invoice items created without being associated with an invoice cannot be later modified to be associated to a draft invoice?
that was what I was actually looking for, but there doesn't seem to be a invoice field in the update API call.
okay, so invoice items created without being associated with an invoice cannot be later modified to be associated to a draft invoice?
Correct, it will be included in the next invoice that usespending_items_behavior="include"