- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am working on subscription functionality where I need to send email to customer(whose subscription has failed) on renewal fail.
I found that on subscription renewal fail, email is sent to admin/staff, but there was no option to automatically send email to the customer whose subscription has failed.
I explored other options, checked up webhook also but didn't find any event that will get fired on subscription renewal fail.
So is it possible to get webhook event on subscription renewal fail ? or are there any other option ?
Regards,
Solved! Go to Solution.
โ05-28-2019 11:36 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not 100% sure but I do not think auth.net has any prebuilt functionality. If I were doing that I would have a script that keeps track of renwal dates, then have webhooks or other automated db updates for payments. If you don't get a pending capture or captured pending settlement on the date, have your db + server side programming interact to send an email.
โ05-29-2019 12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not 100% sure but I do not think auth.net has any prebuilt functionality. If I were doing that I would have a script that keeps track of renwal dates, then have webhooks or other automated db updates for payments. If you don't get a pending capture or captured pending settlement on the date, have your db + server side programming interact to send an email.
โ05-29-2019 12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you!!!
โ05-29-2019 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-29-2019 09:19 PM - edited โ05-29-2019 09:20 PM

