I am doing a checkout page and implemented authorize.net's c# sample code:
The client also wants to have authorize.net send a confirmation email. I am having a hard time finding how to do that in the documentation. How do you do this on the code end? Is there sample code that implements this?
Please advise. Thx
10-23-2015 09:39 AM
Hi cltw,
Authorize.Net sends out email notifications to the merchant and customer when a transaction is authorized. A Customer Email Receipt is sent to the customers by default when a transaction is authorized as long as an email address is provided along with the transaction request.There is nothing you need to configure programmatically via the API to enable this feature.
Thanks,
Joy
10-28-2015 10:35 AM
The question is how do you provide the email address with the transaction request when sample code doesn't do that?
Thanks
10-28-2015 12:30 PM
Hello? Please follow up and re-read the question carefully, it was not answered satisfactorily.
11-11-2015 07:36 AM
Go to Authorize.Net account set up and enter or enable your email address or address, then you will get automatic email for every single transaction , either successful or decline or drop.......
11-12-2015 01:03 PM