#frallain
1 messages · Page 1 of 1 (latest)
not that I'm aware of!
Sorry I looked into https://dashboard.stripe.com/settings/billing/automatic
OK... then what would you recommend? I.e. which webhook should I listen to to act upon old invoices?
can you explain the use case a little more? are these Invoices from subscriptions or one-off invoices? which collection_method are they?
but overall there is no webhook for this. Maybe an idea would be to have a cron job to run occasionally that calls the List Invoice endpoint and then calls the Void Invoice endpoint on anything with a certain status and created more than a certain amount of time ago