<?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: CIM: Authorize.Net Email Receipt missing Customer ID in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49569#M25123</link>
    <description>&lt;P&gt;Sure thing!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was using ASP.NET MVC 5 with AuthorizeNet.1.8.3 from&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-dotnet"&gt;https://github.com/AuthorizeNet/sdk-dotnet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Feb 2015 14:16:26 GMT</pubDate>
    <dc:creator>Vaslin</dc:creator>
    <dc:date>2015-02-08T14:16:26Z</dc:date>
    <item>
      <title>CIM: Authorize.Net Email Receipt missing Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49545#M25111</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When adding a customer profile with CIM, I am setting the third parameter of 'gateway.CreateCustomer' to our client ID number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;billing.AuthorizeProfileId = gateway.CreateCustomer(billing.Email, billing.FullName, client.ClientId.ToString()).ProfileID;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;billing.PaymentProfileId = gateway.AddCreditCard(billing.AuthorizeProfileId, cardNumber, expirationMonth.Value, expirationYear.Value, cardCode, billToAddress);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The customer object that is returned from CreateCustomer correctly has the 'ID' property populated and everything is working properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;profile&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;&amp;lt;merchantCustomerId&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 14&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/merchantCustomerId&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The automatic email receipt however shows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;==== CUSTOMER BILLING INFORMATION ===&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Customer ID : none&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not a big deal, but just wanted to point it out to y'all.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:27:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49545#M25111</guid>
      <dc:creator>Vaslin</dc:creator>
      <dc:date>2015-02-05T14:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Authorize.Net Email Receipt missing Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49546#M25112</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17898"&gt;@Vaslin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing this to our attention. &amp;nbsp;Could you help us with a bit more information, for example which XML or SDK method you are using to process the transaction?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can help us with those details, we can work to duplicate your issue and determine how to address.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 16:57:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49546#M25112</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-02-05T16:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Authorize.Net Email Receipt missing Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49569#M25123</link>
      <description>&lt;P&gt;Sure thing!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was using ASP.NET MVC 5 with AuthorizeNet.1.8.3 from&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://github.com/AuthorizeNet/sdk-dotnet"&gt;https://github.com/AuthorizeNet/sdk-dotnet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Feb 2015 14:16:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Authorize-Net-Email-Receipt-missing-Customer-ID/m-p/49569#M25123</guid>
      <dc:creator>Vaslin</dc:creator>
      <dc:date>2015-02-08T14:16:26Z</dc:date>
    </item>
  </channel>
</rss>

