<?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 Apple Pay integration error &amp;quot;153 Unable to decrypt data&amp;quot; in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/81400#M51291</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe someone already faced such error while integrating Aplle Pay. We're getting error "153 Unable to decrypt data"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We try to send paymentData.data with base64 encoding (see the screenshot below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ibb.co/m8R2qCb" target="_self"&gt;Apple Pay Payment data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What exactly of that should we use in setDataValue OpaqueDataType?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate any help.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 10:44:11 GMT</pubDate>
    <dc:creator>vgdesign</dc:creator>
    <dc:date>2022-02-23T10:44:11Z</dc:date>
    <item>
      <title>Apple Pay integration error "153 Unable to decrypt data"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/81400#M51291</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe someone already faced such error while integrating Aplle Pay. We're getting error "153 Unable to decrypt data"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We try to send paymentData.data with base64 encoding (see the screenshot below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ibb.co/m8R2qCb" target="_self"&gt;Apple Pay Payment data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What exactly of that should we use in setDataValue OpaqueDataType?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate any help.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 10:44:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/81400#M51291</guid>
      <dc:creator>vgdesign</dc:creator>
      <dc:date>2022-02-23T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay integration error "153 Unable to decrypt data"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/82932#M52267</link>
      <description>&lt;P&gt;I got stuck with this exact issue. Have you solved this?&lt;/P&gt;&lt;P&gt;I would love to know if you ended up getting applepay setup to work with Authorize.NET API.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 20:32:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/82932#M52267</guid>
      <dc:creator>EmDev</dc:creator>
      <dc:date>2022-05-30T20:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay integration error "153 Unable to decrypt data"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/83545#M52702</link>
      <description>&lt;P&gt;Please look at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/accept-sample-app" target="_blank" rel="noopener"&gt;GitHub - AuthorizeNet/accept-sample-app: This application provides examples of how to use the Authorize.Net Accept products to integrate secure payment acceptance into your applications.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;File:&amp;nbsp; applePayCaller.js&lt;/P&gt;&lt;P&gt;Line 117:&amp;nbsp; &lt;SPAN class=""&gt;createTransaction&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;paymentToken&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;paymentData&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Line 17-44: specifically lines 22-25:&lt;/P&gt;&lt;TABLE width="363px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="362px" height="30px"&gt;&lt;SPAN class=""&gt;let&lt;/SPAN&gt; &lt;SPAN class=""&gt;objJsonStr&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;JSON&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;stringify&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;dataObj&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="362px" height="30px"&gt;&lt;SPAN class=""&gt;console&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;log&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;objJsonStr&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="362px" height="30px"&gt;&lt;SPAN class=""&gt;let&lt;/SPAN&gt; &lt;SPAN class=""&gt;objJsonB64&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;window&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;btoa&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;objJsonStr&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="362px" height="30px"&gt;&lt;SPAN class=""&gt;console&lt;/SPAN&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;log&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;objJsonB64&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Lines 27-41: call to your service for authorization/Capture.&lt;/P&gt;&lt;P&gt;Seems to work out for me.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 22:36:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-integration-error-quot-153-Unable-to-decrypt-data-quot/m-p/83545#M52702</guid>
      <dc:creator>szhhrdAuth</dc:creator>
      <dc:date>2022-07-27T22:36:14Z</dc:date>
    </item>
  </channel>
</rss>

