<?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: AuthorizationRequest not validating the name, address or cvv in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26331#M14003</link>
    <description>&lt;P&gt;BuildAuthorizeNetParams is my function which builds the params as I showed above. The request is being passed to the gateway..Send method as shown above.&lt;/P&gt;</description>
    <pubDate>Tue, 08 May 2012 20:23:35 GMT</pubDate>
    <dc:creator>Jbassking</dc:creator>
    <dc:date>2012-05-08T20:23:35Z</dc:date>
    <item>
      <title>AuthorizationRequest not validating the name, address or cvv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26297#M13986</link>
      <description>&lt;P&gt;I'm using&amp;nbsp;AuthorizationRequest and passing it the NameValueCollection. I'm setting the following:&lt;/P&gt;&lt;P&gt;NameValueCollection nvc = new NameValueCollection();&lt;BR /&gt;&lt;BR /&gt;nvc.Add("x_first_name", Profile.FirstName);&lt;BR /&gt;nvc.Add("x_last_name", Profile.LastName);&lt;BR /&gt;nvc.Add("x_address", addressTextBox.Text);&lt;BR /&gt;nvc.Add("x_city", cityTextBox.Text);&lt;BR /&gt;nvc.Add("x_state", ddlState.SelectedValue);&lt;BR /&gt;nvc.Add("x_zip", tbZip.Text);&lt;/P&gt;&lt;P&gt;nvc.Add("x_card_num", creditCardTextBox.Text);&lt;BR /&gt;nvc.Add("x_card_code", cvvTextBox.Text);&lt;BR /&gt;nvc.Add("x_exp_date", expDate);&lt;/P&gt;&lt;P&gt;nvc.Add("x_amount", amount.ToString("#.00"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but when I do a transaction like this:&lt;/P&gt;&lt;P&gt;AuthorizeNet.AuthorizationRequest request = new AuthorizeNet.AuthorizationRequest(BuildAuthorizeNetParams(total));&lt;BR /&gt;AuthorizeNet.Gateway gateway = new AuthorizeNet.Gateway(Constants.API_LOGIN, Constants.TRANSACTION_KEY, true);&lt;BR /&gt;AuthorizeNet.IGatewayResponse response = gateway.Send(request);&lt;/P&gt;&lt;P&gt;return response;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't seem to use any of the additional parameters passed in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another parameter that needs to be set so it verifies the additional values?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 14:35:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26297#M13986</guid>
      <dc:creator>Jbassking</dc:creator>
      <dc:date>2012-05-08T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: AuthorizationRequest not validating the name, address or cvv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26299#M13987</link>
      <description>&lt;P&gt;I'm using&amp;nbsp;AuthorizationRequest and passing it the NameValueCollection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where are you passing it? All I saw is the following&lt;/P&gt;&lt;P&gt;AuthorizeNet.AuthorizationRequest request = new AuthorizeNet.AuthorizationRequest(BuildAuthorizeNetParams(total));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And BuildAuthorizeNetParams() is not in the SDKs.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 15:07:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26299#M13987</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-08T15:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: AuthorizationRequest not validating the name, address or cvv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26331#M14003</link>
      <description>&lt;P&gt;BuildAuthorizeNetParams is my function which builds the params as I showed above. The request is being passed to the gateway..Send method as shown above.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 20:23:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26331#M14003</guid>
      <dc:creator>Jbassking</dc:creator>
      <dc:date>2012-05-08T20:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: AuthorizationRequest not validating the name, address or cvv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26337#M14006</link>
      <description>&lt;P&gt;What do you mean it is not validation the name, address or CVV?&lt;/P&gt;&lt;P&gt;What is in the response? Is testmode set on? Using test account?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 20:51:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26337#M14006</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-08T20:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: AuthorizationRequest not validating the name, address or cvv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26341#M14007</link>
      <description>&lt;P&gt;Yes I'm using a test account with test set to true -&amp;nbsp;AuthorizeNet.Gateway gateway = new AuthorizeNet.Gateway(Constants.API_LOGIN, Constants.TRANSACTION_KEY, true);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result comes back Approved but I'm not including valid information such as address, city, state, cvv&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 21:10:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26341#M14007</guid>
      <dc:creator>Jbassking</dc:creator>
      <dc:date>2012-05-08T21:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: AuthorizationRequest not validating the name, address or cvv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26343#M14008</link>
      <description>&lt;P&gt;Is a test account so, it doesn't really test the cc info.&lt;/P&gt;&lt;P&gt;To get a response read&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Triggering-Specific-Transaction-Responses-Using-Test-Account/td-p/4361"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Triggering-Specific-Transaction-Responses-Using-Test-Account/td-p/4361&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2012 21:18:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AuthorizationRequest-not-validating-the-name-address-or-cvv/m-p/26343#M14008</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-05-08T21:18:05Z</dc:date>
    </item>
  </channel>
</rss>

