cancel
Showing results for 
Search instead for 
Did you mean: 

AIM x-<name> codes

I am integrating AIM in C# looking at your sample code

 

Where may I find a list for the field names  x-<name>
In particular
  1. What value does x-method take if it is a bank account?
  2. What are the x-<name> values when it is a bank account?
  3. What is the x-<name> for the credit card code
  4. How can this method be used to verify a card or address?
Thanks
Jerry Scally
jerrychelsea
Member
2 REPLIES 2

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.

RaynorC1emen7
Expert

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