I am setting up my script with the CIM API. My question is, is there a
way to return the transaction id for the transaction what was just
processed? I have this at the end so far:if
($cim->isSuccessful()){$approval_code = $cim->getAuthCode();}// Prin...