<?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: Apple Pay on the Web integration in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81484#M51335</link>
    <description>&lt;P&gt;Hi Arif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in your screenshot, you've got the token returned from Apple Pay, though it doesn't look like straight JSON to me. You're going to need to have this data as a json string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anway, you can see it has three top level elements: paymentMethod, transactionIdentifier and paymentData.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to take ONLY the paymentData json element, encode that string using Base64 (see qw's example in this thread), then pass that encoded data as the value of the opaqueDataType passed in as PaymentType to the Authorize.net API.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 20:13:09 GMT</pubDate>
    <dc:creator>l3gsw3bst3r</dc:creator>
    <dc:date>2022-03-01T20:13:09Z</dc:date>
    <item>
      <title>Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/68447#M41649</link>
      <description>&lt;P&gt;We are trying to help our merchant customers integrating Apple Pay on the Web and using Authorize.Net as their payment gateway. With regards to the "Create an Apple Pay Transaction" API example snippet below, we have the following 2 questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. For Apple Pay on the web, should the "dataDescriptor" field be set to "&lt;FONT color="#000000"&gt;COMMON.APPLE.INAPP.PAYMENT&lt;/FONT&gt;" or some other value?&lt;/P&gt;&lt;P&gt;2. For Apple Pay on the web, should we set the "dataValue" field to the Apple Pay token retrieved from consumer's Apple Pay wallet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;{ &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"createTransactionRequest"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"merchantAuthentication"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"5KP3u95bQpv"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"transactionKey"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"346HZ32z3fP4hTG2"&lt;/SPAN&gt;&lt;SPAN class=""&gt; }, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"refId"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"123456"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"transactionRequest"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"transactionType"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"authCaptureTransaction"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"amount"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"50"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"payment"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"opaqueData"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"&lt;FONT color="#FF0000"&gt;dataDescriptor&lt;/FONT&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"COMMON.APPLE.INAPP.PAYMENT"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"&lt;FONT color="#FF0000"&gt;dataValue&lt;/FONT&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"1234567890ABCDEF1111AAAA2222BBBB3333CCCC4444DDDD5555EEEE6666FFFF7777888899990000"&lt;/SPAN&gt;&lt;SPAN class=""&gt; } },&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;JS&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 02:26:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/68447#M41649</guid>
      <dc:creator>js</dc:creator>
      <dc:date>2019-07-16T02:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/68883#M42011</link>
      <description>&lt;P&gt;Did you ever figure this out?&amp;nbsp; I'm at the same step and I cannot get the final call to auth.net to work, and I feel like its because whatever I'm putting into the opaqueDataType is incorrect...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question that's as yet unanswered:&lt;BR /&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Apple-Pay-Error-153-in-Sandbox-quot-Unable-to-Decrypt-Data-quot/td-p/68872" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Apple-Pay-Error-153-in-Sandbox-quot-Unable-to-Decrypt-Data-quot/td-p/68872&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 18:27:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/68883#M42011</guid>
      <dc:creator>qw</dc:creator>
      <dc:date>2019-08-28T18:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/68890#M42018</link>
      <description>&lt;P&gt;I figured out what they were looking for, please see my linked post above for the answer.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 19:32:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/68890#M42018</guid>
      <dc:creator>qw</dc:creator>
      <dc:date>2019-08-28T19:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/69269#M42329</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32461"&gt;@qw&lt;/a&gt; the above link is not working. Can you help me to solve this?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 06:53:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/69269#M42329</guid>
      <dc:creator>akay</dc:creator>
      <dc:date>2019-10-01T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/69271#M42331</link>
      <description>&lt;P&gt;They deleted my linked post because I guess they didn't like the sample code and explanation I provided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The short answer is that:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Yes, you have to use: dataDescriptor = "COMMON.APPLE.INAPP.PAYMENT"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) You need to take the entire Apple Pay JSON token, base64 encode it, and assign that to the dataValue property.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me, in C#, it looked like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    //base-64 encode the json
    var plainTextBytes = System.Text.Encoding.UTF8.GetBytes(tokenjson);
    var token64 = System.Convert.ToBase64String(plainTextBytes);

    ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = AuthorizeNet.Environment.SANDBOX;

    // define the merchant information (authentication / transaction id)
    ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.MerchantAuthentication = new merchantAuthenticationType()
    {
        name = ApiLoginID,
        ItemElementName = ItemChoiceType.transactionKey,
        Item = ApiTransactionKey,
    };

    //set up data based on transaction
    var opaqueData = new opaqueDataType { dataDescriptor = "COMMON.APPLE.INAPP.PAYMENT", dataValue = token64 };

    //standard api call to retrieve response
    var paymentType = new paymentType { Item = opaqueData };

    var transactionRequest = new transactionRequestType
    {
        transactionType = transactionTypeEnum.authCaptureTransaction.ToString(),    // authorize and capture transaction
        amount = Amount,
        payment = paymentType
    };

    var request = new createTransactionRequest { transactionRequest = transactionRequest };&lt;/PRE&gt;&lt;PRE&gt;// instantiate the controller that will call the service
var controller = new createTransactionController(request);
controller.Execute();

// get the response from the service (errors contained if any)
var response = controller.GetApiResponse();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 15:06:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/69271#M42331</guid>
      <dc:creator>qw</dc:creator>
      <dc:date>2019-10-01T15:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81198#M51186</link>
      <description>&lt;P&gt;Just want to qualify the very helpful info from &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32461"&gt;@qw&lt;/a&gt; : I followed their example but I found that it isn't the entire token object that I needed to hash, only the token.paymentData element. Encoding the whole token (which contains paymentMethod and transactionIdentifier in addition to paymentData) gave a 'could not decrypt' error. But passing in only the hashed paymentData element worked.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 17:26:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81198#M51186</guid>
      <dc:creator>l3gsw3bst3r</dc:creator>
      <dc:date>2022-02-09T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81230#M51210</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I added my bank card/account whenever Apple Pay first came out, didn't use it for awhile because no businesses around me accepted it. When I first saw the logo on some gas station register debit terminals, I tried it out and it worked exactly as advertised. It's one of those things you don't appreciate until you use it. Pulling out your wallet, then card, swiping, entering pin, keeping the card out until everything goes through...almost entirely gone and it's great. Sometimes you still have to enter your pin, sometimes you don't. I wish I never had to enter my pin.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 06:29:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81230#M51210</guid>
      <dc:creator>PhumeleleSJose</dc:creator>
      <dc:date>2022-02-14T06:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81245#M51221</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;&lt;A href="https://d.pr/i/o7FlUr" target="_blank"&gt;https://d.pr/i/o7FlUr&lt;/A&gt; types of data from ApplaPay Session, can you please let me know what you mean by "&lt;SPAN&gt;But passing in only the hashed paymentData element worked.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 01:01:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81245#M51221</guid>
      <dc:creator>auhoque</dc:creator>
      <dc:date>2022-02-15T01:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81366#M51268</link>
      <description>&lt;P&gt;Facing same issue and looking for solution.&amp;nbsp;&lt;A href="https://techlysolution.com/best-sublimation-printer-for-beginners/?fbclid=IwAR0wWUwVzFDl17DY01gV1RRoN8zPVedDO1fL7T72rA5sUeEU9eSasrmzKJI" target="_self"&gt;&lt;SPAN&gt;Latest technology&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 13:29:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81366#M51268</guid>
      <dc:creator>ghfh</dc:creator>
      <dc:date>2022-02-20T13:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81378#M51278</link>
      <description>&lt;P&gt;According to my experience, some requirements are required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Your website must comply with the Apple Pay guidelines.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You must have an Apple Developer Account and complete the registration.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;All pages that include Apple Pay must be served over &lt;A href="https://topchoiceapk.com" target="_self"&gt;HTTPS&lt;/A&gt;.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/58559"&gt;@auhoque&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;&lt;A href="https://d.pr/i/o7FlUr" target="_blank" rel="noopener"&gt;https://d.pr/i/o7FlUr&lt;/A&gt; types of data from ApplaPay Session, can you please let me know what you mean by "&lt;SPAN&gt;But passing in only the hashed paymentData element worked.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 21 Feb 2022 18:17:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81378#M51278</guid>
      <dc:creator>ronaron</dc:creator>
      <dc:date>2022-02-21T18:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81484#M51335</link>
      <description>&lt;P&gt;Hi Arif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, in your screenshot, you've got the token returned from Apple Pay, though it doesn't look like straight JSON to me. You're going to need to have this data as a json string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anway, you can see it has three top level elements: paymentMethod, transactionIdentifier and paymentData.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to take ONLY the paymentData json element, encode that string using Base64 (see qw's example in this thread), then pass that encoded data as the value of the opaqueDataType passed in as PaymentType to the Authorize.net API.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 20:13:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81484#M51335</guid>
      <dc:creator>l3gsw3bst3r</dc:creator>
      <dc:date>2022-03-01T20:13:09Z</dc:date>
    </item>
    <item>
      <title>best post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81485#M51336</link>
      <description>&lt;P&gt;Best information is available in post.&amp;nbsp;&amp;nbsp;&amp;lt;a href="&lt;SPAN&gt;&lt;A href="https://easycpstest.com/spacebar-counter/" target="_blank" rel="noopener"&gt;https://easycpstest.com/spacebar-counter/&lt;/A&gt;&lt;/SPAN&gt;"&amp;gt;&lt;SPAN&gt;spacebar counter&lt;/SPAN&gt;&amp;lt;/a&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 20:36:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/81485#M51336</guid>
      <dc:creator>fhfth</dc:creator>
      <dc:date>2022-03-01T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/83822#M52862</link>
      <description>&lt;P&gt;This will be supported in macOS when it is released in Autumn 2016, and is in the macOS beta released on June 13th 2016 at WWDC.&lt;/P&gt;&lt;P&gt;The documentation lacks any actual examples of how to integrate it as a whole at the moment, just the API definitions, which are very minimal.&lt;/P&gt;&lt;P&gt;A selection of links are below:&amp;nbsp;You can find more about webkit bridge in the links bellow: Apple docs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="Apple Pay" href="https://developer.apple.com/apple-pay/" rel="nofollow noreferrer" target="_blank"&gt;Apple Pay&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="Apple Pay JS" href="https://developer.apple.com/reference/applepayjs" rel="nofollow noreferrer" target="_blank"&gt;Apple Pay JS&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="Website Registration and Verification for Apple Pay" href="https://developer.apple.com/support/apple-pay-domain-verification/" rel="nofollow noreferrer" target="_blank"&gt;Website Registration&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.apple.com/apple-pay/Getting-Started-with-Apple-Pay.pdf" target="_blank" rel="noopener"&gt;Apple Developer&lt;/A&gt; &lt;A href="https://e-chats.com/omegle" target="_blank" rel="noopener"&gt;/Echat&lt;/A&gt;&lt;A href="https://chatspin.download" target="_blank" rel="noopener"&gt;spin&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://echat.date" target="_blank" rel="noopener"&gt;Echat&lt;/A&gt;&lt;A href="https://chatrandom.download/omegle/" target="_blank" rel="noopener"&gt;Random&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'm currently investigating this integration. You can, but you need iOS native app as a wrapper and then you "project" a web view and call Objective C from javascript and vice versa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 06:35:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/83822#M52862</guid>
      <dc:creator>PhumeleleSJose</dc:creator>
      <dc:date>2022-08-18T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/84308#M53133</link>
      <description>&lt;P data-unlink="true"&gt;You can use Apple Pay to pay online in Safari&amp;nbsp;or within apps when you see Apple Pay as a payment option. Tap the Apple Pay button or choose Apple Pay as your payment method in&amp;nbsp;Ball Arena Food. To pay with a different card, tap the Next button or the Expand Menu button next to your default card.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 14:43:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/84308#M53133</guid>
      <dc:creator>jamehook</dc:creator>
      <dc:date>2022-09-28T14:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay on the Web integration</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/89320#M56291</link>
      <description>&lt;P&gt;Hi, I face some different kinds of issues while integrating Apple Pay. Does anyone know where can I put the Apple-signed CSR "apple_pay.cer"? I am not able to generate tokens from apple pay, it is not validating the merchant I pass. What can I to fix it?&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2024 16:25:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-on-the-Web-integration/m-p/89320#M56291</guid>
      <dc:creator>devloperaj</dc:creator>
      <dc:date>2024-05-11T16:25:01Z</dc:date>
    </item>
  </channel>
</rss>

