<?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: Newbie going live getting E00027 error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32311#M16875</link>
    <description>&lt;P&gt;Here are the fields in the data I am passing (with some blurred for security). Given that this is the same programming that I have used successfully during test (with the excepion of changing TestRequest to NO), I think the data is correct. Is this enough to cause a credit card to be stored if the other fields are not marked as required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this looks reasoable then I must conclude that the 3rd party software is not passing it on and I will work on dissecting that code to see how I can get a dump from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://ip1.i.lithium.com/8ac75c2bd8f2e92043a3c786796dd84757d97088/687474703a2f2f7777772e6d636c65616e73797374656d732e636f6d2f617574682e706e67" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Dec 2012 18:38:00 GMT</pubDate>
    <dc:creator>jpullam</dc:creator>
    <dc:date>2012-12-22T18:38:00Z</dc:date>
    <item>
      <title>Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32297#M16861</link>
      <description>&lt;P&gt;I thought I had my programming working well, but as soon as we attempted to go live, more errors showed up and I don't know where to turn. I am using ColdFusion and have set the following variables before my Auth.net call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset args.login = APIID&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfset args.transactionkey = TransKey&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfset args.merchantCustomerId = CamperID&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfset args.testrequest = "NO"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfset args.cardNumber = FORM.CardNumber&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfset args.expirationDate = FORM.ExpiryMonth &amp;amp; Right(ExpiryYear,2)&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What I receive back from createCustomerProfile is an error E00027 and the error message "There is one or more missing or invalid required fields"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I realize that this is coming from the 3rd party software AuthNetTools.cfc, but I'm hoping that this is enough information for someone to suggest what to do next.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, am I missing an argument that is required to create a customer profile? Might this error message mean more than it says?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2012 14:45:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32297#M16861</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2012-12-21T14:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32298#M16862</link>
      <description>&lt;P&gt;Login the merchant account, and check the settings - payment form - form fields and see if anything that was checked as required is not getting a value from the coldfusion&lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2012 14:52:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32298#M16862</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-21T14:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32309#M16873</link>
      <description>&lt;P&gt;My customer has checked all of the fields and even sent me a screenshot and they are identical to those I used in test. There are no fields flagged&amp;nbsp; as "Required".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there some way to get a better diagnostic from Authorize.net? Is the 3rd party software getting some additional information that it is not passing to me?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Dec 2012 12:54:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32309#M16873</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2012-12-22T12:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32310#M16874</link>
      <description>&lt;P&gt;Can you tell what actual data you are sending? maybe one of them is blank?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Dec 2012 14:56:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32310#M16874</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-22T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32311#M16875</link>
      <description>&lt;P&gt;Here are the fields in the data I am passing (with some blurred for security). Given that this is the same programming that I have used successfully during test (with the excepion of changing TestRequest to NO), I think the data is correct. Is this enough to cause a credit card to be stored if the other fields are not marked as required?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this looks reasoable then I must conclude that the 3rd party software is not passing it on and I will work on dissecting that code to see how I can get a dump from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" src="https://ip1.i.lithium.com/8ac75c2bd8f2e92043a3c786796dd84757d97088/687474703a2f2f7777772e6d636c65616e73797374656d732e636f6d2f617574682e706e67" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Dec 2012 18:38:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32311#M16875</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2012-12-22T18:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32312#M16876</link>
      <description>&lt;P&gt;That should be able to create a customer profile. not sure what that testrequest does?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Dec 2012 20:26:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32312#M16876</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-22T20:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32359#M16920</link>
      <description>&lt;P&gt;Well, we are still stumped. (The test request is just to tell the 3rd party software what to do)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After several hours of detailed checking of our programming we only know that it works when testing on the test server with my test account and fails when on the development server using the production account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything looks good to us but we still get the E00027 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a list of other things than can cause this? We realize thet there must be something wrong with the setup but would really like to know of the things to look for.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 22:34:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32359#M16920</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2012-12-28T22:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32360#M16921</link>
      <description>&lt;P&gt;You can NOT use a production account on the test server. Should have got E00007 not sure why you are getting a E00027&lt;/P&gt;</description>
      <pubDate>Sat, 29 Dec 2012 00:42:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32360#M16921</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-12-29T00:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32382#M16942</link>
      <description>&lt;P&gt;Sorry I mis-spoke. I didn't mean on the development server, I meant production server.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 17:48:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32382#M16942</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2013-01-02T17:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32383#M16943</link>
      <description>&lt;P&gt;Were you testing with a Visa? Need address and zip. or set validationmode to testmode.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.developer.authorize.net/t5/Integration-and-Testing/E00027-This-transaction-has-been-declined-Test-transaction-for/m-p/15038/highlight/true#M8612" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/E00027-This-transaction-has-been-declined-Test-transaction-for/m-p/15038/highlight/true#M8612&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 19:20:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32383#M16943</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-02T19:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32386#M16946</link>
      <description>&lt;P&gt;Wow!! Where did that requirement come from? If we have to add those additional fields, that will change the design of the application because all we ask for at that point is the credit card, the expiry date and the name, and everything is working correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would setting validationmode to testmode imply? Is that a legitimate thing to do when you are running live data through the application? Are there any side effects for a live application if I do that?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:01:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32386#M16946</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2013-01-03T13:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32387#M16947</link>
      <description>&lt;P&gt;Where did that requirement come from?&lt;/P&gt;&lt;P&gt;It is from Visa. It only required when the amount is zero(when the validationmode is livemode).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would setting validationmode to testmode imply?&lt;/P&gt;&lt;P&gt;When validationmode is set to testmode, it will not test the CC# with a auth_only with 0.00 or 0.01 transaction, before saving it to CIM. That mean it could be bad CC info until you ran a real transaction using the payment profile.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 13:31:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32387#M16947</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-03T13:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32388#M16948</link>
      <description>&lt;P&gt;So if we do set it to testmode, then when we run an actual transaction against it, will it now require the address and zip at that time? And if so, where will it get it from?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app was not written to expect much validation when the card was added to the customer's profile, just when it is used. And today (before this new CC saving function is added to the app) the normal flow for a credit card doesn't require an adddress; we merely ask for CC# and expiry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to keep it to CC# format validation and expiry validation at the time we save the credit card, and do all of the normal error checking when the customer tries to use the card.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:12:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32388#M16948</guid>
      <dc:creator>jpullam</dc:creator>
      <dc:date>2013-01-03T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie going live getting E00027 error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32389#M16949</link>
      <description>&lt;P&gt;So if we do set it to testmode, then when we run an actual transaction against it, will it now require the address and zip at that time? And if so, where will it get it from?&lt;/P&gt;&lt;P&gt;Not required unless you charging them zero dollars. *Should test it to make sure it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app was not written to expect much validation when the card was added to the customer's profile, just when it is used. And today (before this new CC saving function is added to the app) the normal flow for a credit card doesn't require an adddress; we merely ask for CC# and expiry.&lt;/P&gt;&lt;P&gt;I'd like to keep it to CC# format validation and expiry validation at the time we save the credit card, and do all of the normal error checking when the customer tries to use the card.&lt;/P&gt;&lt;P&gt;Then setting validationmode to testmode would work.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2013 14:23:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Newbie-going-live-getting-E00027-error/m-p/32389#M16949</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-01-03T14:23:20Z</dc:date>
    </item>
  </channel>
</rss>

