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: echo "SUCCESS: Transaction Status:" .
$response->getTransaction()->getTransactionStatus() . "\n"; ech...