<?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 Settled Transactions not matching batch statistics in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Settled-Transactions-not-matching-batch-statistics/m-p/51203#M26592</link>
    <description>&lt;P&gt;My goal is to update our system with settled transaction information. &amp;nbsp;My client wants to balance between their bank account, my system and Authorize.net account. &amp;nbsp;To do this I need to mark in my system when a transactions has been settled or returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;getSettledBatchListRequest to retrieve the batch ID and statistics for settled batches. &amp;nbsp;I then use&amp;nbsp;getTransactionListRequest to get all transactions for that batch. &amp;nbsp;On batches with returned items I getTransactionDetailsRequest to find out more information about the returned transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a couple of problems:&lt;/P&gt;&lt;P&gt;1) &amp;nbsp;When testing (using our live account, since the account has been active for a couple of years and gives me a wide range of batches to review). &amp;nbsp;The batch statistics might say there were 2&amp;nbsp;chargeCount with a chargeAmount of $100, but the getTransactionListRequest for this batch might return 10 transactions. &amp;nbsp;Some of the days work out perfectly where the&amp;nbsp;amount/count are a match. &amp;nbsp;Why would the counts/amounts be off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) &amp;nbsp;The settledStatus seems to happen too quickly to be acurate. &amp;nbsp;example: eCheck batch&amp;nbsp;has a&amp;nbsp;settlement date was&amp;nbsp;&lt;SPAN&gt;2015-06-19 00:13:40 and the original transaction submit date was&amp;nbsp;2015-06-18 17:44:59. &amp;nbsp;There is no way the eCheck actually settled (payment hit my clients bank account) that quickly. &amp;nbsp;How do I determine when the transactions actually settles (payment received by client)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have been working on this for days and really like how it's coming together, except for the one little fact or maybe a large one.. I'm afraid it's not really giving me settled information but rather processing information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When&amp;nbsp;the transactions&amp;nbsp;transactionStatus says 'settledSuccessfully' I'm starting to think this doesn't mean settled in the sense I'm thinking of it but rather just that the original transaction was processed, basically step 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I determine when a transaction has truely settled, ie.. the funds have been deposited into my clients bank account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all for any help or light you can shed on this!&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jun 2015 22:00:46 GMT</pubDate>
    <dc:creator>JMan388</dc:creator>
    <dc:date>2015-06-20T22:00:46Z</dc:date>
    <item>
      <title>Settled Transactions not matching batch statistics</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Settled-Transactions-not-matching-batch-statistics/m-p/51203#M26592</link>
      <description>&lt;P&gt;My goal is to update our system with settled transaction information. &amp;nbsp;My client wants to balance between their bank account, my system and Authorize.net account. &amp;nbsp;To do this I need to mark in my system when a transactions has been settled or returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;getSettledBatchListRequest to retrieve the batch ID and statistics for settled batches. &amp;nbsp;I then use&amp;nbsp;getTransactionListRequest to get all transactions for that batch. &amp;nbsp;On batches with returned items I getTransactionDetailsRequest to find out more information about the returned transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a couple of problems:&lt;/P&gt;&lt;P&gt;1) &amp;nbsp;When testing (using our live account, since the account has been active for a couple of years and gives me a wide range of batches to review). &amp;nbsp;The batch statistics might say there were 2&amp;nbsp;chargeCount with a chargeAmount of $100, but the getTransactionListRequest for this batch might return 10 transactions. &amp;nbsp;Some of the days work out perfectly where the&amp;nbsp;amount/count are a match. &amp;nbsp;Why would the counts/amounts be off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) &amp;nbsp;The settledStatus seems to happen too quickly to be acurate. &amp;nbsp;example: eCheck batch&amp;nbsp;has a&amp;nbsp;settlement date was&amp;nbsp;&lt;SPAN&gt;2015-06-19 00:13:40 and the original transaction submit date was&amp;nbsp;2015-06-18 17:44:59. &amp;nbsp;There is no way the eCheck actually settled (payment hit my clients bank account) that quickly. &amp;nbsp;How do I determine when the transactions actually settles (payment received by client)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have been working on this for days and really like how it's coming together, except for the one little fact or maybe a large one.. I'm afraid it's not really giving me settled information but rather processing information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When&amp;nbsp;the transactions&amp;nbsp;transactionStatus says 'settledSuccessfully' I'm starting to think this doesn't mean settled in the sense I'm thinking of it but rather just that the original transaction was processed, basically step 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I determine when a transaction has truely settled, ie.. the funds have been deposited into my clients bank account?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all for any help or light you can shed on this!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2015 22:00:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Settled-Transactions-not-matching-batch-statistics/m-p/51203#M26592</guid>
      <dc:creator>JMan388</dc:creator>
      <dc:date>2015-06-20T22:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Settled Transactions not matching batch statistics</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Settled-Transactions-not-matching-batch-statistics/m-p/51217#M26602</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18549"&gt;@JMan388&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checks behave much differently than card payments because they not&amp;nbsp;authorized in real time. &amp;nbsp;To learn more about the process, please visit&amp;nbsp;&lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A549" target="_blank"&gt;https://support.authorize.net/authkb/index?page=content&amp;amp;id=A549&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2015 22:45:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Settled-Transactions-not-matching-batch-statistics/m-p/51217#M26602</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-06-22T22:45:56Z</dc:date>
    </item>
  </channel>
</rss>

