- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, I'm having a "card_nonce" error with WooCommerce, can anyone help?
I'm able to try to place an order with the woocommerce plugin, but once I place it it fails & I get this error in the order notes field. Can anyone point me to what I need to fix or change? Thanks.
This is a site hosted on godaddy, which I hope is not the problem. Thanks!
Array
(
[0] => stdClass Object
(
[category] => INVALID_REQUEST_ERROR
[code] => MISSING_REQUIRED_PARAMETER
[detail] => Missing required parameter.
[field] => card_nonce
)
)
Order status changed from Pending payment to Failed.
- Labels:
-
Connect API
-
E-Commerce API
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey @susanbtvt,
Typically Card Nonce errors are caused by theme issues, where the theme interferes with the data being passed to Square. Plugins can also do this, but most commonly it's improperly coded themes.
As a first step in troubleshooting, I'd recommend changing to the default Twenty Seventeen or Storefront theme and then trying again.
If that doesn't help, you'll want to check for plugins that are interfering with the values sent to Square. To do that disable all plugins, except for WooCommerce and the WooCommerce Square.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thanks for your post, @susanbtvt and welcome to the seller community!
Good question. I don't have an answer for you right off the bat, but I'll run this by our API Team for more details. In addition, is there any chance you have more insight on this, @Woo_Phil?
You might want to check out Square Connect's Stack Overflow page. It's been a great resource for our developer community, and there's already a ton of questions that have been answered there.
Appreciate your patience. 🙂
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thanks 🙂
I checked out the stackoverflow page & there are other people there with the same problem & unanswered questions hanging out. Please do look into this asap.
-Caitlin, on behalf of Susan 😄
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey @susanbtvt,
Typically Card Nonce errors are caused by theme issues, where the theme interferes with the data being passed to Square. Plugins can also do this, but most commonly it's improperly coded themes.
As a first step in troubleshooting, I'd recommend changing to the default Twenty Seventeen or Storefront theme and then trying again.
If that doesn't help, you'll want to check for plugins that are interfering with the values sent to Square. To do that disable all plugins, except for WooCommerce and the WooCommerce Square.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi, did you solve the problem? I'm having the same problem, can you help me?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hey @ousados - As I mentioned in my previous reply, this issue is typically caused by a conflict. Usually the conflict is caused by a third-party theme, however it can also be caused by plugins.
I would suggest following our guide on how to test for conflicts here:
https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Because these tests will impact the look and functionality of your site, I recommend doing them on a staging site or at the very least doing a full back of your site first.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Okay, thanks for replying, I'll follow your instruction.