<?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 Pay and Apple Pay in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58134#M32804</link>
    <description>&lt;P&gt;It is possible to use Android and Apple Pay with Authorize.net, the details of which are described at &lt;A href="http://developer.authorize.net/api/reference/features/in-app.html" target="_self"&gt;http://developer.authorize.net/api/reference/features/in-app.html&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2017 08:19:08 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-05-19T08:19:08Z</dc:date>
    <item>
      <title>Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58096#M32768</link>
      <description>&lt;P&gt;I've seen a few posts here and there about Authorize.Net accepting Apple Pay tokens from a website. We have several websites we'd like to offer both Apple Pay and Android Pay services as payment options and already use Authorize.Net for the payments processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to use Android Pay with Authorize.Net? If so, I haven't found any information regarding it, and it would helpful to me to see anything related. If not, is there a projected timeline for this happening?&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 16:33:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58096#M32768</guid>
      <dc:creator>CapnCrinklepant</dc:creator>
      <dc:date>2017-05-17T16:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58134#M32804</link>
      <description>&lt;P&gt;It is possible to use Android and Apple Pay with Authorize.net, the details of which are described at &lt;A href="http://developer.authorize.net/api/reference/features/in-app.html" target="_self"&gt;http://developer.authorize.net/api/reference/features/in-app.html&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 08:19:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58134#M32804</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-19T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58856#M33466</link>
      <description>Are Apple Pay and Android Pay both able to be accepted as payments on a web page or just in app? The guid is a little unclear on this distinction.</description>
      <pubDate>Tue, 18 Jul 2017 22:53:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58856#M33466</guid>
      <dc:creator>Jjordan350</dc:creator>
      <dc:date>2017-07-18T22:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58905#M33513</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the questions, I know there are a couple in the thread so I'll try to address them separately:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Apple Pay from a web site:&lt;/STRONG&gt; &amp;nbsp; Authorize.Net does support this, it's a great user experience and you can find a full end-to-end sample in our Accept sample application: &amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-app&lt;/A&gt; &amp;nbsp; This is a javascript &amp;amp; PHP application but anyone with basic coding skills should be able to download and run the application to see the sample code in action.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Android Pay&lt;/STRONG&gt; is a native Android only solution right now but Visa Checkout have partnered with Google to provide a web checkout experience which is similar to ApplePay on the Web. &amp;nbsp;You can read about that here &lt;A href="https://www.blog.google/topics/shopping-payments/android-pay-partners-visa-checkout-and-masterpass/" target="_blank"&gt;https://www.blog.google/topics/shopping-payments/android-pay-partners-visa-checkout-and-masterpass/&lt;/A&gt; and you can also see a Visa Checkout sample in the Accept sample application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Authorize.Net does support Android Pay today&lt;/STRONG&gt;, you can see a sample Android application which uses Android Pay here: &amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-android" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-android&lt;/A&gt; &amp;nbsp;This one is dead easy to run and demonstrates Android Pay plus our simple Accept Mobile SDK for accepting credit cards on Android devices.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;And of course Authorize.Net supports native Apple Pay on iOS&lt;/STRONG&gt; as well, that's the guide mentioned in the previous post, we also have a sample iOS application for that at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-ios&amp;nbsp;" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-ios&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps and apologies for the delay in answering this question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 14:37:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/58905#M33513</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2017-07-20T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/61576#M36004</link>
      <description>&lt;P&gt;Hello Brian,&lt;BR /&gt;&lt;BR /&gt;I am integrating apple pay for production, and not been able to integrate it from the last 2 weeks. I tried every possible method that I can think of. Is there any support that authorize.net provide or do I have to switch to another platform.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;"errorText": "There was an error processing the payment data. Unable to decrypt data."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 09:49:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/61576#M36004</guid>
      <dc:creator>pankaj884</dc:creator>
      <dc:date>2018-02-09T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/61731#M36142</link>
      <description>&lt;P&gt;Hey pankaj884&amp;nbsp;were you able to find out the solution?&lt;/P&gt;&lt;P&gt;Can you please share it?&lt;/P&gt;&lt;P&gt;Your help is much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 20:01:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/61731#M36142</guid>
      <dc:creator>vrangasa1</dc:creator>
      <dc:date>2018-02-15T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Android Pay and Apple Pay</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/64249#M38188</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/15530"&gt;@brianmc&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Am trying to intergrate on web. applepay button doesnt work. In the console, it says apple session not defined (in apple safari browser) . any suggestion or solution..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 12:19:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Android-Pay-and-Apple-Pay/m-p/64249#M38188</guid>
      <dc:creator>cody_miller</dc:creator>
      <dc:date>2018-08-21T12:19:55Z</dc:date>
    </item>
  </channel>
</rss>

