<?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: Authorize AIM In MVC 5 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58233#M32900</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Validate method was removed from the SIMResponse. To enable it ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following should be added to : &amp;nbsp;/Authorize.NET/AIM/Responses/SIMResponse.cs&lt;/P&gt;&lt;PRE&gt;public bool Validate(string merchantHash, string apiLogin) {
          return Crypto.IsMatch(merchantHash, apiLogin, this.TransactionID, this.Amount, this.MD5Hash);
       }
 &lt;/PRE&gt;&lt;P&gt;and the following should be added to : /Authorize.NET/Utility/Crypto.cs&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public static bool IsMatch(string key, string apiLogin, string transactionID,decimal amount, string expected) {
            var unencrypted = string.Format("{0}{1}{2}{3}", key, apiLogin, transactionID, amount.ToString());
           var md5 = new System.Security.Cryptography.MD5CryptoServiceProvider();
            var hashed = Regex.Replace(BitConverter.ToString(md5.ComputeHash(ASCIIEncoding.Default.GetBytes(unencrypted))), "-", "");
              return hashed.Equals(expected);
       }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2017 11:17:16 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-05-25T11:17:16Z</dc:date>
    <item>
      <title>Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58226#M32893</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please any one help me...&lt;/P&gt;&lt;P&gt;how to integrate authorize.net AIM for any simple integration in MVC 5.&lt;/P&gt;&lt;P&gt;Previcous i done in php (&lt;SPAN&gt;integration for AIM&lt;/SPAN&gt;) but know we want in .NET with MVC 5.&lt;/P&gt;&lt;P&gt;Please send any articles to integrate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mubeena&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 09:28:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58226#M32893</guid>
      <dc:creator>Mubeena123</dc:creator>
      <dc:date>2017-05-25T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58229#M32896</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could check out the SDK &lt;A href="https://github.com/AuthorizeNet/sdk-dotnet" target="_self"&gt;https://github.com/AuthorizeNet/sdk-dotnet &lt;/A&gt;and the sample code at &lt;A href="https://github.com/AuthorizeNet/sample-code-csharp" target="_self"&gt;https://github.com/AuthorizeNet/sample-code-csharp&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 10:09:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58229#M32896</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-25T10:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58230#M32897</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reponse...&lt;/P&gt;&lt;P&gt;am trying this url&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="http://samridhis.blogspot.in/2011/01/authorizenet-integration-ecommerce.html" target="_blank"&gt;http://samridhis.blogspot.in/2011/01/authorizenet-integration-ecommerce.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but getting error in controller with&amp;nbsp;&lt;SPAN&gt;response.Validate(....) here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mubeena&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 10:17:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58230#M32897</guid>
      <dc:creator>Mubeena123</dc:creator>
      <dc:date>2017-05-25T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58231#M32898</link>
      <description>&lt;P&gt;What is the error you are getting?&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 10:22:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58231#M32898</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-25T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58232#M32899</link>
      <description>&lt;P&gt;Am getting this errors in home controller&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;Error 1 'AuthorizeNet.SIMResponse' does not contain a definition for 'Validate' and no extension method 'Validate' accepting a first argument of type 'AuthorizeNet.SIMResponse' could be found (are you missing a using directive or an assembly reference?) C:\Users\mubee\documents\visual studio 2013\Projects\Authocsharp\Authocsharp\Controllers\HomeController.cs 22 36 Authocsharp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Error 2 'Authocsharp.Controllers.AuthorizeNET' does not contain a definition for 'Helpers' C:\Users\mubee\documents\visual studio 2013\Projects\Authocsharp\Authocsharp\Controllers\HomeController.cs 25 41 Authocsharp&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 10:30:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58232#M32899</guid>
      <dc:creator>Mubeena123</dc:creator>
      <dc:date>2017-05-25T10:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58233#M32900</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Validate method was removed from the SIMResponse. To enable it ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following should be added to : &amp;nbsp;/Authorize.NET/AIM/Responses/SIMResponse.cs&lt;/P&gt;&lt;PRE&gt;public bool Validate(string merchantHash, string apiLogin) {
          return Crypto.IsMatch(merchantHash, apiLogin, this.TransactionID, this.Amount, this.MD5Hash);
       }
 &lt;/PRE&gt;&lt;P&gt;and the following should be added to : /Authorize.NET/Utility/Crypto.cs&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;public static bool IsMatch(string key, string apiLogin, string transactionID,decimal amount, string expected) {
            var unencrypted = string.Format("{0}{1}{2}{3}", key, apiLogin, transactionID, amount.ToString());
           var md5 = new System.Security.Cryptography.MD5CryptoServiceProvider();
            var hashed = Regex.Replace(BitConverter.ToString(md5.ComputeHash(ASCIIEncoding.Default.GetBytes(unencrypted))), "-", "");
              return hashed.Equals(expected);
       }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 11:17:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58233#M32900</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-25T11:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize AIM In MVC 5</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58243#M32909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i added like you said but am getting null from&amp;nbsp;&amp;nbsp;'response' like message, approved - false, response code,MD5Hash = null all variable getting null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mubeena&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2017 05:22:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-AIM-In-MVC-5/m-p/58243#M32909</guid>
      <dc:creator>Mubeena123</dc:creator>
      <dc:date>2017-05-26T05:22:19Z</dc:date>
    </item>
  </channel>
</rss>

