<?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 How to integrate to Android app using JDK 11. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83899#M52896</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;thanks for helping beforehand.&lt;/P&gt;&lt;P&gt;I want to integrate Authorize.net into my Android app, however, the java SDK only supports JDK 1.8 while mine is 11. And I use PHP as my backend server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found Accept Mobile SDK, but it only gets me a token standing for the credit card data. Is that safe that I pass the token to my server and use PHP SDK to deal with the payment process from the token?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Accept Mobile SDK seems not to require the billing address, do I also need to pass the billing address to my server? Is that also not safe for the customer info?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 21:35:45 GMT</pubDate>
    <dc:creator>natsume123</dc:creator>
    <dc:date>2022-08-24T21:35:45Z</dc:date>
    <item>
      <title>How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83899#M52896</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;thanks for helping beforehand.&lt;/P&gt;&lt;P&gt;I want to integrate Authorize.net into my Android app, however, the java SDK only supports JDK 1.8 while mine is 11. And I use PHP as my backend server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found Accept Mobile SDK, but it only gets me a token standing for the credit card data. Is that safe that I pass the token to my server and use PHP SDK to deal with the payment process from the token?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Accept Mobile SDK seems not to require the billing address, do I also need to pass the billing address to my server? Is that also not safe for the customer info?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 21:35:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83899#M52896</guid>
      <dc:creator>natsume123</dc:creator>
      <dc:date>2022-08-24T21:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83932#M52917</link>
      <description>&lt;P&gt;I am using the latest Android Studio Arctic Fox 2020.03.01 Canary 8 and AGP 7, and I want to convert my project to use Java 11. Apparently just doing the following does not work as mentioned on &lt;A href="https://developer.android.com/studio/preview/features#use-java-11" target="_blank"&gt;https://developer.android.com/studio/preview/features#use-java-11&lt;/A&gt;:&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 03:58:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83932#M52917</guid>
      <dc:creator>Gislason</dc:creator>
      <dc:date>2022-08-27T03:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83933#M52918</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/62032"&gt;@natsume123&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://www.readypayonline.me/" target="_self"&gt;ReadyPay Online&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;wrote:&lt;BR /&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;thanks for helping beforehand.&lt;/P&gt;&lt;P&gt;I want to integrate Authorize.net into my Android app, however, the java SDK only supports JDK 1.8 while mine is 11. And I use PHP as my backend server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found Accept Mobile SDK, but it only gets me a token standing for the credit card data. Is that safe that I pass the token to my server and use PHP SDK to deal with the payment process from the token?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the Accept Mobile SDK seems not to require the billing address, do I also need to pass the billing address to my server? Is that also not safe for the customer info?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is my first time on the site - really happy to find this support group. I have personally struggled with internet addiction issues and look forward to exploring the resources here.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 05:22:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83933#M52918</guid>
      <dc:creator>Bailey</dc:creator>
      <dc:date>2022-08-27T05:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83943#M52926</link>
      <description>I see, thanks. I’m currently using Accept Mobile SDK and try to use PHP api for payment…. Hope this can work.</description>
      <pubDate>Sat, 27 Aug 2022 22:25:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83943#M52926</guid>
      <dc:creator>natsume123</dc:creator>
      <dc:date>2022-08-27T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83953#M52933</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/62057"&gt;@Gislason&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I am using the latest Android Studio Arctic Fox 2020.03.01 Canary 8 and AGP 7, and I want to convert my project to use Java 11. Apparently just doing the following does not work as mentioned on &lt;A href="https://developer.android.com/studio/preview/features#use-java-11" target="_blank" rel="noopener"&gt;https://developer.android.com/studio/preview/features#use-java-11&lt;/A&gt;:&lt;A href="https://www.mywakehealth.website/" target="_self"&gt;my wake health&lt;/A&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But still faced this situation ..&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 09:32:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83953#M52933</guid>
      <dc:creator>Gislason</dc:creator>
      <dc:date>2022-08-29T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83974#M52943</link>
      <description>&lt;P data-unlink="true"&gt;I have same question,&amp;nbsp;kindly help me out.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 14:53:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/83974#M52943</guid>
      <dc:creator>gotoasad</dc:creator>
      <dc:date>2022-08-31T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate to Android app using JDK 11.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/85274#M53627</link>
      <description>&lt;P&gt;I am using the latest Android Studio Arctic Fox 2020.03.01 Canary 8 and AGP 7, and I want to convert my project to use Java 11. Apparently just doing the following does not work as mentioned on&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 15:01:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-integrate-to-Android-app-using-JDK-11/m-p/85274#M53627</guid>
      <dc:creator>sxcscooters</dc:creator>
      <dc:date>2022-12-16T15:01:32Z</dc:date>
    </item>
  </channel>
</rss>

