<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Avoid sending email confirmation when using CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53682#M28778</link>
    <description>&lt;P&gt;I am using CIM to process payments for various web portal systems, from consumer products to subscription payments, etc... lots of different customer facing assets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of these assets do not require an email to send from Authorize.NET and some do, but I cannot seem to find any documentation about how to enable a receipt confirmation email to be sent or NOT to be sent based on the CIM API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont want to turn off all emails or turn on all emails for that matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something I can do?&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 04:39:51 GMT</pubDate>
    <dc:creator>maccamacca</dc:creator>
    <dc:date>2016-02-02T04:39:51Z</dc:date>
    <item>
      <title>Avoid sending email confirmation when using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53682#M28778</link>
      <description>&lt;P&gt;I am using CIM to process payments for various web portal systems, from consumer products to subscription payments, etc... lots of different customer facing assets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of these assets do not require an email to send from Authorize.NET and some do, but I cannot seem to find any documentation about how to enable a receipt confirmation email to be sent or NOT to be sent based on the CIM API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont want to turn off all emails or turn on all emails for that matter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this something I can do?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 04:39:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53682#M28778</guid>
      <dc:creator>maccamacca</dc:creator>
      <dc:date>2016-02-02T04:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending email confirmation when using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53683#M28779</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There a emailcustomer in settingName, although couldn't find any doc on how to use it.&lt;/P&gt;&lt;P&gt;only found it in the schema&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd" target="_blank"&gt;https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xs:enumeration value="emailCustomer"&amp;gt;&amp;lt;xs:annotation&amp;gt;&amp;lt;xs:documentation&amp;gt;true/false. Used by createTransaction method.&amp;lt;/xs:documentation&amp;gt;&amp;lt;/xs:annotation&amp;gt;&amp;lt;/xs:enumeration&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 12:49:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53683#M28779</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-02T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid sending email confirmation when using CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53684#M28780</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7﻿&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18597"&gt;@maccamacca﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The missing documentation for email receipts will return after a short absence in an upcoming release. &amp;nbsp;Until then, here are the details:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To send payment-gateway-generated customer receipts, follow these steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In the transactionSettings element, set the settingName to Customer and set the settingValue to true.&lt;/LI&gt;
&lt;LI&gt;Enter the customer’s valid email address (up to 255 characters) in the element of the customer field. To insert a header, enter headerReceipt in another settingName element. In the settingValue field, enter the header as it should appear in the email.&lt;/LI&gt;
&lt;LI&gt;To insert a footer, enter footerReceipt in another settingName element. In the settingValue field, enter the header as it should appear in the email.&lt;/LI&gt;
&lt;LI&gt;To send a confirmation to the merchant, add another settingName element with the value merchant, and set the value to the email address to which the merchant’s copy of the customer confirmation email should be sent. If a value is submitted, an email will be sent to this address as well as the address(es) configured in the Merchant Interface.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:48:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Avoid-sending-email-confirmation-when-using-CIM/m-p/53684#M28780</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-02-02T15:48:26Z</dc:date>
    </item>
  </channel>
</rss>

