<?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 Transaction status for eChecks, PHP in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-status-for-eChecks-PHP/m-p/84643#M53315</link>
    <description>&lt;P&gt;Does anybody know how to get the correct transaction status for eCheck transactions? In the PHP example on github, it is only showing three results:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; echo "SUCCESS: Transaction Status:" . $response-&amp;gt;getTransaction()-&amp;gt;getTransactionStatus() . "\n";
        echo "                Auth Amount:" . $response-&amp;gt;getTransaction()-&amp;gt;getAuthAmount() . "\n";
        echo "                   Trans ID:" . $response-&amp;gt;getTransaction()-&amp;gt;getTransId() . "\n";&lt;/LI-CODE&gt;&lt;P&gt;Even if the transaction fails (the person enters wrong account number), the transaction status is "settledSuccessfully". Somewhere it does say that it's a return, how do I retrieve this information using PHP SDK?&lt;/P&gt;&lt;P&gt;For example, in the Python code, you can get "settledAmount" from the transaction detail request. Though I'm not sure what it would show for a "failed" transaction...&lt;/P&gt;&lt;P&gt;But basically, I need to know whether the person was charged successfully or that there are some problems with the transaction. I don't want to ping the system and get "success" and then get "fail" a day later. I need to get the last status when the transaction is fully settled (I was told it could take up to 4 days)....&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 15:00:40 GMT</pubDate>
    <dc:creator>alexpr07</dc:creator>
    <dc:date>2022-10-20T15:00:40Z</dc:date>
    <item>
      <title>Transaction status for eChecks, PHP</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-status-for-eChecks-PHP/m-p/84643#M53315</link>
      <description>&lt;P&gt;Does anybody know how to get the correct transaction status for eCheck transactions? In the PHP example on github, it is only showing three results:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; echo "SUCCESS: Transaction Status:" . $response-&amp;gt;getTransaction()-&amp;gt;getTransactionStatus() . "\n";
        echo "                Auth Amount:" . $response-&amp;gt;getTransaction()-&amp;gt;getAuthAmount() . "\n";
        echo "                   Trans ID:" . $response-&amp;gt;getTransaction()-&amp;gt;getTransId() . "\n";&lt;/LI-CODE&gt;&lt;P&gt;Even if the transaction fails (the person enters wrong account number), the transaction status is "settledSuccessfully". Somewhere it does say that it's a return, how do I retrieve this information using PHP SDK?&lt;/P&gt;&lt;P&gt;For example, in the Python code, you can get "settledAmount" from the transaction detail request. Though I'm not sure what it would show for a "failed" transaction...&lt;/P&gt;&lt;P&gt;But basically, I need to know whether the person was charged successfully or that there are some problems with the transaction. I don't want to ping the system and get "success" and then get "fail" a day later. I need to get the last status when the transaction is fully settled (I was told it could take up to 4 days)....&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:00:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Transaction-status-for-eChecks-PHP/m-p/84643#M53315</guid>
      <dc:creator>alexpr07</dc:creator>
      <dc:date>2022-10-20T15:00:40Z</dc:date>
    </item>
  </channel>
</rss>

