#brooker

1 messages ยท Page 1 of 1 (latest)

fallen treeBOT
dusky plank
#

To be specific, I have a separate workflow I need to kickoff when an invoice is past due, and want the invoice to be voided in Stripe.

devout wadi
#

Hello ๐Ÿ‘‹
You'd need to listen to webhook events for that. Don't think there's a setting that you can configure for this

dusky plank
#

Or do I just need to schedule a job in my system when I set the due date?

devout wadi
#

I believe customer.subscription.updated event would be generated when the subscription moves to past_due status

#

lmk if that helps @dusky plank

dusky plank
#

These are not subscriptions, just one off invoices

devout wadi
#

Invoices don't have past_due status, subscriptions do

fallen treeBOT
dusky plank
#

Ok, so if I make an invoice with a due date and that date passes, there's no event?

sage heath
#

I think they might transition to the status that you have for this setting which would trigger an event