<?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: Beyond Quickstart implementing auth.net for C# .NET MVC application AIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Beyond-Quickstart-implementing-auth-net-for-C-NET-MVC/m-p/48159#M24285</link>
    <description>&lt;P&gt;You can find the source code on github. It the Send method&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Utility/HttpXmlUtility.cs" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Utility/HttpXmlUtility.cs&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2014 19:44:40 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-10-27T19:44:40Z</dc:date>
    <item>
      <title>Beyond Quickstart implementing auth.net for C# .NET MVC application AIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Beyond-Quickstart-implementing-auth-net-for-C-NET-MVC/m-p/48157#M24284</link>
      <description>&lt;P&gt;I am trying to figure out how to move beyond the simple 15 minute setups to more advanced AIM using a MVC C# .net web application. The natural step seems to be the API documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems all the API documentation is for XML/SOAP, however, if I understand correctly, I can make all the calls from my controller using the C# SDK and I do not need to format/submit directly in XML/SOAP. Is there any helpful documentation/resources/examples specifically tailored to implementing the C# SDK, as I am having trouble translating the XML/SOAP examples.&lt;BR /&gt;&lt;BR /&gt;Alternatively could you provide an example of an XML API call translated to just using the C# sdk, like say charge a credit card / createTransactionRequest ? I assume there is a more robust way (say to include the name/address/other information on the credit card) to do this then the 15 minute example of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;var request = new AuthorizationRequest("4111111111111111", "1216", 10.00M, "Test Transaction",);
var gate = new Gateway( "xyz", "xyz" );
var response = gate.Send(request);&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I noticed I could create a new Transaction() and then initialize/assign many values, but how would I then submit this transaction?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance, I realize this is quite the begginer question.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:12:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Beyond-Quickstart-implementing-auth-net-for-C-NET-MVC/m-p/48157#M24284</guid>
      <dc:creator>bobbydoogle</dc:creator>
      <dc:date>2014-10-27T18:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Beyond Quickstart implementing auth.net for C# .NET MVC application AIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Beyond-Quickstart-implementing-auth-net-for-C-NET-MVC/m-p/48159#M24285</link>
      <description>&lt;P&gt;You can find the source code on github. It the Send method&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Utility/HttpXmlUtility.cs" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Utility/HttpXmlUtility.cs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:44:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Beyond-Quickstart-implementing-auth-net-for-C-NET-MVC/m-p/48159#M24285</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-10-27T19:44:40Z</dc:date>
    </item>
  </channel>
</rss>

