I am trying to determine the credit card type in the response coming back from Authorize.NET when I use the DPM method. The examples I saw had you cast the Request.Form object to a SIMResponse object. This object doesn't appear to have card type as a valid property.
Any help is greatly appreciated.
Thanks,
Brian
01-26-2012 02:07 PM
Since you mentiones SIMResponse, I'm going to assume that you are using the .Net SDK. I just reviewed the SDK and confirmed that it unfortunately does not have x_card_type defined in the response fields. I can put this in as a bug/feature request to be updated with the next version of the SDK, but the only immediate fix would be to update ApiFields.cs and SIMResponse.cs to incorporate this field.
01-30-2012 02:05 PM
Thanks for the reply. I am using the ReportingGateway class to make an API call to getTransactionDetails now and trying to retrieve info after the fact. Can you obtain it from there? I am passing a transaction id and getting data back, but the card number and card type come back blank.
01-30-2012 02:09 PM