<?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>thread Re: Card nonce not found in this `production` application environment in Archived Discussions (Read Only)</title>
    <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688879#M94663</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/633555"&gt;@BharathiPriyaK&lt;/a&gt;&lt;/SPAN&gt; - Thanks for reaching out!&lt;/P&gt;
&lt;P&gt;Sorry to hear that you're experiencing some difficulty.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looks like what you're experiencing may be able to be solved using the troubleshooting steps provided by &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/107"&gt;@Helen&lt;/a&gt; above.&lt;/P&gt;
&lt;P&gt;If this does not resolve your issue our API engineers may have more troubleshooting steps, just reach out to our &lt;A href="https://squ.re/2LW3Gz3" target="_blank"&gt;support&lt;/A&gt; to be put in touch with them.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2023 14:32:24 GMT</pubDate>
    <dc:creator>Ria</dc:creator>
    <dc:date>2023-10-17T14:32:24Z</dc:date>
    <item>
      <title>Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/34336#M94655</link>
      <description>&lt;P&gt;I'm trying to add the square payment form to my website and I'm getting the following error when running a production card (not in sandbox).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Response body:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;object(stdClass)#7 (1) {
  ["errors"]=&amp;gt;
  array(1) {
    [0]=&amp;gt;
    object(stdClass)#6 (3) {
      ["category"]=&amp;gt;
      string(21) "INVALID_REQUEST_ERROR"
      ["code"]=&amp;gt;
      string(9) "NOT_FOUND"
      ["detail"]=&amp;gt;
      string(163) "Card nonce not found in this `production` application environment. Please ensure an application ID belonging to the same environment is used for the SqPaymentForm."
    }
  }
}
&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Response headers:&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;array(12) {
  [0]=&amp;gt;
  string(22) "HTTP/1.1 404 Not Found"
  ["Content-Type"]=&amp;gt;
  string(16) "application/json"
  ["Vary"]=&amp;gt;
  string(23) "Origin, Accept-Encoding"
  ["X-Content-Type-Options"]=&amp;gt;
  string(7) "nosniff"
  ["X-Download-Options"]=&amp;gt;
  string(6) "noopen"
  ["X-Frame-Options"]=&amp;gt;
  string(10) "SAMEORIGIN"
  ["X-Permitted-Cross-Domain-Policies"]=&amp;gt;
  string(4) "none"
  ["X-Xss-Protection"]=&amp;gt;
  string(13) "1; mode=block"
  ["Date"]=&amp;gt;
  string(29) "Wed, 29 Mar 2017 00:03:37 GMT"
  ["Keep-Alive"]=&amp;gt;
  string(10) "timeout=60"
  ["Strict-Transport-Security"]=&amp;gt;
  string(17) "max-age=631152000"
  ["content-length"]=&amp;gt;
  string(3) "243"
}
&lt;/PRE&gt;
&lt;P&gt;The application ID in both the square payment form and my process card php file are the same. Why am I getting this error? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:01:35 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/34336#M94655</guid>
      <dc:creator>Aishan</dc:creator>
      <dc:date>2017-03-29T18:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/34414#M94656</link>
      <description>&lt;P&gt;Could you share your application id, or a link to your code?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 18:41:45 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/34414#M94656</guid>
      <dc:creator>tristansokol</dc:creator>
      <dc:date>2017-03-29T18:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/34448#M94657</link>
      <description>&lt;P&gt;I found a place in the code that was still using the sandbox ID. I changed it to the application ID and that fixed the issue. It looks like it working now, as in, I was able to chage $1 to a card. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 22:12:16 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/34448#M94657</guid>
      <dc:creator>Aishan</dc:creator>
      <dc:date>2017-03-29T22:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/50586#M94658</link>
      <description>&lt;P&gt;where was the old application ID that you found?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am having the same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 23:01:38 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/50586#M94658</guid>
      <dc:creator>ianC</dc:creator>
      <dc:date>2017-09-23T23:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/79714#M94659</link>
      <description>&lt;P&gt;Card nonce not found in this `sandbox` application environment . in my sandbox application id and transaction not charge how i can fix it?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 13:25:18 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/79714#M94659</guid>
      <dc:creator>alok</dc:creator>
      <dc:date>2018-04-30T13:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/80283#M94660</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/108062"&gt;@alok&lt;/a&gt;, sorry for the delay. I checked in with our API Specialist team and they confirmed the following.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This will happen if you're using mismatched production and sandbox access token and application ids. To fix, you should make sure that:&lt;/P&gt;

&lt;OL&gt;
 &lt;LI&gt;Your `sqpaymentform.js` is using your sandbox application id (if you want to use sandbox).&lt;/LI&gt;
 &lt;LI&gt;Wherever you're creating the `Transactions API` and calling the `Charge` endpoint, you need to make sure you're using your sandbox access token.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Also remember when you want to change to production, you also need to change in both places as well.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The doc includes where to set the application id for the `sqpaymentform.js`: &lt;A href="https://docs.connect.squareup.com/payments/sqpaymentform/sqpaymentform-setup#step-5-set-your-application-and-location-id" target="_blank"&gt;https://docs.connect.squareup.com/payments/sqpaymentform/sqpaymentform-setup#step-5-set-your-application-and-location-id&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you have any other questions let us know!&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 16:42:42 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/80283#M94660</guid>
      <dc:creator>Helen</dc:creator>
      <dc:date>2018-05-03T16:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688843#M94661</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have error like Card nonce not found in production mode. How to fix it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 08:53:15 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688843#M94661</guid>
      <dc:creator>BharathiPriyaK</dc:creator>
      <dc:date>2023-10-17T08:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688878#M94662</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/633555"&gt;@BharathiPriyaK&lt;/a&gt;&lt;/SPAN&gt; - Thanks for reaching out!&lt;/P&gt;
&lt;P&gt;Sorry to hear that you're experiencing some difficulty.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looks like what you're experiencing may be able to be solved using the troubleshooting steps provided by &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/107"&gt;@Helen&lt;/a&gt; above.&lt;/P&gt;
&lt;P&gt;If this does not resolve your issue our API engineers may have more troubleshooting steps, just reach out to our &lt;A href="https://squ.re/2LW3Gz3" target="_blank"&gt;support&lt;/A&gt; to be put in touch with them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 14:32:18 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688878#M94662</guid>
      <dc:creator>Ria</dc:creator>
      <dc:date>2023-10-17T14:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688879#M94663</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/633555"&gt;@BharathiPriyaK&lt;/a&gt;&lt;/SPAN&gt; - Thanks for reaching out!&lt;/P&gt;
&lt;P&gt;Sorry to hear that you're experiencing some difficulty.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looks like what you're experiencing may be able to be solved using the troubleshooting steps provided by &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/107"&gt;@Helen&lt;/a&gt; above.&lt;/P&gt;
&lt;P&gt;If this does not resolve your issue our API engineers may have more troubleshooting steps, just reach out to our &lt;A href="https://squ.re/2LW3Gz3" target="_blank"&gt;support&lt;/A&gt; to be put in touch with them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 14:32:24 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688879#M94663</guid>
      <dc:creator>Ria</dc:creator>
      <dc:date>2023-10-17T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Card nonce not found in this `production` application environment</title>
      <link>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688880#M94664</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/633555"&gt;@BharathiPriyaK&lt;/a&gt;&lt;/SPAN&gt; - Thanks for reaching out!&lt;/P&gt;
&lt;P&gt;Sorry to hear that you're experiencing some difficulty.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Looks like what you're experiencing may be able to be solved using the troubleshooting steps provided by &lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/107"&gt;@Helen&lt;/a&gt; above.&lt;/P&gt;
&lt;P&gt;If this does not resolve your issue our API engineers may have more troubleshooting steps, just reach out to our &lt;A href="https://squ.re/2LW3Gz3" target="_blank"&gt;support&lt;/A&gt; to be put in touch with them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 14:32:53 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Archived-Discussions-Read-Only/Card-nonce-not-found-in-this-production-application-environment/m-p/688880#M94664</guid>
      <dc:creator>Ria</dc:creator>
      <dc:date>2023-10-17T14:32:53Z</dc:date>
    </item>
  </channel>
</rss>

