We are a SaaS platform using Mollie to handle subscriptions/payments. We would like to send customers payment-e-mails when a payment for their subscription has been created in Mollie (I am talking about the payment automatically created by Mollie based on the interval of a subscription). We do not see a webhook for payment_created. How can we best realise this? PS is it possible to disable notifications for test-mode (our administration is getting spammed)?
#Notifying customers when a payment has been created from subscription
1 messages · Page 1 of 1 (latest)
Hey, we don't send webhooks for payment_created, list of the events we send webhooks for you can see here: https://docs.mollie.com/reference/webhooks
In this thread: https://discord.com/channels/1037712581407817839/1414705825347408016, we explained similar workaround that should work in your case
RE notifications: https://help.mollie.com/hc/en-us/articles/115000818445-How-do-I-change-my-notifications-settings
Just a note: we don't send payment_created to the new-gen system yet.
Ok, wand what about disabling notification for test-mode payments?
That’s covered in the article I sent earlier : )