#pale
1 messages · Page 1 of 1 (latest)
Yes there is pending_invoice_items_behavior which you will want to set to include here. 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.
If this account was created recently, this behavior might be because the new account is on a newer API version. If that is the case, you can ask our support team to downgrade your account's API version if you want to use your same code for the other accounts
It make sense because this account created recently. On previous account pending invoices were included automatically without any parameter. Thanks.
Yeah that was one of the changes in the lastest API version specifically https://stripe.com/docs/upgrades#2022-08-01
Glad I could help clarify what is going on!