<?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 SOAP C# Implementation in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49858#M25387</link>
    <description>&lt;P&gt;Please help ASAP...&lt;/P&gt;&lt;P&gt;The documentation does really well at&amp;nbsp;showing how&amp;nbsp;the SOAP methods work to&lt;/P&gt;&lt;P&gt;CreateCustomerProfile (Is this always required to obtain the CustomerProfileId?),&lt;/P&gt;&lt;P&gt;GetCustomerProfile (but only with the CustomerProfileId after CreateCustomerProfile), and&lt;/P&gt;&lt;P&gt;CreateCustomerPaymentProfile (but only&amp;nbsp;with CustomerProfileId after CreateCustomerProfile)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to create a customer profile.&amp;nbsp; I know how to create a customer payment profile.&amp;nbsp; I know how to update a customer profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know how to get an already created customer profile or an already created customer payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to know how&amp;nbsp;get a customer profile that has already been created (no documentation) and get a customer payment profile that has already been created (no documentation).&amp;nbsp; I follow the object hierarchy but there is no definition or explanation.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2015 13:29:53 GMT</pubDate>
    <dc:creator>kenhenkes</dc:creator>
    <dc:date>2015-03-03T13:29:53Z</dc:date>
    <item>
      <title>CIM SOAP C# Implementation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49858#M25387</link>
      <description>&lt;P&gt;Please help ASAP...&lt;/P&gt;&lt;P&gt;The documentation does really well at&amp;nbsp;showing how&amp;nbsp;the SOAP methods work to&lt;/P&gt;&lt;P&gt;CreateCustomerProfile (Is this always required to obtain the CustomerProfileId?),&lt;/P&gt;&lt;P&gt;GetCustomerProfile (but only with the CustomerProfileId after CreateCustomerProfile), and&lt;/P&gt;&lt;P&gt;CreateCustomerPaymentProfile (but only&amp;nbsp;with CustomerProfileId after CreateCustomerProfile)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know how to create a customer profile.&amp;nbsp; I know how to create a customer payment profile.&amp;nbsp; I know how to update a customer profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know how to get an already created customer profile or an already created customer payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to know how&amp;nbsp;get a customer profile that has already been created (no documentation) and get a customer payment profile that has already been created (no documentation).&amp;nbsp; I follow the object hierarchy but there is no definition or explanation.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:29:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49858#M25387</guid>
      <dc:creator>kenhenkes</dc:creator>
      <dc:date>2015-03-03T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP C# Implementation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49859#M25388</link>
      <description>&lt;P&gt;There is doc here &lt;A target="_blank" href="http://developer.authorize.net/api/cim/"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;use the Getxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 13:46:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49859#M25388</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-03T13:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP C# Implementation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49860#M25389</link>
      <description>&lt;P&gt;This is the document to which I am referring.&amp;nbsp; It is not clear.&amp;nbsp; Perhaps frustration is preventing me from seeing something obvious...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon registration on my site during which credit card information is provided, I need to create a customer profile and a customer payment profile on Authorize.Net to charge later.&amp;nbsp; Our customers are not charged right away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At some later date, I need to be able to retrieve the customer profile as well as the customer payment profile so as to charge their credit card a pre-determined&amp;nbsp;amount.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In setting up the code, I believe I understand what to do and how to create the customer profile and customer payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During the later date retrieval process (after the customer profile has long since been created),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In calling the GetCustomerProfile method, where do I obtain the required ProfileId parameter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this make sense?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:22:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49860#M25389</guid>
      <dc:creator>kenhenkes</dc:creator>
      <dc:date>2015-03-03T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP C# Implementation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49861#M25390</link>
      <description>&lt;P&gt;Oh. Yes, you suppose to save at least the customer profile id when create a profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:25:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49861#M25390</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-03-03T14:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: CIM SOAP C# Implementation</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49862#M25391</link>
      <description>&lt;P&gt;This is exactly what I need that the document does not specify.&amp;nbsp; Thank you very much!&amp;nbsp; I will not mark this thread as resolved until my integration is successful.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:58:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-SOAP-C-Implementation/m-p/49862#M25391</guid>
      <dc:creator>kenhenkes</dc:creator>
      <dc:date>2015-03-03T14:58:47Z</dc:date>
    </item>
  </channel>
</rss>

