<?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 Why always get &amp;quot;(TESTMODE) This transaction has been approved.&amp;quot; in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-always-get-quot-TESTMODE-This-transaction-has-been-approved/m-p/36695#M20389</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Question#1&lt;/STRONG&gt; .I always get (such as "TESTMODE") when I call&amp;nbsp;&lt;SPAN&gt;Gateway.Send method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any thing wrong I did? I'm using the real apilogin and transactionkey.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this is my c# code:&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;var request = new AuthorizationRequest(payInfo.CardNumber, payInfo.ExpirationMonthAndYear, 0.01m, "desc");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;var gate = new Gateway(paymentSettings.ApiLogin, paymentSettings.ApiKey, false);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;IGatewayResponse response = gate.Send(request);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the response like this&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Approved: true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Message: (TESTMODE) This transaction has been approved.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;AuthorizationCode: 000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;TransactionID: 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;TransactionType: auth_capture&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;CardNumber: XXXXXXXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;AVSResponse: AVS not applicable for this transaction&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;CardType: MasterCard&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;CAVResponse: Blank or not present = CAVV not validated&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Code: 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Method: CC&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;ResponseCode: 1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Question#2&lt;/STRONG&gt;, How do I get the transation list via apis. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;When I call GetTransactionsList, I also always get Exception"Access denied. You do not have permissions to call the Transaction Details API."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;it my c# code:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;var reportingGateway = new ReportingGateway(paymentSettings.ApiLogin, paymentSettings.ApiKey, ServiceMode.Live);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;var transactions = reportingGateway.GetTransactionList();&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Nov 2013 07:59:04 GMT</pubDate>
    <dc:creator>moon_wa</dc:creator>
    <dc:date>2013-11-11T07:59:04Z</dc:date>
    <item>
      <title>Why always get "(TESTMODE) This transaction has been approved."</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-always-get-quot-TESTMODE-This-transaction-has-been-approved/m-p/36695#M20389</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Question#1&lt;/STRONG&gt; .I always get (such as "TESTMODE") when I call&amp;nbsp;&lt;SPAN&gt;Gateway.Send method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any thing wrong I did? I'm using the real apilogin and transactionkey.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;this is my c# code:&lt;/P&gt;&lt;P&gt;-----------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT color="#339966"&gt;var request = new AuthorizationRequest(payInfo.CardNumber, payInfo.ExpirationMonthAndYear, 0.01m, "desc");&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;var gate = new Gateway(paymentSettings.ApiLogin, paymentSettings.ApiKey, false);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;IGatewayResponse response = gate.Send(request);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the response like this&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Approved: true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Message: (TESTMODE) This transaction has been approved.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;AuthorizationCode: 000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;TransactionID: 0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;TransactionType: auth_capture&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;CardNumber: XXXXXXXX&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;AVSResponse: AVS not applicable for this transaction&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;CardType: MasterCard&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;CAVResponse: Blank or not present = CAVV not validated&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Code: 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Method: CC&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;ResponseCode: 1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;Question#2&lt;/STRONG&gt;, How do I get the transation list via apis. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;When I call GetTransactionsList, I also always get Exception"Access denied. You do not have permissions to call the Transaction Details API."&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;it my c# code:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;var reportingGateway = new ReportingGateway(paymentSettings.ApiLogin, paymentSettings.ApiKey, ServiceMode.Live);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;var transactions = reportingGateway.GetTransactionList();&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 07:59:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-always-get-quot-TESTMODE-This-transaction-has-been-approved/m-p/36695#M20389</guid>
      <dc:creator>moon_wa</dc:creator>
      <dc:date>2013-11-11T07:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why always get "(TESTMODE) This transaction has been approved."</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-always-get-quot-TESTMODE-This-transaction-has-been-approved/m-p/36699#M20391</link>
      <description>&lt;P&gt;1)turn testmode off on the merchant sandbox account settings. &lt;A target="_blank" href="https://sandbox.authorize.net/" rel="nofollow"&gt;https://sandbox.authorize.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2)Turn transaction Detail api settings on at the same place as 1)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2013 12:20:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-always-get-quot-TESTMODE-This-transaction-has-been-approved/m-p/36699#M20391</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-11-11T12:20:04Z</dc:date>
    </item>
  </channel>
</rss>

