cancel
Showing results for 
Search instead for 
Did you mean: 
mjcpp
Member
since ‎03-23-2011
‎04-04-2011

Your latest statistics

  • 2 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

In C# , any which way I use the GetTransactionList() or even GetSettledBatchList() functions I only get it for the last day. var transactions = gate.GetTransactionList();var transactions = gate.GetTransactionList(DateTime.Now.AddDays(-31), DateTime.N...
var sub = new SubscriptionGateway("APILOGIN", "TRANSACTIONKEY", ServiceMode.Live);var test = sub.GetSubscriptionStatus("8825220");Console.WriteLine("{0}", test.ToString());C# Always shows active for any Subscription ID I put in that is valid even tho...
I downloaded the C# Transaction Details API sample program: https://developer.authorize.net/api/transaction_details/But I cannot login to the live account for the Reporting sample even though the credentials work for the SampleAuthorization sample I ...