Hello,
1) Currently Authorize.net is sending Payment Receipts for their Transcation directly to our client. can we stop them ? if so then how ?
2) is there any way to send Payment Receipts On demand ? if so then is API available for it ?
Thanks!
06-03-2020 12:52 AM
Hello,
There are two methods you can use to have Authorize.Net send your customer a transaction email receipt on your behalf. You can configure your account settings in the Merchant Interface, or send the request through the API call. It is important to note that if your account settings and the API request do not match, then the API request will override your account settings.
In the merchant interface:
You can also configure the header and footer text for your email receipts.
Using the API:
All createTransactionRequest calls support optional per-transaction settings, such as email receipt delivery:
emailCustomer | Flags whether to send the customer email receipt. | Boolean. |
06-09-2020 10:10 PM