<?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 CIM Gateway: Creating a customer payment profile without billing address in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49372#M24945</link>
    <description>&lt;P&gt;I am trying to create a customer profile on the &lt;STRONG&gt;live&lt;/STRONG&gt;&amp;nbsp;gateway for CIM, however I get rejected with Error: *"E00027 There is one or more missing or invalid required fields"*. This is my request:&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;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
       &amp;lt;merchantAuthentication&amp;gt;
          &amp;lt;name&amp;gt;-removed-&amp;lt;/name&amp;gt;
          &amp;lt;transactionKey&amp;gt;-removed-&amp;lt;/transactionKey&amp;gt;
       &amp;lt;/merchantAuthentication&amp;gt;
       &amp;lt;profile&amp;gt;
          &amp;lt;description&amp;gt;Anush (4f293e17536e86bc66000000)&amp;lt;/description&amp;gt;
          &amp;lt;email&amp;gt;anush@foobar.com&amp;lt;/email&amp;gt;
          &amp;lt;paymentProfiles&amp;gt;
             &amp;lt;billTo&amp;gt;
                &amp;lt;firstName /&amp;gt;
                &amp;lt;lastName /&amp;gt;
                &amp;lt;company /&amp;gt;
                &amp;lt;address /&amp;gt;
                &amp;lt;city /&amp;gt;
                &amp;lt;state /&amp;gt;
                &amp;lt;zip&amp;gt;94111&amp;lt;/zip&amp;gt;
                &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;-removed-&amp;lt;/cardNumber&amp;gt;
                   &amp;lt;expirationDate&amp;gt;2016-12&amp;lt;/expirationDate&amp;gt;
                   &amp;lt;cardCode&amp;gt;-removed-&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;&lt;P&gt;and this is the response which says "There is one or more missing or invalid required fields"&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;createCustomerProfileResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&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;customerPaymentProfileIdList /&amp;gt;
&amp;lt;customerShippingAddressIdList /&amp;gt;
&amp;lt;validationDirectResponseList&amp;gt;
&amp;lt;string&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,,,,,,,,94111,,,,anush@foobar.com,,,,,,,,,0.00,0.00,0.00,FALSE,none,F68A9C87C1E1472521704EF38C21F647,,,,,,,,,,,,,XXXX1234,Visa,,,,,,,,,,,,,,,,&amp;lt;/string&amp;gt;
&amp;lt;/validationDirectResponseList&amp;gt;
&amp;lt;/createCustomerProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Error code &lt;STRONG&gt;290&lt;/STRONG&gt;&amp;nbsp;in the response indicates I'm missing AVS (address) information (from &lt;A target="_blank" href="http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=4_TransResponse.6.4.html"&gt;the documentation&lt;/A&gt;). I've got the zip code, but I don't have the billing address. How do I create a customer profile without specifying a billing address?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;All this has worked while in developer mode on the sandbox, but it seems to fail on the live gateway. Any help here would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rushi&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jan 2015 04:03:25 GMT</pubDate>
    <dc:creator>rushi</dc:creator>
    <dc:date>2015-01-20T04:03:25Z</dc:date>
    <item>
      <title>CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49372#M24945</link>
      <description>&lt;P&gt;I am trying to create a customer profile on the &lt;STRONG&gt;live&lt;/STRONG&gt;&amp;nbsp;gateway for CIM, however I get rejected with Error: *"E00027 There is one or more missing or invalid required fields"*. This is my request:&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;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
       &amp;lt;merchantAuthentication&amp;gt;
          &amp;lt;name&amp;gt;-removed-&amp;lt;/name&amp;gt;
          &amp;lt;transactionKey&amp;gt;-removed-&amp;lt;/transactionKey&amp;gt;
       &amp;lt;/merchantAuthentication&amp;gt;
       &amp;lt;profile&amp;gt;
          &amp;lt;description&amp;gt;Anush (4f293e17536e86bc66000000)&amp;lt;/description&amp;gt;
          &amp;lt;email&amp;gt;anush@foobar.com&amp;lt;/email&amp;gt;
          &amp;lt;paymentProfiles&amp;gt;
             &amp;lt;billTo&amp;gt;
                &amp;lt;firstName /&amp;gt;
                &amp;lt;lastName /&amp;gt;
                &amp;lt;company /&amp;gt;
                &amp;lt;address /&amp;gt;
                &amp;lt;city /&amp;gt;
                &amp;lt;state /&amp;gt;
                &amp;lt;zip&amp;gt;94111&amp;lt;/zip&amp;gt;
                &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;-removed-&amp;lt;/cardNumber&amp;gt;
                   &amp;lt;expirationDate&amp;gt;2016-12&amp;lt;/expirationDate&amp;gt;
                   &amp;lt;cardCode&amp;gt;-removed-&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;&lt;P&gt;and this is the response which says "There is one or more missing or invalid required fields"&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;createCustomerProfileResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&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;customerPaymentProfileIdList /&amp;gt;
&amp;lt;customerShippingAddressIdList /&amp;gt;
&amp;lt;validationDirectResponseList&amp;gt;
&amp;lt;string&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,,,,,,,,94111,,,,anush@foobar.com,,,,,,,,,0.00,0.00,0.00,FALSE,none,F68A9C87C1E1472521704EF38C21F647,,,,,,,,,,,,,XXXX1234,Visa,,,,,,,,,,,,,,,,&amp;lt;/string&amp;gt;
&amp;lt;/validationDirectResponseList&amp;gt;
&amp;lt;/createCustomerProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Error code &lt;STRONG&gt;290&lt;/STRONG&gt;&amp;nbsp;in the response indicates I'm missing AVS (address) information (from &lt;A target="_blank" href="http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=4_TransResponse.6.4.html"&gt;the documentation&lt;/A&gt;). I've got the zip code, but I don't have the billing address. How do I create a customer profile without specifying a billing address?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;All this has worked while in developer mode on the sandbox, but it seems to fail on the live gateway. Any help here would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Rushi&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 04:03:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49372#M24945</guid>
      <dc:creator>rushi</dc:creator>
      <dc:date>2015-01-20T04:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49376#M24949</link>
      <description>&lt;P&gt;It could also be a fields that was set as a required field in the merchant account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Login to the account&lt;/P&gt;&lt;P&gt;Account Settings&lt;/P&gt;&lt;P&gt;Payment Form&lt;/P&gt;&lt;P&gt;Form Fields&lt;/P&gt;&lt;P&gt;Check to see if anything you are not passing is check as required.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:13:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49376#M24949</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-20T12:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49403#M24976</link>
      <description>&lt;P&gt;I checked &amp;nbsp;on the Payment Forms page. None of the fields are marked as required, I also made sure that payments&amp;nbsp;that fail AVS are not rejected.&amp;nbsp;Despite all of these changes my API calls still get rejected.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 01:54:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49403#M24976</guid>
      <dc:creator>rushi</dc:creator>
      <dc:date>2015-01-21T01:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49410#M24981</link>
      <description>&lt;P&gt;Just reread the VISA requirement. the billto address is required, can't be blank.&lt;/P&gt;&lt;P&gt;You can't valid(livemode) if you don't have the billto address&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2015 13:07:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49410#M24981</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-21T13:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49445#M25019</link>
      <description>&lt;P&gt;RaynorC1emen7,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Where are these "visa requirements"? Also, when I use the AIM gateway, I have no such problems. The payment always goes through without a billing address.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Rushi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 01:26:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49445#M25019</guid>
      <dc:creator>rushi</dc:creator>
      <dc:date>2015-01-23T01:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49448#M25022</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/api/cim/" target="_blank"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;xml doc, page 14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you did the AIM, was it for auth_only $0.00?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2015 12:23:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/49448#M25022</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-01-23T12:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Gateway: Creating a customer payment profile without billing address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/61369#M35827</link>
      <description>&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Had the same error - I changed the validation mode to "none" which fixed it.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 21:01:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Gateway-Creating-a-customer-payment-profile-without-billing/m-p/61369#M35827</guid>
      <dc:creator>adambt</dc:creator>
      <dc:date>2018-01-25T21:01:28Z</dc:date>
    </item>
  </channel>
</rss>

