<?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: &amp;quot;Customer Profile ID or Customer Payment Profile ID not found.&amp;quot; - After Creation in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/63191#M37369</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also used authorize.net CIM in my magento 2. When I use sanbox mode it is working fine. Customer Order, transaction is created successfully. But when I change sandbox mode to the production mode then it is not working. I got the "Customer Profile ID or Customer Payment Profile ID not found". I have checked the API request everything is correct. I have update my live login ID and transaction key. but got this error again-2. Let me know if I am forgot anything. I am also using multisore view is that create any issue, because I have found some where in the blog and they mentioned there that it will crete issue when you have multiple store in magento. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anant Thakur&lt;/P&gt;</description>
    <pubDate>Fri, 25 May 2018 13:18:57 GMT</pubDate>
    <dc:creator>anant1987</dc:creator>
    <dc:date>2018-05-25T13:18:57Z</dc:date>
    <item>
      <title>"Customer Profile ID or Customer Payment Profile ID not found." - After Creation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/35111#M19513</link>
      <description>&lt;P&gt;This is my current process (as you can see all the logs here: &lt;A href="https://gist.github.com/dancameron/5c312a502286f6949459" target="_blank"&gt;https://gist.github.com/dancameron/5c312a502286f6949459&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;Create customer profile &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;Create address id.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;Create Payment Profile.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;Read validation response from payment profile and complete the checkout.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At some point later, possibly immediately I need to run an authcapture against the IDs I received above. You can see this in the logs around line #279. I'm sending the correct IDs (customer, address and payment) but there's an error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Customer Profile ID or Customer Payment Profile ID not found.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously that error is inaccurate since the profile id and payment id were just created and sent correctly to the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More importantly this issue only arises when on a live account. If I perform the same exact API calls against a developer account the error is not given and the callbacks are successful.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2013 19:49:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/35111#M19513</guid>
      <dc:creator>sproutventure</dc:creator>
      <dc:date>2013-07-30T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: "Customer Profile ID or Customer Payment Profile ID not found." - After Creation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/35112#M19514</link>
      <description>&lt;P&gt;Login into the merchant account to see if the information(profile and payment id) is correct.&lt;/P&gt;&lt;P&gt;Another thing I could think of it that the createtransaction is sending to the wrong URL.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2013 20:03:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/35112#M19514</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-07-30T20:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Customer Profile ID or Customer Payment Profile ID not found." - After Creation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/35131#M19531</link>
      <description>&lt;P&gt;The profile ID's match, so the only possible explanation is you're sending them to a system that doesn't recognize them. My guess is you're sending the actual charge to the production server, after creating the profiles on the test server. Where's your code?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2013 02:31:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/35131#M19531</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2013-07-31T02:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Customer Profile ID or Customer Payment Profile ID not found." - After Creation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/63191#M37369</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also used authorize.net CIM in my magento 2. When I use sanbox mode it is working fine. Customer Order, transaction is created successfully. But when I change sandbox mode to the production mode then it is not working. I got the "Customer Profile ID or Customer Payment Profile ID not found". I have checked the API request everything is correct. I have update my live login ID and transaction key. but got this error again-2. Let me know if I am forgot anything. I am also using multisore view is that create any issue, because I have found some where in the blog and they mentioned there that it will crete issue when you have multiple store in magento. Please correct me if I am wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anant Thakur&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 13:18:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/quot-Customer-Profile-ID-or-Customer-Payment-Profile-ID-not/m-p/63191#M37369</guid>
      <dc:creator>anant1987</dc:creator>
      <dc:date>2018-05-25T13:18:57Z</dc:date>
    </item>
  </channel>
</rss>

