#Dario - invoice due dates
1 messages · Page 1 of 1 (latest)
Hi there. Not sure off the top of my head. Can you share invoice id's for both scenarios?
Yes, sure. The invoice with the Jan 1, 1970 due date is in_1KUDc2FcQSeURAT5D5Wugpfh, while the invoice with an empty due date is in_1LDD9hGGq1MJhrgLXo3WTXXS.
Thanks. Looking
So the one with the empty due date is because its collection_method is charge automatically: https://stripe.com/docs/api/invoices/object#invoice_object-due_date
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 other invoice has a collection_method of send_invoice so it's populated with that unix epoch date as a placeholder
Thanks!