<?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: Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51303#M26677</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Jeff,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using the createCustomerProfileFromTransactionRequest API call,&amp;nbsp; in order for this request to succeed, the original transaction request from which the transId is taken must have included the following three fields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;id&lt;/LI&gt;
&lt;LI&gt;email&lt;/LI&gt;
&lt;LI&gt;description&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jul 2015 22:05:42 GMT</pubDate>
    <dc:creator>Joy</dc:creator>
    <dc:date>2015-07-05T22:05:42Z</dc:date>
    <item>
      <title>Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51297#M26672</link>
      <description>&lt;P&gt;I'm trying to create a CIM Customer Profile by referencing a transaction that was created by an ARB profile using the endpoint createCustomerProfileFromTransactionRequest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the the "Try It" option on the page: &lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt; page and submitting the following 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;createCustomerProfileFromTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;************&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;***************&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
&amp;lt;transId&amp;gt;2235782624&amp;lt;/transId&amp;gt;
&amp;lt;/createCustomerProfileFromTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;My account credentials have been intentionally replaced with ****.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;This results in the following error:&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; 
&amp;lt;createCustomerProfileResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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;
        E00102
      &amp;lt;/code&amp;gt;
      &amp;lt;text&amp;gt;
        Customer Info is missing.
      &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;/createCustomerProfileResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;Can anyone share with me what data elements its referring to? Are there elements that must exist within the ARB profile in order to convert a transaction produced by it to a CIM Customer Profile?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any info, would be extreemely helpful as I cannot find any information on this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2015 19:04:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51297#M26672</guid>
      <dc:creator>cmgjeff</dc:creator>
      <dc:date>2015-07-03T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51303#M26677</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Jeff,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using the createCustomerProfileFromTransactionRequest API call,&amp;nbsp; in order for this request to succeed, the original transaction request from which the transId is taken must have included the following three fields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;id&lt;/LI&gt;
&lt;LI&gt;email&lt;/LI&gt;
&lt;LI&gt;description&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2015 22:05:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51303#M26677</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-07-05T22:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51930#M27237</link>
      <description>&lt;P&gt;I am also facing the same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[E00102] Customer Info is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am picking a trasacntion ID from ARB and using the same in&lt;SPAN&gt;&amp;nbsp;createCustomerProfileFromTransactionRequest API call.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As suggested, I checked in orgininal transaction and found email and description fields are blank.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice if i have any other option to create profile using trancaction ID which does not have email and description.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashish Rawat&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 07:51:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/51930#M27237</guid>
      <dc:creator>ashishr</dc:creator>
      <dc:date>2015-08-28T07:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/53024#M28188</link>
      <description>&lt;P&gt;the 3 fields are not required. I was able to successfully get a reply with just Customer ID. No email or description.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 20:26:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/53024#M28188</guid>
      <dc:creator>dbinott</dc:creator>
      <dc:date>2015-11-17T20:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/73356#M45418</link>
      <description>&lt;P&gt;Atleast one of the three fields need to be in the request&lt;/P&gt;&lt;P&gt;merchantCustomerId&lt;/P&gt;&lt;P&gt;email&lt;/P&gt;&lt;P&gt;description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you provide just one, it will create the customer profile.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 15:41:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/73356#M45418</guid>
      <dc:creator>sharplogician</dc:creator>
      <dc:date>2020-09-25T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error E00102 - Customer Info is missing. w/createCustomerProfileFromTransactionRequest</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/73357#M45419</link>
      <description>&lt;P&gt;Only one of the following three fields are required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;merchantCustomerId&lt;/P&gt;&lt;P&gt;email&lt;/P&gt;&lt;P&gt;description&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you put either one in the request, it will create the customer profile.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 15:47:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-E00102-Customer-Info-is-missing-w/m-p/73357#M45419</guid>
      <dc:creator>sharplogician</dc:creator>
      <dc:date>2020-09-25T15:47:03Z</dc:date>
    </item>
  </channel>
</rss>

