#ashtray_wasp
1 messages · Page 1 of 1 (latest)
Great, thanks! Additional question: there is no way to create an empty invoice before creating invoice items and to attach these items to the invoice, correct?
You can do that by setting pending_invoice_items_behavior. See: https://stripe.com/docs/api/invoices/create#create_invoice-pending_invoice_items_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks