- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Customer Receipt and SIM?
Hi All,
In the SIM, after the payment, I need to send a copy of customer's receipt mail to Merchant also. (with item details etc..)
Is it possible?
Pls. help. I neeed it urgently.
Thanks in advance.
Saravanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use Relay Response or Silent Post to get transaction details and then use the programming language of your choice to send the email to the merchant.
-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger
NEW! Handling Authorize.Net's Webhooks with PHP
Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)
Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post

12-14-2011 11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for your suggestion. I need CC mail of Customer Receipt. For this, is there any option in the account or is this posssible in Authorize.Net ?
12-15-2011 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Interesting idea, but no. If you want an immediate email yourself as well, you'll have to generate it yourself. As stymiee said, you can turn on relay response for SIM and use that page to generate the email, or you can turn on silent post (see your control panel) and use that instead. Of the two, the silent post page is probably going to be less complicated and maybe less prone to error. Start by just having the silent post page log the POST data it receives (run through a transaction), so you can get an idea of what it looks like and what you have to work with.

12-15-2011 07:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The documentation does say this:
In addition, the merchant can receive a transaction confirmation email from the payment gateway at the completion of each transaction, which includes order information and the results of the transaction. Merchants can sign up for confirmation emails in the Merchant Interface. For more information, please see the Merchant Integration Guide at http://www.authorize.net/support/merchant/.
I did a search there and found this:
To receive confirmation emails:
1. Log on to the Merchant Interface at https://secure.authorize.net
2. Click User Profile under Account in the main menu on the left OR if this option is not available for your account, click Settings in the Account section
3. Click Edit Profile Information OR if you are in the Settings menu, click Manage Contacts in the Business Settings section and click Edit next to the account contact that should receive confirmation emails
4. Click to select the check box labeled Transaction Receipt in the Transaction Emails section
5. Click Submit to save changes
This should work sufficiently well for what you need.

12-15-2011 08:22 AM
