<?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: Get Customer Profile(CIM integration) By ID or email in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/32975#M17518</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to PCI Compliance Can we Store "Profile_Id" and "Payment_ProfieId" on our database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2013 06:42:50 GMT</pubDate>
    <dc:creator>ramesh121</dc:creator>
    <dc:date>2013-02-11T06:42:50Z</dc:date>
    <item>
      <title>Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/13396#M8021</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to fetch the details or Auth.Net Customer Profile ID. But I am unable to find any method in API which allows me to fetch this detail using email or by any customer specific parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All I know is the function getCustomerProfileIdsRequest() but this returns all the Customers' details which is extremely time consuming process when running applications online. I just checked getCustomerProfileRequest() but this requires profile ID which we have not saved in our Database so we cannot use it later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to fetch the Auth.Net CIM profile &amp;amp; payment profile for that specific customer only who has logged in and tries to make a payment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2011 11:22:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/13396#M8021</guid>
      <dc:creator>hinatabassum</dc:creator>
      <dc:date>2011-06-06T11:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/13422#M8029</link>
      <description>&lt;P&gt;Any idea anyone? :mansad:&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2011 12:53:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/13422#M8029</guid>
      <dc:creator>hinatabassum</dc:creator>
      <dc:date>2011-06-07T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/13486#M8052</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is currently no way to retrieve a profile through the API without the profile ID. It's best to store the profile IDs that are created somewhere on your own systems so that you can easily refer to them later if needed. As you already noted, you can use getCustomerProfileIdsRequest, but that will return all of your IDs. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can, however, search for a profile by email address through the CIM interface in the Merchant Interface. To do so, log in at &lt;A href="https://account.authorize.net" target="_blank" rel="nofollow"&gt;https://account.authorize.net&lt;/A&gt; and click &lt;STRONG&gt;Customer Information Manager &lt;/STRONG&gt;from the main menu on the left. Then enter the email address you wish to search for, select &lt;STRONG&gt;Email &lt;/STRONG&gt;from the dropdown and click &lt;STRONG&gt;Search&lt;/STRONG&gt;. Any profiles associated with that email address will display in the search results. &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;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2011 19:39:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/13486#M8052</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-06-08T19:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/19508#M10743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Initially I have implemented AIM payment method but my client reported that it is holding credit card, transaction amount. And he suggested that USE CIM…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have implemented CIM XML but he is reported that it is still holding the amount against a person’s credit card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He spoke to Authorize.net and they said we can program it to authorize for only $1, ($0 for Visa). That way, it only holds only $1 or $0 on a person’s card; yet still validates that a valid card is being used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize.net cannot tell us how to do it, but they said it’s possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me to fix this issue…..&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 18:32:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/19508#M10743</guid>
      <dc:creator>squreshi</dc:creator>
      <dc:date>2011-11-30T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/19514#M10746</link>
      <description>&lt;P&gt;It sound like you are doing the createCustomerProfileTransactionRequest.&lt;/P&gt;&lt;P&gt;All you need is when you create or update an customer payment profile, set&amp;nbsp;validationMode to livemode, so it will validate the cc# with a authorize only transaction with the $.01 or $0.&lt;/P&gt;&lt;P&gt;Then when you are ready to charge the full amount, do the createCustomerProfileTransactionRequest.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 19:05:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/19514#M10746</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-11-30T19:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/32975#M17518</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to PCI Compliance Can we Store "Profile_Id" and "Payment_ProfieId" on our database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 06:42:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/32975#M17518</guid>
      <dc:creator>ramesh121</dc:creator>
      <dc:date>2013-02-11T06:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/32980#M17523</link>
      <description>&lt;P&gt;yes, it just an id.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2013 12:19:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/32980#M17523</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-11T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/49151#M24760</link>
      <description>&lt;P&gt;This is, frankly, unbelievable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While an intelligent system will store the association between local ID and customer profile ID in its database, this precludes an effective or efficient mode of error recovery-- for example, if there is a power failure (or a database crash, or a webserver crash, or a network failure, or a hardware failure) at the data centre between when the user was created remotely and the ID was stored locally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This means that the only way to recover an orphaned client ID is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. By manually looking up the ID in the CIM interface. This is not an acceptable solution because it is not automatable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. By retrieving ALL customer profile IDs, excluding ones for which a record exists locally in the DB, and individually querying the non-excluded set, individually, from the remote system, comparing the information in each to the local username which one is attempting to recover. Not only is this approach costly in both time and computing resources, but it is unnecessarily complex, and therefore, unnecessarily error-prone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Due to the extreme expense of this operation, this means that it is impossible to defensively code against the possibility of failures as a rolling recovery measure; the code must either have a path which is specifically triggered by detection of candidate failures (which is a heuristic, and thus error-prone process-- great, now we're compounding one error-prone process with another!), or the rocovery must be done by hand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prior this point I might have recommended this API; I can't do that with so glaring an omission, though obviously I'll continue to implement it for customers who specifically require it. It's merely a stupid omission, and not an outright dangerous one.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Dec 2014 22:51:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/49151#M24760</guid>
      <dc:creator>kai12345</dc:creator>
      <dc:date>2014-12-13T22:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/49978#M25489</link>
      <description>&lt;P&gt;I also need this feature as we are combining CIM and DPM. It would be wonderful if we can get details of customerProfileId with just CustomerId. I am not at all conviced to either store the CustomerProfileId (PCIDSS Compliance) in the database or go through all ProfileIds (time consuming). It has been many years since the first post, so I am just curious to explore other possibilities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any plan of introducing this API in near future?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:40:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/49978#M25489</guid>
      <dc:creator>smartk1977</dc:creator>
      <dc:date>2015-03-13T19:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Customer Profile(CIM integration) By ID or email</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/55622#M30487</link>
      <description>&lt;P&gt;FYI, if you call&lt;/P&gt;&lt;PRE&gt;CreateCustomerProfile(new CustomerProfileType(){ email = "Same Email", merchantCustomerId = "Same ID" }); &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;you'll get an error giving you back the ID:&amp;nbsp;A duplicate reccrd with ID XXXX&amp;nbsp;already exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 18:28:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Customer-Profile-CIM-integration-By-ID-or-email/m-p/55622#M30487</guid>
      <dc:creator>DevCoreIdc</dc:creator>
      <dc:date>2016-09-01T18:28:25Z</dc:date>
    </item>
  </channel>
</rss>

