#prerak-theCirqle
1 messages ยท Page 1 of 1 (latest)
Hi ๐ yes, you can specify the desired due date when you're creating the Invoice via the due_date parameter:
https://stripe.com/docs/api/invoices/object#invoice_object-due_date
Or is your question specifically focused on providing a relative time there rather than a timestamp? Which I don't believe is possible.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, it's relative.
I am using days_until_due at the moment. What is the difference between this and due-date?
Is it just, one is number of days and other is a timestamp?
Yup
Got it.