cancel
Showing results for 
Search instead for 
Did you mean: 
jmawebtech
Member
since ‎12-10-2014
‎02-26-2020

Your latest statistics

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

User Activity

Hi, I have a refund that posted on 2/21/2020. Using the logic to pull unsettled and settled transactions, I find no refunds. Is my code correct? public List GetSettledTransactions(DateTime firstSettlementDate, DateTime lastSettlementDate){List summar...
Hi, I am trying to pull a list of orders whose transaction status is refund, using the transaction details API. I have a refund submitted on 2/21/2020. I used this code, but the refund failed to pull. Do refunds need to settle, before I receive them?...
Hi, I would like to pull a daily settlement report with the Authorize.NET fees per order or per day. I am using the GetSettledBatchList call: https://community.developer.authorize.net/t5/News-and-Announcements/New-API-Call-getSettledBatchList/td-p/63...
Hi, I am using the .NET SDK. I am seeing the same orders being returned several times with different dates. If I call GetTransactionList and I use a begin date of December 12th and an end date of December 13th, am I querying transactions by the date ...