<?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: How to implement CIM with SIM. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51322#M26696</link>
    <description>&lt;P&gt;SIM and CIM are different API.&lt;/P&gt;&lt;P&gt;CIM do have an hosted option. you can read it in the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/cim/" target="_blank"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2015 15:13:16 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2015-07-07T15:13:16Z</dc:date>
    <item>
      <title>How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51321#M26695</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I want my users to store their credit card details so that user can allow us to auto deduct amount from their cards.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am using SIM method for payments.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Santosh&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:24:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51321#M26695</guid>
      <dc:creator>santosh01</dc:creator>
      <dc:date>2015-07-07T08:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51322#M26696</link>
      <description>&lt;P&gt;SIM and CIM are different API.&lt;/P&gt;&lt;P&gt;CIM do have an hosted option. you can read it in the doc&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/cim/" target="_blank"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 15:13:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51322#M26696</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-07T15:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51344#M26711</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also required to integrate hosted page of CIM with SIM. As mention in documentation we understood that CIM hosted use to manage customer profile only &amp;amp; SIM hosted provide payment facility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But we need to integrate both of them simulteneously. Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 06:30:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51344#M26711</guid>
      <dc:creator>testing</dc:creator>
      <dc:date>2015-07-09T06:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51346#M26713</link>
      <description>&lt;P&gt;Sure an account can support any/all the APIs.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 11:25:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51346#M26713</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-09T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51347#M26714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But can you please explain me in detai how it is possible integrate both CIM hosted page &amp;amp;SIM ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me explain process again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User add product in cart and click on checkout we call function openAddPaymentPopup() [Which is function of hosted CIM] and after that user will filled up all detail and click on "Save" will create payment profile. But now i need that newly added payment profile id and make the payment using SIM hosted page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now can you please suggest me how can i do that or can you please explain how can i use CIM &amp;amp; SIM for same transaction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope now i can explain you in better way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please reply soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You for your support.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:28:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51347#M26714</guid>
      <dc:creator>testing</dc:creator>
      <dc:date>2015-07-09T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51349#M26716</link>
      <description>&lt;P&gt;Once the customer create a payment profile, you don't use SIM for the transaction, use the CIM to create a payment transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason to use SIM was so that the CC info don't go thru your server. But if you use CIM hosted option to get the customer CC info, there isn't a reason to use SIM anymore.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:10:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51349#M26716</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-09T13:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51350#M26717</link>
      <description>&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again Thanks a lot for quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i am using hosted page of CIM and create payment profile using entered data in iframe and click on SAVE then can i use that newly added payment profile id after pop up is closed??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Yes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; then can i use that id and in backgroud make the payment using that payment profile id?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If No,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please give us alternate solution. How can i access that payment profile id when&amp;nbsp; pop up is closed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really Thanks a lot for quick reply.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Jul 2015 13:21:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51350#M26717</guid>
      <dc:creator>testing</dc:creator>
      <dc:date>2015-07-09T13:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51359#M26723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please reply on my last updated questions.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:49:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51359#M26723</guid>
      <dc:creator>testing</dc:creator>
      <dc:date>2015-07-10T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to implement CIM with SIM.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51360#M26724</link>
      <description>&lt;P&gt;Sorry, only play around with the hosted CIM a little bit, not enough to help you. Look like you found the sample code threads&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:15:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-implement-CIM-with-SIM/m-p/51360#M26724</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-07-10T11:15:32Z</dc:date>
    </item>
  </channel>
</rss>

