- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
โ08-14-2018 03:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!

โ08-14-2018 10:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The accountType element is not returned in the getTransactionDetails response.
โ08-16-2018 06:35 AM

