<?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: Problem with AUTH_ONLY transaction while testing in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33033#M17569</link>
    <description>&lt;P&gt;My Code is as Follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NameValueCollection nvcParam = new NameValueCollection();&lt;BR /&gt;nvcParam.Add(ApiFields.Type, "AUTH_ONLY");&lt;BR /&gt;nvcParam.Add(ApiFields.CreditCardNumber, "4111111111111111");&lt;BR /&gt;nvcParam.Add(ApiFields.CreditCardExpiration, "1216");&lt;BR /&gt;nvcParam.Add(ApiFields.CreditCardCode, "Test Transaction");&lt;BR /&gt;nvcParam.Add(ApiFields.Amount, "1.99");&lt;BR /&gt;nvcParam.Add(ApiFields.Description, "Test Transaction");&lt;BR /&gt;nvcParam.Add(ApiFields.PONumber, "S1");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizationRequest request = new AuthorizationRequest(nvcParam);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var gate = new Gateway(_apiLogin, _apiTransactionKey, true);&lt;/P&gt;&lt;P&gt;var response = gate.Send(request);&lt;/P&gt;&lt;P&gt;Console.WriteLine("{0}: {1}", response.ResponseCode, response.Message);&lt;BR /&gt;Console.WriteLine("Auth Code: {0}", response.AuthorizationCode);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2013 11:06:01 GMT</pubDate>
    <dc:creator>dipesh</dc:creator>
    <dc:date>2013-02-15T11:06:01Z</dc:date>
    <item>
      <title>Problem with AUTH_ONLY transaction while testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33031#M17567</link>
      <description>&lt;P&gt;I'm trying to write code to explore the late payment transaction. In the code I have NameValueCollection object with the x_type set to AUTH_ONLY but when I create object of AuthorizationRequest with the collection, somehow it is automatically set type to AUTH_CAPTURE. I want to know how do I implement AUTH_ONLY transactions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Dipesh&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 10:37:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33031#M17567</guid>
      <dc:creator>dipesh</dc:creator>
      <dc:date>2013-02-15T10:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AUTH_ONLY transaction while testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33033#M17569</link>
      <description>&lt;P&gt;My Code is as Follow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NameValueCollection nvcParam = new NameValueCollection();&lt;BR /&gt;nvcParam.Add(ApiFields.Type, "AUTH_ONLY");&lt;BR /&gt;nvcParam.Add(ApiFields.CreditCardNumber, "4111111111111111");&lt;BR /&gt;nvcParam.Add(ApiFields.CreditCardExpiration, "1216");&lt;BR /&gt;nvcParam.Add(ApiFields.CreditCardCode, "Test Transaction");&lt;BR /&gt;nvcParam.Add(ApiFields.Amount, "1.99");&lt;BR /&gt;nvcParam.Add(ApiFields.Description, "Test Transaction");&lt;BR /&gt;nvcParam.Add(ApiFields.PONumber, "S1");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizationRequest request = new AuthorizationRequest(nvcParam);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var gate = new Gateway(_apiLogin, _apiTransactionKey, true);&lt;/P&gt;&lt;P&gt;var response = gate.Send(request);&lt;/P&gt;&lt;P&gt;Console.WriteLine("{0}: {1}", response.ResponseCode, response.Message);&lt;BR /&gt;Console.WriteLine("Auth Code: {0}", response.AuthorizationCode);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 11:06:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33033#M17569</guid>
      <dc:creator>dipesh</dc:creator>
      <dc:date>2013-02-15T11:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with AUTH_ONLY transaction while testing</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33034#M17570</link>
      <description>&lt;P&gt;Just checked the code of Authorize.Net project from SDK and figured out that, even if you pass all values through NameValueCollection Parameter, it sets only three parameters, 1.&amp;nbsp;CreditCardNumber, 2.&amp;nbsp;CreditCardExpiration and 3. Amount. Even TransactionType (ApiAction) is not handled correctly in SDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, I am extending it further to resolve the loopholes so let me know if anyone needs updated SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 13:14:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Problem-with-AUTH-ONLY-transaction-while-testing/m-p/33034#M17570</guid>
      <dc:creator>dipesh</dc:creator>
      <dc:date>2013-02-15T13:14:30Z</dc:date>
    </item>
  </channel>
</rss>

