<?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: AVS and CCV error generating not working any more  ? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50115#M25614</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18120"&gt;@bkruns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact developer support using the link below to request help&amp;nbsp;with&amp;nbsp;your issue. Include the API Login for your sandbox account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/support" target="_blank"&gt;http://developer.authorize.net/support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2015 16:00:02 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2015-03-27T16:00:02Z</dc:date>
    <item>
      <title>AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46439#M23486</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Accroding to&amp;nbsp; &lt;A target="_blank" href="http://developer.authorize.net/tools/errorgenerationguide/,&amp;nbsp;"&gt;http://developer.authorize.net/tools/errorgenerationguide/,&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;we can set&amp;nbsp; zip=46205 or&amp;nbsp; ccv=901 to create failed requests.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked fine for me before, but these days it doesn't work anymore.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requests all went through successfully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Testing Master Card number 54240000000060015 supposes to work too. But it now fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is my problem or something wrong in the sandbox sever side ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aug. 19, 2014&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;&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>Tue, 19 Aug 2014 23:27:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46439#M23486</guid>
      <dc:creator>hsujj</dc:creator>
      <dc:date>2014-08-19T23:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46441#M23487</link>
      <description>&lt;P&gt;Tried 5424000000000015, work, 901 or 46205 works too&lt;/P&gt;&lt;P&gt;getting the correct response on AVS and CVV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you mean failed request?&lt;/P&gt;&lt;P&gt;Unless you set to reject those response, it will be approved&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2014 23:41:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46441#M23487</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-19T23:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46443#M23488</link>
      <description>&lt;P&gt;OK the master card did work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the AVS and ccv feature still not come back.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$auth = new AuthorizeNetAIM;&lt;/P&gt;&lt;P&gt;$auth-&amp;gt;zip = '901'&amp;nbsp; ;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; or&amp;nbsp;&lt;/P&gt;&lt;P&gt;$auth-&amp;gt;card_code &amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp; '46205' ;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;$response&amp;nbsp; = $auth-&amp;gt;authorizeAndCapture();&lt;/P&gt;&lt;P&gt;echo "approved =".$response-&amp;gt;approved."---&amp;lt;br&amp;gt;" ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //&amp;nbsp; 1;&amp;nbsp;&lt;/P&gt;&lt;P&gt;echo "avs_response =".$response-&amp;gt;avs_response."---&amp;lt;br&amp;gt;" ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; Y;&amp;nbsp;&amp;nbsp; P&amp;nbsp; ;Z&lt;BR /&gt;echo "ccv&amp;nbsp; card_code_response =".$response-&amp;gt;card_code_response."---&amp;lt;br&amp;gt;" ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // M&amp;nbsp; ;&amp;nbsp;&amp;nbsp; N: not match&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The responses are :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;"&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;"&gt;approved =1---&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;"&gt;avs_response =N---&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none;"&gt;ccv card_code_response =N---&lt;/SPAN&gt;&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;&lt;P&gt;The "approved" returned shall be false since in sandbox account I use the following settings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Address and ZIP Code Responses:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Decline&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No match&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CCV:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Decline&lt;/P&gt;&lt;P&gt;&amp;nbsp; x&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Does NOT Match&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But why is the transaction still approved&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;It was working fine a few days ago.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 01:00:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46443#M23488</guid>
      <dc:creator>hsujj</dc:creator>
      <dc:date>2014-08-20T01:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46445#M23489</link>
      <description>&lt;P&gt;We're aware of an issue affecting some developers using the error generation guide. &amp;nbsp;We have reported this to the operations team and they are looking into it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 03:23:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/46445#M23489</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-08-20T03:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50114#M25613</link>
      <description>&lt;P&gt;Has there even been any resolution to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using AIM from Java and setting the CardCode to 901 and the CC Approval is going through.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The test APIs on the Developer site do return an error&amp;nbsp;with CardCode 901 so I am pretty sure the account is setup correctly and the Zip Codes for the AWS errors are working correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the basic logic I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Merchant merchant = Merchant.createMerchant(Environment.SANDBOX, "xxxxxxx", "xxxxxxxx");		merchant.setMarketType(net.authorize.MarketType.RETAIL);		merchant.setDeviceType(net.authorize.DeviceType.WEBSITE);		

CreditCard creditCard = CreditCard.createCreditCard();		creditCard.setCreditCardNumber("5424000000000015 ");		creditCard.setExpirationMonth("12");		&lt;BR /&gt;creditCard.setExpirationYear("2015");					creditCard.setCardCode("901");					

Transaction refTransaction = merchant.createAIMTransaction(TransactionType.AUTH_CAPTURE, new BigDecimal(1.98));		

refTransaction.setCreditCard(creditCard);		

Result&amp;lt;Transaction&amp;gt; refResult = (Result&amp;lt;Transaction&amp;gt;) merchant.postTransaction(refTransaction);
&lt;BR /&gt;System.out.println(refResult.getResponseReasonCodes().get(0) + " : " + refResult.getResponseReasonCodes().get(0).getReasonText());&lt;/PRE&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;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 15:50:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50114#M25613</guid>
      <dc:creator>bkruns</dc:creator>
      <dc:date>2015-03-27T15:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50115#M25614</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18120"&gt;@bkruns&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please contact developer support using the link below to request help&amp;nbsp;with&amp;nbsp;your issue. Include the API Login for your sandbox account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/support" target="_blank"&gt;http://developer.authorize.net/support&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 16:00:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50115#M25614</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-03-27T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: AVS and CCV error generating not working any more  ?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50126#M25623</link>
      <description>&lt;P&gt;Hi Brad,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I see that this is a retail transaction. Card Code (or CVV2) should not be collected or submitted for Card Present (CP)&amp;nbsp; transactions. The closest equivalent for CP transactions is CVV1, which is a part of the track data. This is why it's important to send the complete track data for CP transactions.&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;</description>
      <pubDate>Mon, 30 Mar 2015 17:22:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AVS-and-CCV-error-generating-not-working-any-more/m-p/50126#M25623</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-03-30T17:22:21Z</dc:date>
    </item>
  </channel>
</rss>

