#gold-invoice-upcoming
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You can listen to invoice.created events to listen to invoice creation events.
They are created on the day of the renewal
You can also listen to invoice.upcoming
https://stripe.com/docs/api/events/types#event_types-invoice.upcoming
You can set the X number of days in the dashboard where Stripe will generate the event prior to invoice getting generated
Roger that. So sounds like we could probably listen to invoice.upcoming and then if there is no payment method on file notify wherever we want.
We currently have it set to 14 days so could be useful. Thanks!
NP! ๐ Happy to help
gold-invoice-upcoming