<?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: CVV and x_card_code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50757#M26172</link>
    <description>&lt;P&gt;For our testing we are making sure it's the incorrect CVV code, surely this shoudl return N ? ( i am doing a test now too see the code)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2015 15:08:53 GMT</pubDate>
    <dc:creator>tomvance1</dc:creator>
    <dc:date>2015-05-21T15:08:53Z</dc:date>
    <item>
      <title>CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50742#M26157</link>
      <description>&lt;P&gt;I am using the DPM method for proccessing payements via Authorize.net, everything is working fine other than the CVV field, in out merchant terminal we have it set to decline transactions if the number does not match with the card company (&lt;SPAN&gt;Does NOT Match (N)). I&lt;/SPAN&gt;&amp;nbsp;am also sending it a field x_card_code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However after numerous conversations with authorize they say they are not recieving the field?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        &amp;lt;form id='cardpayment' method='post' action='https://secure.authorize.net/gateway/transact.dll' &amp;gt;
        
            &amp;lt;input type='hidden' name='x_login' value='&amp;lt;?=$loginID?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_amount' value='&amp;lt;?=$amount?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_description' value='&amp;lt;?=$description?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_invoice_num' value='&amp;lt;?=$order_id?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_fp_sequence' value='&amp;lt;?=$sequence?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_fp_timestamp' value='&amp;lt;?=$timeStamp?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_fp_hash' value='&amp;lt;?=$fingerprint?&amp;gt;' /&amp;gt;
            &amp;lt;input type='hidden' name='x_test_request' value='FALSE' /&amp;gt;
            &amp;lt;!-- &amp;lt;input type='hidden' name='x_show_form' value='PAYMENT_FORM' /&amp;gt; --&amp;gt;
            
            &amp;lt;label for="card_num"&amp;gt;Card Number&amp;lt;/label&amp;gt;
            &amp;lt;input type="text" name='x_card_num' value='' id='card_num'&amp;gt;
                
            &amp;lt;label for="expiry"&amp;gt;Expiry Date&amp;lt;/label&amp;gt;
            &amp;lt;input type="text" name='x_exp_date' placeholder='mm/dd' id='expiry'&amp;gt;
                
            &amp;lt;label for="cvv"&amp;gt;Security Code (CVV)&amp;lt;/label&amp;gt;
            &amp;lt;input type="text" name="x_card_code" placeholder="CVV" id='cvv'&amp;gt;
            
            &amp;lt;input type="hidden" name="x_first_name" value='&amp;lt;?=$basket['billing_f_name']?&amp;gt;'&amp;gt;
            &amp;lt;input type="hidden" name="x_last_name" value='&amp;lt;?=$basket['billing_s_name']?&amp;gt;'&amp;gt;
            &amp;lt;input type="hidden" name="x_address" value="&amp;lt;?=$basket['billing_address_1'].' '.$basket['billing_address_2']?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_city" value="&amp;lt;?=$basket['billing_towncity']?&amp;gt;"&amp;gt;
            &amp;lt;? if($basket['billing_country_id'] == 237){?&amp;gt;
                &amp;lt;input type="hidden" name="x_state" value="&amp;lt;?=state($basket['billing_state_id'])?&amp;gt;"&amp;gt;
            &amp;lt;? }else{ ?&amp;gt;
                &amp;lt;input type="hidden" name="x_state" value="&amp;lt;?=$basket['billing_county']?&amp;gt;"&amp;gt;
            &amp;lt;? } ?&amp;gt;
            &amp;lt;input type="hidden" name="x_zip" value="&amp;lt;?=$basket['shipping_postcode']?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_country" value="&amp;lt;?=country($basket['shipping_country_id'])?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_phone" value="&amp;lt;?=country($basket['telephone'])?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_cust_id" value="&amp;lt;?=$_user['id']?&amp;gt;"&amp;gt;
                
            &amp;lt;input type="hidden" name="x_ship_to_first_name" value='&amp;lt;?=$basket['shipping_f_name']?&amp;gt;'&amp;gt;
            &amp;lt;input type="hidden" name="x_ship_to_last_name" value='&amp;lt;?=$basket['shipping_s_name']?&amp;gt;'&amp;gt;
            &amp;lt;input type="hidden" name="x_ship_to_address" value="&amp;lt;?=$basket['shipping_address_1'].' '.$basket['shipping_address_2']?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_ship_to_city" value="&amp;lt;?=$basket['shipping_towncity']?&amp;gt;"&amp;gt;
            &amp;lt;? if($basket['shipping_country_id'] == 237){?&amp;gt;
                &amp;lt;input type="hidden" name="x_ship_to_state" value="&amp;lt;?=state($basket['shipping_state_id'])?&amp;gt;"&amp;gt;
            &amp;lt;? }else{ ?&amp;gt;
                &amp;lt;input type="hidden" name="x_ship_to_state" value="&amp;lt;?=$basket['shipping_county']?&amp;gt;"&amp;gt;
            &amp;lt;? } ?&amp;gt;
            &amp;lt;input type="hidden" name="x_ship_to_zip" value="&amp;lt;?=$basket['shipping_postcode']?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_ship_to_country" value="&amp;lt;?=country($basket['shipping_country_id'])?&amp;gt;"&amp;gt;
            &amp;lt;input type="hidden" name="x_ship_to_phone" value="&amp;lt;?=country($basket['telephone'])?&amp;gt;"&amp;gt;
                
            &amp;lt;input type="hidden" name="x_relay_response" value="TRUE"&amp;gt;
            &amp;lt;input type="hidden" name="x_relay_always" value="TRUE"&amp;gt;
            &amp;lt;input type="hidden" name="x_relay_url" value="https://www.mywebsite.com/cardpaymentresponse.php"&amp;gt;           
            
            &amp;lt;input type='submit' class='btn-red' value='Pay Now' /&amp;gt;
        &amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;Any help would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 17:58:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50742#M26157</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-20T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50743#M26158</link>
      <description>&lt;P&gt;what was the CVV response?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read &lt;A target="_blank" href="http://developer.authorize.net/tools/datavalidation/"&gt;http://developer.authorize.net/tools/datavalidation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;temporary change the form post location to &lt;A target="_blank" href="http://developer.authorize.net/tools/datavalidation/"&gt;http://developer.authorize.net/tools/datavalidation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and see if it getting post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 18:27:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50743#M26158</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-20T18:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50753#M26168</link>
      <description>&lt;P&gt;Thankyou for your reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have never recived a CVV response it just authorizes the payment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the URL you provided and as i expected the x_card_code field is posting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 10:15:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50753#M26168</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-21T10:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50754#M26169</link>
      <description>&lt;P&gt;I have never recived a CVV response it just authorizes the payment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be in the relay response. &lt;A target="_blank" href="http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Trans_response.09.2.html"&gt;http://developer.authorize.net/guides/SIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=SIM_Trans_response.09.2.html&lt;/A&gt;&lt;/P&gt;&lt;TABLE cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="tb_TableBody"&gt;x_cvv2_resp_code&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV class="tb_TableBody"&gt;&lt;SPAN class="Bold"&gt;Value&lt;/SPAN&gt;: The card code verification (CCV) response code&lt;/DIV&gt;&lt;DIV class="tb_TableBody"&gt;&lt;SPAN class="Bold"&gt;Format&lt;/SPAN&gt;:&lt;/DIV&gt;&lt;DIV class="tb_TableBody"&gt;M—Match&lt;BR /&gt;N—No Match&lt;BR /&gt;P—Not Processed&lt;BR /&gt;S—Should have been present&lt;BR /&gt;U—Issuer unable to process request&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it also on the merchant account settled/unsettled transaction detail.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 11:15:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50754#M26169</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-21T11:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50755#M26170</link>
      <description>&lt;P&gt;I can check if a get a response on the relay URL, although this doesn't stop the successful transaction happening?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 13:27:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50755#M26170</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-21T13:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50756#M26171</link>
      <description>&lt;P&gt;Depend of what the response was. you said to reject on 'N', but it might be 'P', 'S', or 'U'&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 13:42:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50756#M26171</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-21T13:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50757#M26172</link>
      <description>&lt;P&gt;For our testing we are making sure it's the incorrect CVV code, surely this shoudl return N ? ( i am doing a test now too see the code)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 15:08:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50757#M26172</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-21T15:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50758#M26173</link>
      <description>&lt;P&gt;I just ran a test to see the value of thex_cvv2_resp_code however the field was either blank or not present?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 15:51:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50758#M26173</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-21T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50759#M26174</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18320"&gt;@tomvance1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are testing in the sandbox, it does not actually connect to the card network but instead simulates the response. &amp;nbsp;The sandbox will accept any properly formatted CVV. &amp;nbsp; If you want to test specific conditions such as CVV responses, you'll need to use the &lt;A href="http://developer.authorize.net/tools/errorgenerationguide/" target="_self"&gt;Error Generation Guide&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 15:56:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50759#M26174</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-05-21T15:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50761#M26176</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not currently testing in the sandbox, the client is placing the orders themselves.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 16:15:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50761#M26176</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-21T16:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50762#M26177</link>
      <description>&lt;P&gt;If this is for production, I would recommend contacting customer support. &amp;nbsp;They have access to additional tools and information to help troubleshoot the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 16:46:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50762#M26177</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-05-21T16:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50764#M26179</link>
      <description>&lt;P&gt;I have done, and they reffered me to here, i don't want to get stuck in a loop.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 16:56:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50764#M26179</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-21T16:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50768#M26183</link>
      <description>&lt;P&gt;Is the CVV filed set as a required field in the merchant account?&lt;/P&gt;&lt;P&gt;under account - settings - payment form - form fields&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2015 23:05:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50768#M26183</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-21T23:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50773#M26186</link>
      <description>&lt;P&gt;As we are using DPM i have a custom form, so making it required wouldn't change anything? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 14:51:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50773#M26186</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-22T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50774#M26187</link>
      <description>&lt;P&gt;If it is set to required, the form post would fail with a message of required fields not pass. While you at it make sure it the edit checkbox is check, too.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2015 18:19:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50774#M26187</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-22T18:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50823#M26235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still expereincing this issue, i have had numerous conversations with Autherize directly. The lastest i heard from them is that the CVV field is appearing at the bottom of the receipt with a question mark:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;x_card_code? : 111&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;They said this shouldn't be happening and could be the problem as it's identfying as a merchant defiened field, any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 14:46:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50823#M26235</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-27T14:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50824#M26236</link>
      <description>&lt;P&gt;When you did&lt;/P&gt;&lt;P&gt;temporary change the form post location to &lt;A target="_blank" rel="nofollow" href="http://developer.authorize.net/tools/datavalidation/"&gt;http://developer.authorize.net/tools/datavalidation/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does it have the ? at the end of it?&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 15:30:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50824#M26236</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-27T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50831#M26243</link>
      <description>&lt;P&gt;No it doesn't have the ? at the end of it, only on the receipt.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 19:23:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50831#M26243</guid>
      <dc:creator>tomvance1</dc:creator>
      <dc:date>2015-05-27T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: CVV and x_card_code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50839#M26249</link>
      <description>&lt;P&gt;Don't know what else, and as far as I know, if any values that look like CVV code, authorize.net suppose to masked that even for merchant defineds fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you check the settings?&lt;/P&gt;&lt;P&gt;under account - settings - payment form - form fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And try delete the &amp;lt;input/&amp;gt; line and just &lt;STRONG&gt;type&lt;/STRONG&gt; a new one in just making sure&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 22:47:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CVV-and-x-card-code/m-p/50839#M26249</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-05-27T22:47:34Z</dc:date>
    </item>
  </channel>
</rss>

