<?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: E00027 and CIM -- missing or invalid required fields? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/53729#M28818</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We encounter the same error in LIVE mode for our customer's account: "E00027 - There is one or more missing or invalid required fields". When we pass billing address information the error goes away. I'm wondering whether passing billing address information obligatory or there is a setting in the account to turn it off?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2016 20:11:46 GMT</pubDate>
    <dc:creator>Aleksei</dc:creator>
    <dc:date>2016-02-09T20:11:46Z</dc:date>
    <item>
      <title>E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/17186#M9626</link>
      <description>&lt;P&gt;I am using CIM and am having a problem with&amp;nbsp;createCustomerPaymentProfileRequest﻿ in liveMode. When I try to run this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;2Wf76EnkF5M&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;4LU646UcU28dZ3z4&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;customerProfileId&amp;gt;4696773&amp;lt;/customerProfileId&amp;gt;
  &amp;lt;paymentProfile&amp;gt;
    &amp;lt;billTo&amp;gt;
      &amp;lt;firstName&amp;gt;Connor&amp;lt;/firstName&amp;gt;
      &amp;lt;lastName&amp;gt;Boyack&amp;lt;/lastName&amp;gt;
      &amp;lt;phoneNumber&amp;gt;98343434&amp;lt;/phoneNumber&amp;gt;
    &amp;lt;/billTo&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;creditCard&amp;gt;
        &amp;lt;cardNumber&amp;gt;4012888818888&amp;lt;/cardNumber&amp;gt;
        &amp;lt;expirationDate&amp;gt;2015-05&amp;lt;/expirationDate&amp;gt;
      &amp;lt;/creditCard&amp;gt;
    &amp;lt;/payment&amp;gt;
  &amp;lt;/paymentProfile&amp;gt;
  &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I get this response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createCustomerPaymentProfileResponse xmlns:xsi="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;messages&amp;gt;
    &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
    &amp;lt;message&amp;gt;
      &amp;lt;code&amp;gt;E00027&amp;lt;/code&amp;gt;
      &amp;lt;text&amp;gt;There is one or more missing or invalid required fields.&amp;lt;/text&amp;gt;
    &amp;lt;/message&amp;gt;
  &amp;lt;/messages&amp;gt;
  &amp;lt;validationDirectResponse&amp;gt;3,1,290,There is one or more missing or invalid required fields.,,P,0,none,Test transaction for ValidateCustomerPaymentProfile.,0.00,CC,auth_only,none,Connor,Boyack,,,,,,,98343434,,email@example.com,none,none,none,none,none,none,none,none,0.00,0.00,0.00,FALSE,none,4E2328BECF5B71F8A7E2F238DF810E8C,,,,,,,,,,,,,XXXX8888,Visa,,,,,,,,,,,,,,,,&amp;lt;/validationDirectResponse&amp;gt;
&amp;lt;/createCustomerPaymentProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;The credit card number was supplied in my welcome email by authorize.net, and the expiration date is in the future. I can't make sense of what else is missing or invalid.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 18:49:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/17186#M9626</guid>
      <dc:creator>cboyack</dc:creator>
      <dc:date>2011-09-20T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/17188#M9627</link>
      <description>&lt;P&gt;I should note that I'm using VISA, and that requires the address and zip. So when I include those fields inside the &amp;lt;billTo&amp;gt; in createCustomerPaymentProfileRequest﻿, I get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The operation failed with the following errors:&amp;lt;br&amp;gt;[E00003] The element 'address' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'address' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'faxNumber' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the updated XML I'm sending over, which is still complaining:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;2Wf76EnkF5M&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;4LU646UcU28dZ3z4&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;customerProfileId&amp;gt;4696773&amp;lt;/customerProfileId&amp;gt;
  &amp;lt;paymentProfile&amp;gt;
    &amp;lt;billTo&amp;gt;
      &amp;lt;firstName&amp;gt;Connor&amp;lt;/firstName&amp;gt;
      &amp;lt;lastName&amp;gt;Boyack&amp;lt;/lastName&amp;gt;
      &amp;lt;company/&amp;gt;
      &amp;lt;address&amp;gt;12345 Place&amp;lt;/address&amp;gt;
      &amp;lt;city&amp;gt;Provo&amp;lt;/city&amp;gt;
      &amp;lt;state&amp;gt;UT&amp;lt;/state&amp;gt;
      &amp;lt;zip&amp;gt;84043&amp;lt;/zip&amp;gt;
      &amp;lt;country&amp;gt;USA&amp;lt;/country&amp;gt;
      &amp;lt;phoneNumber&amp;gt;98343434&amp;lt;/phoneNumber&amp;gt;
      &amp;lt;faxNumber/&amp;gt;
    &amp;lt;/billTo&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;creditCard&amp;gt;
        &amp;lt;cardNumber&amp;gt;4012888818888&amp;lt;/cardNumber&amp;gt;
        &amp;lt;expirationDate&amp;gt;2015-05&amp;lt;/expirationDate&amp;gt;
      &amp;lt;/creditCard&amp;gt;
    &amp;lt;/payment&amp;gt;
  &amp;lt;/paymentProfile&amp;gt;
  &amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The billTo fields are in the order listed in&amp;nbsp;&lt;A target="_self" href="http://www.authorize.net/support/CIM_XML_guide.pdf"&gt;http://www.authorize.net/support/CIM_XML_guide.pdf﻿&lt;/A&gt; so I'm not sure what's up.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2011 19:06:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/17188#M9627</guid>
      <dc:creator>cboyack</dc:creator>
      <dc:date>2011-09-20T19:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/17204#M9635</link>
      <description>&lt;P&gt;Authorize.net is funny in that the XML elements have to be in the correct order as well as nested correctly. I'd have to check to verify, but I've seen this error before and you probably have something out of order.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2011 03:42:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/17204#M9635</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-21T03:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39495#M21523</link>
      <description>&lt;P&gt;Can someone who's been able to get around this issue post a sample XML request? I've tried to follow the documentation, but no success. Keep getting either&amp;nbsp;error code E00027 "There is one or more missing or invalid required fields." or&amp;nbsp;E00003 "Unexpected end of file has occurred. The following elements are not closed: createCustomerProfileRequest. Line 2, position 739.". This is the request with the element "not closed" (after running through 'pretty print' and redacting name/transactionKey):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;?xml version="&lt;A target="_blank" href="http://www.w3.org/TR/REC-xml/"&gt;1.0&lt;/A&gt;"?&amp;gt;&lt;/SPAN&gt;
&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
&amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;XXXX&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;XXXXX&amp;lt;/transactionKey&amp;gt;
&amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;profile&amp;gt;
    &amp;lt;merchantCustomerId&amp;gt;1121&amp;lt;/merchantCustomerId&amp;gt;
    &amp;lt;description&amp;gt;Test Test&amp;lt;/description&amp;gt;
    &amp;lt;email&amp;gt;testing48@example.com&amp;lt;/email&amp;gt;
    &amp;lt;paymentProfiles&amp;gt;
        &amp;lt;billTo&amp;gt;
            &amp;lt;firstName&amp;gt;Test&amp;lt;/firstName&amp;gt;
            &amp;lt;lastName&amp;gt;Test&amp;lt;/lastName&amp;gt;
            &amp;lt;address&amp;gt;Test St 1 apt 1&amp;lt;/address&amp;gt;
            &amp;lt;city&amp;gt;Testcity&amp;lt;/city&amp;gt;
            &amp;lt;state&amp;gt;AL&amp;lt;/state&amp;gt;
            &amp;lt;zip&amp;gt;01234&amp;lt;/zip&amp;gt;
            &amp;lt;country&amp;gt;US&amp;lt;/country&amp;gt;
        &amp;lt;/billTo&amp;gt;
        &amp;lt;payment&amp;gt;
            &amp;lt;creditCard&amp;gt;
                &amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;
                &amp;lt;expirationDate&amp;gt;2017-02&amp;lt;/expirationDate&amp;gt;
                &amp;lt;cardCode&amp;gt;012&amp;lt;/cardCode&amp;gt;
            &amp;lt;/creditCard&amp;gt;
        &amp;lt;/payment&amp;gt;
    &amp;lt;/paymentProfiles&amp;gt;
&amp;lt;/profile&amp;gt;
&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;
&amp;lt;/createCustomerProfileRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2014 22:45:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39495#M21523</guid>
      <dc:creator>technicalknocko</dc:creator>
      <dc:date>2014-02-28T22:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39513#M21532</link>
      <description>&lt;P&gt;The only thing I see missing is the encoding.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2014 02:08:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39513#M21532</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-02T02:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39682#M21612</link>
      <description>&lt;P&gt;Thanks. I have now tried with encoding="UTF-8" and encoding="utf-8". Still no success. I've tried removing whitespace and received a variety of errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ErrorResponse xmlns:xsi=" &lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt; " xmlns:xsd=" &lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt; "&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00003&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Unexpected end of file while parsing Name has occurred. Line 21, position 67.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/ErrorResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;also:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ErrorResponse xmlns:xsi="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt; "&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00003&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Unexpected end of file while parsing Name has occurred. Line 21, position 74.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/ErrorResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;also:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;ErrorResponse xmlns:xsi="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt; " xmlns:xsd="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt; "&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00003&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Unexpected end of file has occurred. The following elements are not closed: cardNumber, creditCard, payment, paymentProfiles, profile, createCustomerProfileRequest. Line 23, position 31.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/ErrorResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;All with the same XML data. After reaching out to the support email, they mentioned their error &lt;STRONG&gt;codes&lt;/STRONG&gt; could mean different things (... so I guess the error &lt;STRONG&gt;text&lt;/STRONG&gt; is just randomly generated gobily goop??). They also pointed me to&amp;nbsp;&lt;A target="_blank" href="http://developer.authorize.net/tools/responsereasoncode/"&gt;http://developer.authorize.net/tools/responsereasoncode/&lt;/A&gt; which mentions response code 3 means "This transaction has been declined". Interestingly, this is just to add the payment profile to CIM. When we test processing a payment, the same card is &lt;STRONG&gt;authorized&lt;/STRONG&gt;. I don't even know what to ask anymore...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;EDIT: I had to add spaces around the attributes with http or the rich-text editor would force it to be a link and truncated the rest of the XML. Fun!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:28:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39682#M21612</guid>
      <dc:creator>technicalknocko</dc:creator>
      <dc:date>2014-03-07T17:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39684#M21613</link>
      <description>&lt;P&gt;are you setting the length of the xml on the request?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:40:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39684#M21613</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-03-07T17:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39720#M21630</link>
      <description>&lt;P&gt;Yes! The code we have is from a drupal module that was setting the content-length header apparently incorrectly. It looks like that may have been causing the glitch. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2014 18:07:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/39720#M21630</guid>
      <dc:creator>technicalknocko</dc:creator>
      <dc:date>2014-03-10T18:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/52305#M27581</link>
      <description>&lt;P&gt;Any update on this, I'm seeing similar in the .net SDK 1.8.5&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 20:05:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/52305#M27581</guid>
      <dc:creator>tjb32</dc:creator>
      <dc:date>2015-09-25T20:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/53729#M28818</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We encounter the same error in LIVE mode for our customer's account: "E00027 - There is one or more missing or invalid required fields". When we pass billing address information the error goes away. I'm wondering whether passing billing address information obligatory or there is a setting in the account to turn it off?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 20:11:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/53729#M28818</guid>
      <dc:creator>Aleksei</dc:creator>
      <dc:date>2016-02-09T20:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 and CIM -- missing or invalid required fields?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/53730#M28819</link>
      <description>&lt;P&gt;Login to the merchant account.&lt;/P&gt;&lt;P&gt;go to settings - &amp;gt; "&lt;SPAN class="MainHeaderFont"&gt;Payment Form&lt;/SPAN&gt;" -&amp;gt; "&lt;SPAN class="MainHeaderFont"&gt;Form Fields&lt;/SPAN&gt;" and see what checkbox it check as required field&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 20:21:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-and-CIM-missing-or-invalid-required-fields/m-p/53730#M28819</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-09T20:21:19Z</dc:date>
    </item>
  </channel>
</rss>

