<?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 Re: Android integration - Where to put the API Login ID &amp;amp; Transaction Key in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19648#M10813</link>
    <description>&lt;P&gt;You could, however, theoretically have a web site that acts as an intermediary between the phone and Authorize.net, as in the phone posts securely to the web site and then the web site posts securely to Authorize.net (AIM) and then forwards back the result codes.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Dec 2011 08:49:32 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2011-12-03T08:49:32Z</dc:date>
    <item>
      <title>Android integration - Where to put the API Login ID &amp; Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19474#M10726</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am currently integrating the Authorize.net SDK on the android platform.&lt;BR /&gt;I am able to successfully send my transactions with the test account.&lt;BR /&gt;However, I would like to skip the "Login / Password" screen when the transaction&lt;/P&gt;&lt;P&gt;is processed. Note that I am not currently using the&amp;nbsp; "API Login ID &amp;amp; Transaction Key"&lt;/P&gt;&lt;P&gt;but the login and password of my test account. So the real question is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where to put the API Login ID &amp;amp; Transaction Key inside the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authNetObj = AuthNet&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.getInstance(Environment.PRODUCTION,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;R.layout.authnet_mobile_merchant_auth_dialog,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;R.id.authnet_loginid_edit, R.id.authnet_password_edit,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;R.id.authnet_auth_cancel_button,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;R.id.authnet_auth_login_button);&lt;BR /&gt;&lt;BR /&gt;//NO&amp;nbsp; API Login ID &amp;amp; Transaction Key&amp;nbsp; args ?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Intent authNetIntent = authNetObj.createAIMAuthCaptureIntent(this,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; refId, totalAmount, creditCard, order, customer, shippingAddress,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; shippingCharges, emailReceipt, merchantDefinedFields);&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 09:28:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19474#M10726</guid>
      <dc:creator>fabienmp</dc:creator>
      <dc:date>2011-11-30T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Android integration - Where to put the API Login ID &amp; Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19632#M10805</link>
      <description>&lt;P&gt;For security reasons, it is not recommended to store your login ID and Transaction Key on your mobile device.&amp;nbsp; Therefore, the SDKs are not designed to support that method of authentication.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2011 22:24:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19632#M10805</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2011-12-02T22:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Android integration - Where to put the API Login ID &amp; Transaction Key</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19648#M10813</link>
      <description>&lt;P&gt;You could, however, theoretically have a web site that acts as an intermediary between the phone and Authorize.net, as in the phone posts securely to the web site and then the web site posts securely to Authorize.net (AIM) and then forwards back the result codes.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2011 08:49:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-integration-Where-to-put-the-API-Login-ID-amp/m-p/19648#M10813</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-03T08:49:32Z</dc:date>
    </item>
  </channel>
</rss>

