#Muhammad Awais
1 messages · Page 1 of 1 (latest)
You'll need to pass pending_invoice_items_behavior: 'include': 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.
to invoice?
We changed the default bahviour to exclude in 2022-08-01: https://stripe.com/docs/upgrades#2022-08-01
Yes, when you create the Invoice
Set it to include globally?
No, other than using the old API version
ok