#aditya-bhutani-due-invoices
1 messages · Page 1 of 1 (latest)
heya @eternal flicker , there is only the due_date[0] on the invoice object. Can you share more on what you're trying to do?
[0] https://stripe.com/docs/api/invoices/object#invoice_object-due_date
I want to show the user how many days the invoice is over due.
hmmhmm, unfortunately we don't have such a field, you're going to need to calculate it from the due_date
Got it. Thanks Alex !!