<?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 Stop email of treansaction receipt when transaction is of authorize only. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/52364#M27623</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have restrict transaction receipt(which is sent by authorize.net) email if transaction is of type "Authorize only" and allow to sent trasaction receipt if transaction is of type "Authcapture".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have inegreated CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can anyone please tell me is above issue can be handled by using API (CIM)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes then let me know how is this possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2015 05:57:11 GMT</pubDate>
    <dc:creator>testing</dc:creator>
    <dc:date>2015-10-01T05:57:11Z</dc:date>
    <item>
      <title>Stop email of treansaction receipt when transaction is of authorize only.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/52364#M27623</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have restrict transaction receipt(which is sent by authorize.net) email if transaction is of type "Authorize only" and allow to sent trasaction receipt if transaction is of type "Authcapture".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have inegreated CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can anyone please tell me is above issue can be handled by using API (CIM)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes then let me know how is this possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 05:57:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/52364#M27623</guid>
      <dc:creator>testing</dc:creator>
      <dc:date>2015-10-01T05:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stop email of treansaction receipt when transaction is of authorize only.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/52365#M27624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have resolve above mention issue by set "&lt;STRONG&gt;x_email_customer=FALSE&lt;/STRONG&gt;" in createCustomerProfileTransaction() function of CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;$request = new AuthorizeNetCIM;&lt;BR /&gt;&amp;nbsp;$transaction-&amp;gt;amount = $amount;&lt;BR /&gt;&amp;nbsp;$transaction-&amp;gt;customerProfileId = $customer_profile_id;&lt;BR /&gt;&amp;nbsp;$transaction-&amp;gt;customerPaymentProfileId = $customerPaymentProfileId;&lt;BR /&gt;&amp;nbsp;$transaction-&amp;gt;order-&amp;gt;invoiceNumber = $eve_regid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;$response = $request-&amp;gt;createCustomerProfileTransaction("AuthOnly", $transaction,&lt;STRONG&gt;'x_email_customer=FALSE'&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but one new question arise when execute above code,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If i need to pass more than extraparameters&amp;nbsp; like x_email_customer,x_duplicate_window in&amp;nbsp;createCustomerProfileTransaction()&amp;nbsp; then how can we apply more than one extraparameters in that function?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried following code but it didn't work,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;$response = $request-&amp;gt;createCustomerProfileTransaction("AuthOnly", $transaction,'x_email_customer=FALSE,x_duplicate_window =0');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 09:36:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/52365#M27624</guid>
      <dc:creator>testing</dc:creator>
      <dc:date>2015-10-01T09:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Stop email of treansaction receipt when transaction is of authorize only.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/68908#M42033</link>
      <description>&lt;P&gt;Talked to an Authorize.net service rep today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Emailing the customer a receipt from within Authorize.net should&lt;STRONG&gt; NOT&lt;/STRONG&gt; be done. What they have of that feature was intended to be something of a “last resort” for the merchant who had no way themselves of sending a receipt to the card holder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are thus changing our code&amp;nbsp;to make an additional request to Authorize.net to obtain a transaction’s details, of which we only need the customer (cardholder) email address.&amp;nbsp;&amp;nbsp; We force that the email address be provided on the Authorize.net payment UI, so said field will always be present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that, we will send our own receipt to the cardholder.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 23:58:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Stop-email-of-treansaction-receipt-when-transaction-is-of/m-p/68908#M42033</guid>
      <dc:creator>KeithDavenport1</dc:creator>
      <dc:date>2019-08-29T23:58:10Z</dc:date>
    </item>
  </channel>
</rss>

