AuthorizeNet / sample-code-php

This repository contains working code samples which demonstrate php integration with the Authorize.Net API
MIT License
175 stars 197 forks source link

Sending Email to Customer whenever the subscription transaction Fails #101

Closed aqilkam closed 6 years ago

aqilkam commented 6 years ago

Hi,

Requirement:

When ever a subscription transaction is failed due to credit card number changed or any other possibility the customer should receive an email about the issue.

currently merchant is receiving the email, he has to inform the customer. can this process be automated by sending direct email to customer?

Thanks