<?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: CIM Order History / View History in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/46481#M23507</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating my own transaction using CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing problem with below scenario:&lt;/P&gt;&lt;P&gt;if for specific user transcation is done..but my service crash without saving transaction details into local Database....after my sevice up how can i retrive that perticular transaction detail(sigle transaction detail) from authorize.net using transaction detail API.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Aug 2014 10:10:44 GMT</pubDate>
    <dc:creator>shubhangi1</dc:creator>
    <dc:date>2014-08-21T10:10:44Z</dc:date>
    <item>
      <title>CIM Order History / View History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27666#M14619</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to get all the transactions of a particular Profile ID and display it as the history of transactions for that Profile ID.&lt;/P&gt;&lt;P&gt;I know that I could get the all Payment Profiles by the Profile ID, but I can't seem to get all the transaction for every Payment Profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I saw in CIM there is a functionality to get the Order History for the Payment Profile, or from the link below, it says View History.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A target="_blank" href="https://sandbox.authorize.net/UI/themes/sandbox/CustomerProfile/ViewHistory.aspx?ProfileID=8223105&amp;amp;PaymentProfileId=7269247"&gt;https://sandbox.authorize.net/UI/themes/sandbox/CustomerProfile/ViewHistory.aspx?ProfileID=8223105&amp;amp;PaymentProfileId=7269247&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i get the View History functionality from CIM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried googling, searching in stackoverflow, this forum and the CIM documentation but found no result. &amp;nbsp;I don't know if im missing something here.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 23:47:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27666#M14619</guid>
      <dc:creator>jermteam</dc:creator>
      <dc:date>2012-07-03T23:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order History / View History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27674#M14623</link>
      <description>&lt;P&gt;There is, as far as I know, nothing that will do that automatically from your web site. Since you are processing the charges yourself, however, there is no reason why you shouldn't be able to store the billing history as you charge, so that it's available later when you need it.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 02:00:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27674#M14623</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-07-04T02:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order History / View History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27698#M14634</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think we will just be saving the transaction ID on our end.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 22:47:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27698#M14634</guid>
      <dc:creator>jermteam</dc:creator>
      <dc:date>2012-07-04T22:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order History / View History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27722#M14644</link>
      <description>&lt;P&gt;Probably also want the date and amount, otherwise you're going to have to call the transaction details api for each individual transaction, which isn't efficient if you have hundreds of charges to list.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2012 20:59:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/27722#M14644</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-07-05T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIM Order History / View History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/46481#M23507</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating my own transaction using CIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing problem with below scenario:&lt;/P&gt;&lt;P&gt;if for specific user transcation is done..but my service crash without saving transaction details into local Database....after my sevice up how can i retrive that perticular transaction detail(sigle transaction detail) from authorize.net using transaction detail API.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 10:10:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Order-History-View-History/m-p/46481#M23507</guid>
      <dc:creator>shubhangi1</dc:creator>
      <dc:date>2014-08-21T10:10:44Z</dc:date>
    </item>
  </channel>
</rss>

