cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Method, i.e., CC, ECHECK, etc.

The AIM and SIM responses contained an element named "method", which was either CC for credit card or ECHECK for bank transfer, but I can find no comparable field in the transaction details response in new API.

 

Am I missing it, or is it just no longer available?

 

Thanks, Fritz

coppercup
Regular Contributor
2 REPLIES 2

Hi @coppercup

 

The CreateTransactionRequest is equivalent to the AIM Transaction request.

in CreateTransactionResponse the accountType under transactionResponse is the field which you are looking for.

 

The accountType can have following values in the response Visa, Mastercard, Discover, AmericanExpress, DinersClub, JCB, or eCheck

 

Hope this helps!

 

 

kikmak42
Authorize.Net Expert Authorize.Net Expert
Authorize.Net Expert

The accountType element is not returned in the getTransactionDetails response.

coppercup
Regular Contributor