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
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
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
Thank you!!!
05-29-2019 03:23 AM
05-29-2019 09:19 PM - edited 05-29-2019 09:20 PM