How can I use the Stripe Webhook to know when to send an invoice

Hi all,
Stripe notifies s2Member when a client has paid his monthly membership fee.
Is there a way to intercept that notification.
When I read about the Notification API within s2Member it says that all IPN related notifications are done automatically (if the webhook is set up correctly, which is the case) so you don’t need to create an optional notification.
Knowing if a member has paid his monthly fee, I can then create his invoice and make that available for download in his/her account.

Or should I still create a specific payment notification, but where can I find specific info on Stripe notifications.

Thanks

You’re not going to get an answer. I’ve asked several times and contacted them. There is no support for s2member unless they just happen to feel like answering.

Oh, that’s not the answer I was hoping for.
Think I go digging in the code of s2Member to see if I can find anything.

Timothy,
As of now, I came to the conclusion to write my own Webhook to achieve what I have in mind. Although the docs from Stripe are well written and have a lot of recipes, it didn’t work for me the first time.
Googling about webhooks+Stripe+Wordpress got me on this tutorial from Pippin Williamson (Yep, the guy form Pippinsplugins):

I haven’t tried it yet, but it sounds promising.

I hope it will also help you.