Hi Guys,
Im trying to get all the transactions of a particular Profile ID and display it as the history of transactions for that Profile ID.
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.
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.
How do i get the View History functionality from CIM?
I have tried googling, searching in stackoverflow, this forum and the CIM documentation but found no result. I don't know if im missing something here.
Solved! Go to Solution.
07-03-2012 04:47 PM - edited 07-03-2012 04:47 PM
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.
07-03-2012 07:00 PM
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.
07-03-2012 07:00 PM
Thanks!
I think we will just be saving the transaction ID on our end.
07-04-2012 03:47 PM
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.
07-05-2012 01:59 PM
Hi,
I am creating my own transaction using CIM.
I am facing problem with below scenario:
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.
08-21-2014 03:10 AM