<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AIM x-&amp;lt;name&amp;gt; codes in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21057#M11495</link>
    <description>&lt;P&gt;I am integrating AIM in C# looking at your sample code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Where may I find a list for the field names&amp;nbsp; x-&amp;lt;name&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;In particular&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;What value does x-method take if it is a bank account?&lt;/LI&gt;&lt;LI&gt;What are the x-&amp;lt;name&amp;gt; values when it is a bank account?&lt;/LI&gt;&lt;LI&gt;What is the x-&amp;lt;name&amp;gt; for the credit card code&lt;/LI&gt;&lt;LI&gt;How can this method be used to verify a card or address?&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Jerry Scally&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 04 Jan 2012 11:24:14 GMT</pubDate>
    <dc:creator>jerrychelsea</dc:creator>
    <dc:date>2012-01-04T11:24:14Z</dc:date>
    <item>
      <title>AIM x-&lt;name&gt; codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21057#M11495</link>
      <description>&lt;P&gt;I am integrating AIM in C# looking at your sample code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Where may I find a list for the field names&amp;nbsp; x-&amp;lt;name&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;In particular&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;What value does x-method take if it is a bank account?&lt;/LI&gt;&lt;LI&gt;What are the x-&amp;lt;name&amp;gt; values when it is a bank account?&lt;/LI&gt;&lt;LI&gt;What is the x-&amp;lt;name&amp;gt; for the credit card code&lt;/LI&gt;&lt;LI&gt;How can this method be used to verify a card or address?&lt;/LI&gt;&lt;/OL&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Jerry Scally&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Jan 2012 11:24:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21057#M11495</guid>
      <dc:creator>jerrychelsea</dc:creator>
      <dc:date>2012-01-04T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: AIM x-&lt;name&gt; codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21061#M11497</link>
      <description>&lt;P&gt;1)&lt;A target="_blank" href="http://developer.authorize.net/guides/AIM/"&gt;http://developer.authorize.net/guides/AIM/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Appendix B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)Can't do bank account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)x_card_code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4)Send with a auth_only with $0 or $0.01. Then check the Response Code for Approved and AVS response.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:42:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21061#M11497</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-01-04T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: AIM x-&lt;name&gt; codes</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21081#M11506</link>
      <description>&lt;P&gt;Actually, you can do bank accounts, via eCheck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;bankAccount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The following elements belong to the &amp;lt;bankAccount&amp;gt; element; include them only for bank account transactions.&lt;BR /&gt;&lt;STRONG&gt;&lt;STRONG&gt;bankName&lt;BR /&gt;&lt;/STRONG&gt;routingNumber (routing number for bank)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;nameOnAccount&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;accountNumber (customer account number at bank)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;echeckType (see documentation)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can get more specifics from the AIM and eCheck documentation PDF's, and from the page on charging bank accounts:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A698&amp;amp;actp=LIST"&gt;https://support.authorize.net/authkb/index?page=content&amp;amp;id=A698&amp;amp;actp=LIST&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.authorize.net/support/eCheck.pdf"&gt;http://www.authorize.net/support/eCheck.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://www.authorize.net/support/AIM_guide_XML.pdf"&gt;http://www.authorize.net/support/AIM_guide_XML.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2012 18:01:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-x-lt-name-gt-codes/m-p/21081#M11506</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-04T18:01:56Z</dc:date>
    </item>
  </channel>
</rss>

