<?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 CODE: E00044 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68314#M41550</link>
    <description>&lt;DIV&gt;Hi there,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We have integrated with Autorize.NET sandbox, but after we switched to a live account, we received the "Customer Information Manager is not enabled". &lt;U&gt;We are sure that it is enabled and our client already has 59 profiles.&lt;/U&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;The integration is done by this documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and this example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-app&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;There is the error code, that we are receiving:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;CODE: E00044&lt;BR /&gt;EXPLANATION: Customer Information Manager is not enabled.&lt;BR /&gt;DESCRIPTION: The payment gateway account is not enabled for Customer Information Manager (CIM).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is the code that we are using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&lt;BR /&gt;&amp;lt;getHostedProfilePageRequest xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;customerProfileId&amp;gt;1508256194&amp;lt;/customerProfileId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;hostedProfileSettings&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfilePaymentOptions&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;showCreditCard&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfilePageBorderVisible&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;false&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileValidationMode&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;liveMode&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileManageOptions&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;showPayment&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileIFrameCommunicatorUrl&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;https://our_valid_URL/IFrameCommunicator.html&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileBillingAddressOptions&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;showBillingAddress&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/hostedProfileSettings&amp;gt;&lt;BR /&gt;&amp;lt;/getHostedProfilePageRequest&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Could you help us with it?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Jul 2019 08:07:13 GMT</pubDate>
    <dc:creator>Oleg_Klymov</dc:creator>
    <dc:date>2019-07-08T08:07:13Z</dc:date>
    <item>
      <title>CODE: E00044</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68314#M41550</link>
      <description>&lt;DIV&gt;Hi there,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;We have integrated with Autorize.NET sandbox, but after we switched to a live account, we received the "Customer Information Manager is not enabled". &lt;U&gt;We are sure that it is enabled and our client already has 59 profiles.&lt;/U&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;The integration is done by this documentation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/features/accept_hosted.html" target="_blank"&gt;https://developer.authorize.net/api/reference/features/accept_hosted.html&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and this example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-app&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;There is the error code, that we are receiving:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;CODE: E00044&lt;BR /&gt;EXPLANATION: Customer Information Manager is not enabled.&lt;BR /&gt;DESCRIPTION: The payment gateway account is not enabled for Customer Information Manager (CIM).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is the code that we are using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-16"?&amp;gt;&lt;BR /&gt;&amp;lt;getHostedProfilePageRequest xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;customerProfileId&amp;gt;1508256194&amp;lt;/customerProfileId&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;hostedProfileSettings&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfilePaymentOptions&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;showCreditCard&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfilePageBorderVisible&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;false&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileValidationMode&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;liveMode&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileManageOptions&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;showPayment&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileIFrameCommunicatorUrl&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;https://our_valid_URL/IFrameCommunicator.html&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;setting&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingName&amp;gt;hostedProfileBillingAddressOptions&amp;lt;/settingName&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;settingValue&amp;gt;showBillingAddress&amp;lt;/settingValue&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/hostedProfileSettings&amp;gt;&lt;BR /&gt;&amp;lt;/getHostedProfilePageRequest&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;Could you help us with it?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Jul 2019 08:07:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68314#M41550</guid>
      <dc:creator>Oleg_Klymov</dc:creator>
      <dc:date>2019-07-08T08:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: CODE: E00044</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68318#M41553</link>
      <description>&lt;P&gt;It sounds like the live account needs to have Customer Information Manager enabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Log into the merchant interface &lt;A href="https://login.authorize.net" target="_blank"&gt;https://login.authorize.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Select Customer Information Manager from the left-hand navigation bar&lt;/P&gt;&lt;P&gt;3. Enable Customer Information Manager&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then try your test again&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 22:00:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68318#M41553</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2019-07-08T22:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: CODE: E00044</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68319#M41554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was the first thing that I checked. This option is enabled.&lt;/P&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 06:21:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68319#M41554</guid>
      <dc:creator>Oleg_Klymov</dc:creator>
      <dc:date>2019-07-09T06:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: CODE: E00044</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68995#M42097</link>
      <description>&lt;P&gt;Did you manage to figure anything out for this?&amp;nbsp; We're having the same issue.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 20:14:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/68995#M42097</guid>
      <dc:creator>grokworks</dc:creator>
      <dc:date>2019-09-06T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: CODE: E00044</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/80396#M50672</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There was the first thing that I checked. This option is enabled.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:37:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/80396#M50672</guid>
      <dc:creator>rioconway</dc:creator>
      <dc:date>2021-12-12T08:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: CODE: E00044</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/80687#M50846</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm setting up amember to use authorize.net&lt;A href="https://www.shipant.com/" target="_blank" rel="noopener"&gt;'&lt;/A&gt;s CIM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've setup amember&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've setup the CIM account&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 12:48:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CODE-E00044/m-p/80687#M50846</guid>
      <dc:creator>BellaJohn</dc:creator>
      <dc:date>2022-01-05T12:48:07Z</dc:date>
    </item>
  </channel>
</rss>

