#prerak-theCirqle

1 messages ยท Page 1 of 1 (latest)

livid gullBOT
somber pike
#

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.

obtuse geode
#

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?

somber pike
#

Yup

obtuse geode
#

Got it.