I am integrating AIM in C# looking at your sample code
01-04-2012 03:24 AM
1)http://developer.authorize.net/guides/AIM/
Appendix B
2)Can't do bank account.
3)x_card_code
4)Send with a auth_only with $0 or $0.01. Then check the Response Code for Approved and AVS response.
01-04-2012 04:42 AM
Actually, you can do bank accounts, via eCheck.
bankAccount
The following elements belong to the <bankAccount> element; include them only for bank account transactions.
bankName
routingNumber (routing number for bank)
nameOnAccount
accountNumber (customer account number at bank)
echeckType (see documentation)
You can get more specifics from the AIM and eCheck documentation PDF's, and from the page on charging bank accounts:
https://support.authorize.net/authkb/index?page=content&id=A698&actp=LIST
http://www.authorize.net/support/eCheck.pdf
http://www.authorize.net/support/AIM_guide_XML.pdf
01-04-2012 10:01 AM