cancel
Showing results for 
Search instead for 
Did you mean: 

how to have authorize.net sent confirmation email sample code c#

I am doing a checkout page and implemented authorize.net's c# sample code:

https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard....

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

cltw
Contributor
4 REPLIES 4

 

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

Joy
Administrator Administrator
Administrator

The question is how do you provide the email address with the transaction request when sample code doesn't do that?

Thanks

Hello?  Please follow up and re-read the question carefully, it was not answered satisfactorily.  

cltw
Contributor

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.......