<?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 web gives payment not completed error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/88859#M55993</link>
    <description>&lt;P&gt;im facing the same issue, Payment is not proceeding while the Apple session is still there, Secondly on&amp;nbsp;completeMerchantValidation&amp;nbsp;&lt;BR /&gt;It goes to onCancel event with "unknown" Error&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 07:40:53 GMT</pubDate>
    <dc:creator>atta</dc:creator>
    <dc:date>2024-02-20T07:40:53Z</dc:date>
    <item>
      <title>apple pay on web gives payment not completed error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/75905#M47377</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi ,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I completed merchant validation from server side and pass its response to session.completeMerchantValidation() method .. but whenever i passed response to it "payment not completed " popup occurred , i used verified domain and certificates for apple pay web .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i clicked &lt;SPAN class="hljs-keyword"&gt;on &lt;SPAN class="hljs-string"&gt;"buy now" button &lt;SPAN class="hljs-keyword"&gt;it shows processing &lt;SPAN class="hljs-keyword"&gt;at &lt;SPAN class="hljs-keyword"&gt;end &lt;SPAN class="hljs-keyword"&gt;of &lt;SPAN class="hljs-keyword"&gt;the payment dialog (&lt;SPAN class="hljs-keyword"&gt;instead of showing button ) &lt;SPAN class="hljs-keyword"&gt;after completing merchant validation &lt;SPAN class="hljs-keyword"&gt;it gives payment &lt;SPAN class="hljs-keyword"&gt;not completed dialog . so please help &lt;SPAN class="hljs-keyword"&gt;me &lt;SPAN class="hljs-keyword"&gt;for this.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;front end code for session begin and merchant validation&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;const session_new = new ApplePaySession(10, ApplePayPaymentRequest);&lt;BR /&gt;&lt;SPAN&gt;session_new.begin();&lt;BR /&gt;&lt;SPAN&gt;//const session_new = new ApplePaySession(8, ApplePayPaymentRequest);&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;session_new.onvalidatemerchant = ({ validationURL }) =&amp;gt; {&lt;BR /&gt;&lt;SPAN&gt;//alert("onvalidatemerchant11");&lt;BR /&gt;&lt;SPAN&gt;fetch('merchant validation url', {&lt;BR /&gt;&lt;SPAN&gt;method: 'POST',&lt;BR /&gt;&lt;SPAN&gt;headers: {&lt;BR /&gt;&lt;SPAN&gt;'Accept': 'application/json',&lt;BR /&gt;&lt;SPAN&gt;'Content-Type': 'application/json'&lt;BR /&gt;&lt;SPAN&gt;},&lt;BR /&gt;&lt;SPAN&gt;body: JSON.stringify({validationURL: validationURL})&lt;BR /&gt;&lt;SPAN&gt;}).then(res =&amp;gt; res.json())&lt;BR /&gt;&lt;SPAN&gt;.then(json =&amp;gt; {&lt;BR /&gt;&lt;SPAN&gt;session_new.completeMerchantValidation(json);&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;}).catch((error) =&amp;gt; {&lt;BR /&gt;&lt;SPAN&gt;alert(error+"------------- in line")&lt;BR /&gt;&lt;SPAN&gt;});&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;response from merchant validation url&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{ epochTimestamp: 1619001540582,&lt;BR /&gt;&lt;SPAN&gt;expiresAt: 1619005140582,&lt;BR /&gt;&lt;SPAN&gt;merchantSessionIdentifier:&lt;BR /&gt;&lt;SPAN&gt;'SSHC6E3C328776A428687B2FEC0D1E02475_916523AAED1343F5BC5815E12BEE9250AFFDC1A17C46B0DE5A943F0F94927C24',&lt;BR /&gt;&lt;SPAN&gt;nonce: 'dca42609',&lt;BR /&gt;&lt;SPAN&gt;merchantIdentifier:'1736CEED7C7DF9B168D4D468C892DCEFFAD89C0D8FD5F03FC60F7131FE82B9BF',&lt;BR /&gt;&lt;SPAN&gt;domainName: 'my verified domain name',&lt;BR /&gt;&lt;SPAN&gt;signature:&lt;BR /&gt;&lt;SPAN&gt;'308006092a864886f70d010702a0803080020101310f300d06096086480165030402010500308006092a864886f7.......',&lt;BR /&gt;&lt;SPAN&gt;operationalAnalyticsIdentifier:&lt;BR /&gt;&lt;SPAN&gt;'apple signin:1736CEED7C7DF9B168D4........',&lt;BR /&gt;&lt;SPAN&gt;retries: 0 }&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-keyword"&gt;if something wrong &lt;SPAN class="hljs-keyword"&gt;with &lt;SPAN class="hljs-keyword"&gt;my code &lt;SPAN class="hljs-keyword"&gt;then also let &lt;SPAN class="hljs-keyword"&gt;me know&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 12:00:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/75905#M47377</guid>
      <dc:creator>pavanjadhav</dc:creator>
      <dc:date>2021-04-21T12:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: apple pay on web gives payment not completed error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/76521#M47808</link>
      <description>&lt;P&gt;Hi Pavanjadhav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you solve your problem regarding this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 08:28:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/76521#M47808</guid>
      <dc:creator>roni</dc:creator>
      <dc:date>2021-05-29T08:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: apple pay on web gives payment not completed error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/88858#M55992</link>
      <description>&lt;P&gt;Im facing the same issue. Can somebody help me in this regard&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 07:37:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/88858#M55992</guid>
      <dc:creator>atta</dc:creator>
      <dc:date>2024-02-20T07:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: apple pay on web gives payment not completed error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/88859#M55993</link>
      <description>&lt;P&gt;im facing the same issue, Payment is not proceeding while the Apple session is still there, Secondly on&amp;nbsp;completeMerchantValidation&amp;nbsp;&lt;BR /&gt;It goes to onCancel event with "unknown" Error&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 07:40:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/apple-pay-on-web-gives-payment-not-completed-error/m-p/88859#M55993</guid>
      <dc:creator>atta</dc:creator>
      <dc:date>2024-02-20T07:40:53Z</dc:date>
    </item>
  </channel>
</rss>

