<?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: Working with test # in AIM sandbox, test address and CVC2? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16748#M9423</link>
    <description>&lt;P&gt;I always just put in my own credit card info with card code 900 (your own card code won't work in sandbox). Don't know about address testing, I just turned it on and trusted that it would work correctly. Since I output the error text, I don't need to have every specific error coded for in advance, just success or failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't know if this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2011 13:35:27 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2011-09-06T13:35:27Z</dc:date>
    <item>
      <title>Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16740#M9419</link>
      <description>&lt;P&gt;I'm still working in sandbox mode. I have the test Visa and MC numbers and expiration, but what about testing for address verification and CVC2 verification? What data should I send to those variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While we're on the subject, I couldn't find any real info on the variables to send in the Docs, but I found this on Google. Is this still correct (assuming that it ever was)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$transaction = new AuthorizeNetAIM('ID', 'KEY');&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;setSandbox(true);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;amount = '9.99';&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;card_num = '4007000000027';&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;exp_date = '10/16';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;first_name = $cardholder_first_name;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;last_name =&amp;gt; $cardholder_last_name;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;card_code =&amp;gt; $cvc2;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$transaction-&amp;gt;address =&amp;gt; $billing_address;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;city =&amp;gt; $billing_city;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;state =&amp;gt; $billing_state;&lt;/P&gt;&lt;P&gt;$transaction-&amp;gt;zip =&amp;gt; $billing_zip;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$response = $transaction-&amp;gt;authorizeAndCapture();﻿&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 02:11:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16740#M9419</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-06T02:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16748#M9423</link>
      <description>&lt;P&gt;I always just put in my own credit card info with card code 900 (your own card code won't work in sandbox). Don't know about address testing, I just turned it on and trusted that it would work correctly. Since I output the error text, I don't need to have every specific error coded for in advance, just success or failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't know if this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 13:35:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16748#M9423</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-06T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16850#M9468</link>
      <description>&lt;P&gt;Hi jwcarlton,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Generation Guide﻿ lists values you can use to trigger certain transaction responses when using your test account.﻿ You can check the guide here: &lt;A href="http://www.authorize.net/files/ErrorGenerationGuide.pdf" target="_blank"&gt;http://www.authorize.net/files/ErrorGenerationGuide.pdf&lt;/A&gt; ﻿﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;-Joy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 02:32:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16850#M9468</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2011-09-08T02:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16926#M9505</link>
      <description>&lt;P&gt;Joy, I tried using the codes in the PDF you posted, but it's either not working correctly, or I'm totally misunderstanding the seemingly simple instructions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did I understand correctly that I should just use, for example, a zip code of 46282 while in the Sandbox, and it will automatically give me an error message that the charge is declined? When I did that, both&amp;nbsp;$response-&amp;gt;approved﻿ and&amp;nbsp;$response-&amp;gt;error_message﻿ came back as false (so it didn't charge, but it didn't give me an error message that I could pass along to the customer, either).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further, when I changed the zip to 46201, I expected the charge to decline with an error that the address matched, but the zip didn't. But instead, the transaction was approved, anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly, when I changed the CVC2 to 901, I expected it to decline with an error that the CVC2 didn't match, but the transaction was still approved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where am I messing up?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2011 06:19:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16926#M9505</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-09T06:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16992#M9536</link>
      <description>&lt;P&gt;Please make sure that your sandbox account is in &lt;EM&gt;live mode&lt;/EM&gt;.&amp;nbsp; Transactions run in test mode (on either a test or production account) are only very basic simulations and approve pretty much everything.&amp;nbsp; Your test account needs to be in live mode for a more complete simulation that will recognize these triggers.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2011 22:59:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/16992#M9536</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-09-09T22:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/17002#M9541</link>
      <description>&lt;P&gt;I actually clicked on "Accept as Solution" by accident; I mean to click Reply. I don't see a way to undo that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trevor, do you mean to just change&amp;nbsp;$transaction-&amp;gt;setSandbox(true);﻿ to false, and use the test credit card info? If not, then I'm not sure how to do what you said.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2011 01:54:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/17002#M9541</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-11T01:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/17006#M9543</link>
      <description>&lt;P&gt;Looks like that's what he said. Should only take you a couple minutes to test and find out.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2011 09:44:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/17006#M9543</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-11T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18734#M10372</link>
      <description>&lt;P&gt;No way to get it work with any combinations with zip codes, only dollar amounts. Does anyone have a working example with zip code trigger that you can post here?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 22:00:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18734#M10372</guid>
      <dc:creator>stretcheandrew</dc:creator>
      <dc:date>2011-11-08T22:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18736#M10373</link>
      <description>&lt;P&gt;Did you use cc# 4222222222222 ?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 22:07:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18736#M10373</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-11-08T22:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18738#M10374</link>
      <description>&lt;P&gt;Yes, tried everything yet still always get approved avs=Y, card code response='', cavv response =2&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 22:09:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18738#M10374</guid>
      <dc:creator>stretcheandrew</dc:creator>
      <dc:date>2011-11-08T22:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Working with test # in AIM sandbox, test address and CVC2?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18744#M10377</link>
      <description>&lt;P&gt;Figured out why! when you set recurring_billing = true, it will not work.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 22:49:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Working-with-test-in-AIM-sandbox-test-address-and-CVC2/m-p/18744#M10377</guid>
      <dc:creator>stretcheandrew</dc:creator>
      <dc:date>2011-11-08T22:49:37Z</dc:date>
    </item>
  </channel>
</rss>

