<?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: Cardholder Authentication Fields Ignored in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/34083#M18576</link>
    <description>&lt;P&gt;did you ask authorize.net to double check the account setup?&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2013 13:54:19 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-04-29T13:54:19Z</dc:date>
    <item>
      <title>Cardholder Authentication Fields Ignored</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/33972#M18468</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My team is using AIM, with PHP - connected to the Shopp e-commerce plugin for Wordpress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have been using authorize.net for several months without an issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recently we were asked to integrate 3Ds security via Cardinal into our solution. Connecting to Cardinal and retrieving the ECI/UCAF, as well as the CAVV/AVV is working without a hitch for my MasterCard that is enrolled. However, upon passing these values to to auth.net [via the fields: x_authentication_indicator, and x_cardholder_authentication_value], the transaction succeeds, but reports that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;CAVV Result Code:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Not Applicable&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have contacted customer support, and got an escalated response that Authorize.net did not receive the fields&amp;nbsp;&lt;SPAN&gt;[x_authentication_indicator, and x_cardholder_authentication_value]. Our account is in Live mode, and we are configured to accept Secure Visa and MasterCard payments in the admin panel. In Test mode, I disabled the secure payment option and tried passing a transaction with the cardholder authentication fields. The transaction failed with Error 3. At least in test mode, it was able to parse these values.&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;Cardinal is returning the CAVV string in Base64 encoding. I am definitely URL encoding the string before Posting the request. The transaction is of type AUTH_CAPTURE.&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;Our merchant account is with Chase Payment Tech. After reading a similar thread on this forum, I contacted Chase Payment and they ensured me that our account is capable of receiving the Cardholder Authentication.&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;I have used the Data Validation URL and it parsed all the values accordingly.&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;I will post the parameters I am POSTing, as well as a response I got for the request. If anyone has any ideas, I'm all ears. &amp;nbsp;A number of the fields have been given 'x's to 'hopefully' keep the data anonymous.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;My request to authorize.net&lt;/STRONG&gt;

x_test_request=FALSE&amp;amp;x_login=xxxxxxx&amp;amp;x_tran_key=xxxxxxxxx&amp;amp;x_Delim_Data=TRUE&amp;amp;x_Delim_Char=%7C&amp;amp;x_Encap_Char=&amp;amp;x_version=3.1&amp;amp;x_relay_response=FALSE&amp;amp;x_method=CC&amp;amp;x_email_customer=FALSE&amp;amp;x_merchant_email=&amp;amp;x_type=&amp;amp;x_amount=12.05&amp;amp;x_customer_ip=71.7.137.234&amp;amp;x_fp_sequence=1365536039&amp;amp;x_fp_timestamp=1365536039&amp;amp;x_first_name=Jon&amp;amp;x_last_name=Doe&amp;amp;x_email=jondoe@email.com&amp;amp;x_phone=55555555555&amp;amp;x_card_num=xxxxxxxxxxx&amp;amp;x_exp_date=xxxx&amp;amp;x_card_code=455&amp;amp;x_address=xxxx&amp;amp;x_city=xxxxxn&amp;amp;x_state=xxxx&amp;amp;x_zip=xxxxx&amp;amp;x_country=CA&amp;amp;x_ship_to_first_name=xxxx&amp;amp;x_ship_to_last_name=xxxxx&amp;amp;x_ship_to_address=xxxxxx+Ave&amp;amp;x_ship_to_city=Nowhere&amp;amp;x_ship_to_state=AZ&amp;amp;x_ship_to_zip=C1A+9S1&amp;amp;x_ship_to_country=CA&amp;amp;x_freight=5.449&amp;amp;x_tax=1.61345&amp;amp;x_line_item%5B0%5D=1%3C%7C%3E3pc+Mini+Measuring+Spoons%3C%7C%3E%3C%7C%3E1%3C%7C%3E4.99%3C%7C%3EY&lt;STRONG&gt;&amp;amp;x_cardholder_authentication_value=jK6KjTOD%2BPULCBAUi1ADBYMAAAA%3D&amp;amp;x_authentication_indicator=2&lt;/STRONG&gt;

&lt;STRONG&gt;the response:&lt;/STRONG&gt;

1|1|1|This transaction has been approved.|15340Z|X|5150332237|||12.05|CC|auth_capture||Jon|Doe||xxxxx|xxxxx|AZ|C1A 9S1|CA|55555555555||jondoe@email.com|Jon|Doe||Address|City|AZ|C1A 9S1|CA|1.61||5.45|||2DC906F69C79A9105D59645300E4018A|M||||||||||||XXXX9870|MasterCard|||||||||||||||||1&amp;lt;|&amp;gt;3pc Mini Measuring Spoons&amp;lt;|&amp;gt;&amp;lt;|&amp;gt;1&amp;lt;|&amp;gt;4.99&amp;lt;|&amp;gt;Y&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards!&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;Eric&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 13:06:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/33972#M18468</guid>
      <dc:creator>edcoffin</dc:creator>
      <dc:date>2013-04-17T13:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cardholder Authentication Fields Ignored</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/34077#M18570</link>
      <description>&lt;P&gt;No ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:50:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/34077#M18570</guid>
      <dc:creator>edcoffin</dc:creator>
      <dc:date>2013-04-29T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cardholder Authentication Fields Ignored</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/34083#M18576</link>
      <description>&lt;P&gt;did you ask authorize.net to double check the account setup?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 13:54:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/34083#M18576</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-29T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cardholder Authentication Fields Ignored</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/49022#M24645</link>
      <description>&lt;P&gt;hi sir , the&amp;nbsp;Cardholder&amp;nbsp;Authentication&amp;nbsp;Value is required only for authoOnly and authCapture turansactions processed through &amp;nbsp;carhodler authentication programs.When submitted with other &amp;nbsp;transaction types, this value is ignored.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2014 02:58:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Cardholder-Authentication-Fields-Ignored/m-p/49022#M24645</guid>
      <dc:creator>lz854434716</dc:creator>
      <dc:date>2014-12-02T02:58:33Z</dc:date>
    </item>
  </channel>
</rss>

