#nukesforbreakfast

1 messages · Page 1 of 1 (latest)

glacial mauveBOT
lethal fable
#

No, not at this time. Just so I'm clear, are you looking for an event you can use with invoices that are collection_method: send_invoice and which have a non-null due_date?

lethal mountain
#

correct

#

for now I wrote some logic to use AWS EventBridge scheduler to schedule a past due event to fire when I process the invoice.finalized event, but if Stripe can send that event directly that would be easier with less to maintain.

#

basically I read the invoice.finalized event, grab the due_date, and schedule a one-shot event to fire on the due_date.

#

it just seems strange that Stripe will fire one for automations, but not a have a general invoice.past_due event webhook. ¯_(ツ)_/¯

lethal fable
#

Agreed, I'll share this feedback with our team. It looks like others have requested it before

lethal mountain
#

I know I have 🤣