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