<?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: Integration Authorize.net in android without login merchant credential in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Authorize-net-in-android-without-login-merchant/m-p/55537#M30407</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20466"&gt;@dipali﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With an InApp payment, the first step is to submit the card data and receive a payment nonce, or send a request to Android Pay to obtain an encrypted blog. &amp;nbsp;You would then use either the nonce or the blog in a create transaction request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/features/in-app.html" target="_blank"&gt;http://developer.authorize.net/api/reference/features/in-app.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2016 14:51:52 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2016-08-22T14:51:52Z</dc:date>
    <item>
      <title>Integration Authorize.net in android without login merchant credential</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Authorize-net-in-android-without-login-merchant/m-p/55509#M30403</link>
      <description>&lt;P&gt;Hello, I am integrating android authorize.net sdk using this link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sample-android/" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-android/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i am confusing because in this above code,there is no any option pass amount of that specific transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;private &lt;/SPAN&gt;EncryptTransactionObject &lt;SPAN&gt;prepareTestTransactionObject&lt;/SPAN&gt;() {&lt;BR /&gt;    ClientKeyBasedMerchantAuthentication merchantAuthentication =&lt;BR /&gt;            ClientKeyBasedMerchantAuthentication.&lt;BR /&gt;                    &lt;SPAN&gt;createMerchantAuthentication&lt;/SPAN&gt;(&lt;SPAN&gt;API_LOGIN_ID&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;CLIENT_KEY&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;// create a transaction object by calling the predefined api for creation&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;return &lt;/SPAN&gt;EncryptTransactionObject.&lt;BR /&gt;            &lt;SPAN&gt;createTransactionObject&lt;/SPAN&gt;(&lt;BR /&gt;                    TransactionType.&lt;SPAN&gt;SDK_TRANSACTION_ENCRYPTION&lt;/SPAN&gt;) &lt;SPAN&gt;// type of transaction object&lt;BR /&gt;&lt;/SPAN&gt;            .cardData(prepareTestCardData()) &lt;SPAN&gt;// card data to prepare token&lt;BR /&gt;&lt;/SPAN&gt;            .merchantAuthentication(merchantAuthentication).build()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;PRE&gt;  EncryptTransactionObject transactionObject = prepareTransactionObject()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;/*&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  Make a call to get Token API&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  parameters:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    1) EncryptTransactionObject - The transactionObject for the current transaction&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;    2) callback - callback of transaction&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt; */&lt;BR /&gt;&lt;/SPAN&gt;      &lt;SPAN&gt;apiClient&lt;/SPAN&gt;.getTokenWithRequest(transactionObject&lt;SPAN&gt;, this&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;how to pass amount of that specific transaction in above code ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and other android sdk&amp;nbsp;&amp;nbsp;have with login password to autheticate merchant.its too big problem. i want to get merchant authentication using clientId and transaction key.how its possible? can you please provide some solution.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 07:13:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Authorize-net-in-android-without-login-merchant/m-p/55509#M30403</guid>
      <dc:creator>dipali</dc:creator>
      <dc:date>2016-08-19T07:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Integration Authorize.net in android without login merchant credential</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Authorize-net-in-android-without-login-merchant/m-p/55537#M30407</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20466"&gt;@dipali﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With an InApp payment, the first step is to submit the card data and receive a payment nonce, or send a request to Android Pay to obtain an encrypted blog. &amp;nbsp;You would then use either the nonce or the blog in a create transaction request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/features/in-app.html" target="_blank"&gt;http://developer.authorize.net/api/reference/features/in-app.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 14:51:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Integration-Authorize-net-in-android-without-login-merchant/m-p/55537#M30407</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-08-22T14:51:52Z</dc:date>
    </item>
  </channel>
</rss>

