I'm using the following approach to retriving Card Type. Looks like it
may be helpful in this thread. $request = new AuthorizeNetTD;$response =
$request->getTransactionDetails($authcode); $response_cardtype =
$response->xml->transaction->payment->cre...