Skip to main content
Fires when an invoice becomes past due. Use this event to trigger collection workflows and identify accounts at risk of involuntary churn.

JavaScript

Properties

When to Fire

  • When invoice due date passes without payment
  • When Stripe marks invoice as past due
  • When payment retry fails

Stripe Webhook

Maps to invoice.marked_uncollectible or custom logic based on invoice.payment_failed status.
Past due invoices are an early indicator of involuntary churn. Use this event to trigger proactive outreach.