The problem I face here is whenever a customer's invoice status is changing from 'draft' or 'pending' to 'paid' I am not getting notified , so have to check manually each time whether the status is changed or not.
It would be very helpful if there is any way of getting notified through mail or any other medium whenever a status is changed
Thank You
Actually Stripe provides a Webhook mechanism that notifies your application when an event happens in your account. In order to monitor the Invoice updates, you can listen to this event invoice.updated
. Otherwise, here is some other events related to Invoice activity: