#sedouard

1 messages · Page 1 of 1 (latest)

autumn martenBOT
fallen badge
#

Hi 👋 a full list of available Event types can be found in our API spec:
https://stripe.com/docs/api/events/types#event_types-invoice.created

That being said, I don't think there is a good option to listen to for Invoices going past due. You can leverage Test Clocks to quickly simulate an Invoice going past due, so then you can see exactly what Events are triggered based on your account settings:
https://stripe.com/docs/billing/testing/test-clocks

A webhook based option to consider, is to listen for invoice.finalized Events, and store the Invoice along with it's due_date in on your end. Then if you don't receive an invoice.paid Event for that Invoice before the due_date you logged, you can trigger an email.