<?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: testing decline and other error responses not working in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52733#M27951</link>
    <description>&lt;P&gt;I am noticing that the sample code&amp;nbsp;I implemented doesn't take in zip, address etc. How is that verificaton supposed to be done then?&lt;/P&gt;&lt;P&gt;(&lt;A href="https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs)" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;var creditCard = new creditCardType&lt;BR /&gt;{&lt;BR /&gt;cardNumber = _cust.CreditCardNumber,&lt;BR /&gt;expirationDate = _cust.expDate,&lt;BR /&gt;cardCode = _cust.cvv&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;var APILOGINID = loginid;&lt;BR /&gt;var TRANSACTIONKEY = key;&lt;BR /&gt;var SECRETKEY = key;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_response = Purchase.Run(APILOGINID, TRANSACTIONKEY, creditCard, a_amount_i);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Debug.WriteLine(_response);&lt;/P&gt;&lt;P&gt;update(a_amount_i, _response);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2015 16:02:16 GMT</pubDate>
    <dc:creator>cltw</dc:creator>
    <dc:date>2015-10-26T16:02:16Z</dc:date>
    <item>
      <title>testing decline and other error responses not working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52731#M27949</link>
      <description>&lt;P&gt;I am testing to generate&amp;nbsp;decline and other error responses in the sandbox from the codes on the testing page, (&lt;A href="http://developer.authorize.net/hello_world/testing_guide/)" target="_blank"&gt;http://developer.authorize.net/hello_world/testing_guide/)&lt;/A&gt; &amp;nbsp;but they are still coming back successful. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example I used visa number&amp;nbsp;4111111111111111, cvv 234, and the zip code 46282.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does the sandbox have this capability? &amp;nbsp;What steps do I need to do to generate the errors?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:56:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52731#M27949</guid>
      <dc:creator>cltw</dc:creator>
      <dc:date>2015-10-26T14:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: testing decline and other error responses not working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52732#M27950</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19104"&gt;@cltw﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please show an example request and response?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:02:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52732#M27950</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-10-26T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: testing decline and other error responses not working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52733#M27951</link>
      <description>&lt;P&gt;I am noticing that the sample code&amp;nbsp;I implemented doesn't take in zip, address etc. How is that verificaton supposed to be done then?&lt;/P&gt;&lt;P&gt;(&lt;A href="https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs)" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;var creditCard = new creditCardType&lt;BR /&gt;{&lt;BR /&gt;cardNumber = _cust.CreditCardNumber,&lt;BR /&gt;expirationDate = _cust.expDate,&lt;BR /&gt;cardCode = _cust.cvv&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;var APILOGINID = loginid;&lt;BR /&gt;var TRANSACTIONKEY = key;&lt;BR /&gt;var SECRETKEY = key;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_response = Purchase.Run(APILOGINID, TRANSACTIONKEY, creditCard, a_amount_i);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Debug.WriteLine(_response);&lt;/P&gt;&lt;P&gt;update(a_amount_i, _response);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 16:02:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/testing-decline-and-other-error-responses-not-working/m-p/52733#M27951</guid>
      <dc:creator>cltw</dc:creator>
      <dc:date>2015-10-26T16:02:16Z</dc:date>
    </item>
  </channel>
</rss>

