cancel
Showing results for 
Search instead for 
Did you mean: 
foundation406
Contributor
since ‎07-14-2014
‎10-15-2014

Your latest statistics

  • 13 Replies
  • 1 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

How do I pull a list of TransactionsIDs by providing a BatchID? This doesn't seem to work:$response = $request->getTransactionListRequest($batchid);
We can pull transaction details using AuthorizeNetTD, but these do not include the line items (itemized). How are these downloaded?
Could someone assist us in creating a PHP page that accepts our Login ID and Transaction Key, then produces a csv datafile for import into our database. We can sucessfully pull the results by passing a single transaction #, but would prefer to use a ...
This is what I have. I'm trying to pull each batches transaction details. It doesn't give me an error, the page is entirely blank. getSettledBatchList();echo count($response->xml->batchList->batch) . " batches\n";foreach ($response->xml->batchList->b...
So, here is the code we were given to use. I know that the ID and key are correct because I plugged them into the sample.php and successfully posted a transaction. What we are trying to do is retrieve batch information from Authorize.net in order to ...
My Accepted Solutions
Kudos given to