#sach_Prt
1 messages · Page 1 of 1 (latest)
Hi there,
I invite to follow this guide in order to get familiar with the Invoicing API:
https://stripe.com/docs/invoicing/integration/quickstart
Thank you but i try since long time... i'm sure it's easy but i don't understand why doesnt works. I reed every lines on the subject.
You likely need to pass pending_invoice_items_behavior: 'include' when creating the invoice: 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.
The default is to exclude them as of a new(ish) API version: https://stripe.com/docs/upgrades#2022-08-01