<?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 Re: Customer receipt email not being sent in sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customer-receipt-email-not-being-sent-in-sandbox/m-p/66799#M40305</link>
    <description>&lt;P&gt;After reading the API documentation. I needed to create a customerDataType and add it to the transaction request customer property. The email field in this object is used for the receipt responce email notification, not the email in the billTo object.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 14:30:15 GMT</pubDate>
    <dc:creator>jbowman</dc:creator>
    <dc:date>2019-03-07T14:30:15Z</dc:date>
    <item>
      <title>Customer receipt email not being sent in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customer-receipt-email-not-being-sent-in-sandbox/m-p/66788#M40294</link>
      <description>&lt;P&gt;I'm in the process of recoding my SIM application to use .net API. I'm not receiving any customer receipt emails. I have the email receipts setup in the settings and this is working fine in our production SIM process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the API&amp;nbsp;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;authCaptureTransaction&lt;/FONT&gt; type and have an email set in the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;customerAddressType&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; firstName = paymentInfo.FirstName,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lastName =&amp;nbsp; paymentInfo.Lastname,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; address = paymentInfo.Address,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; city = paymentInfo.City,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state = paymentInfo.State,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zip = paymentInfo.ZipCode,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email = paymentInfo.Email&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;I also have the transactionRequest.transactionSettings set to:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;new settingType[]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; { new settingType() { settingName = settingNameEnum.emailCustomer.ToString(), settingValue = "true" },&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;But I don't receive any email on a successful transaction.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;During testing on my sandbox account I initially had the payment&amp;nbsp; form field email marked as required. My test transaction always returned an error "email is required" after I unchecked the email required checkbox my transaction complete successfully.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="&amp;quot;ScalaSansWeb&amp;quot;,sans-serif"&gt;Jay&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 18:33:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customer-receipt-email-not-being-sent-in-sandbox/m-p/66788#M40294</guid>
      <dc:creator>jbowman</dc:creator>
      <dc:date>2019-03-06T18:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customer receipt email not being sent in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customer-receipt-email-not-being-sent-in-sandbox/m-p/66799#M40305</link>
      <description>&lt;P&gt;After reading the API documentation. I needed to create a customerDataType and add it to the transaction request customer property. The email field in this object is used for the receipt responce email notification, not the email in the billTo object.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 14:30:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Customer-receipt-email-not-being-sent-in-sandbox/m-p/66799#M40305</guid>
      <dc:creator>jbowman</dc:creator>
      <dc:date>2019-03-07T14:30:15Z</dc:date>
    </item>
  </channel>
</rss>

