{"id":2308,"date":"2025-04-28T04:52:18","date_gmt":"2025-04-28T04:52:18","guid":{"rendered":"https:\/\/www.woohelpdesk.com\/blog\/?p=2308"},"modified":"2025-04-28T06:17:25","modified_gmt":"2025-04-28T06:17:25","slug":"how-to-fix-woocommerce-paypal-incorrect-api-credentials-error","status":"publish","type":"post","link":"https:\/\/www.woohelpdesk.com\/blog\/how-to-fix-woocommerce-paypal-incorrect-api-credentials-error\/","title":{"rendered":"How to Fix WooCommerce PayPal Incorrect API Credentials Error"},"content":{"rendered":"<h2>Table of Contents<\/h2>\n<ul>\n<li style=\"list-style-type: none;\"><\/li>\n<\/ul>\n<ul>\n<li><a href=\"#section-1\">Introduction<\/a><\/li>\n<li><a href=\"#section-2\">Common WooCommerce PayPal API Errors<\/a><\/li>\n<li><a href=\"#section-3\">Understanding PayPal API Credentials<\/a><\/li>\n<li><a href=\"#section-4\">How to Obtain the Correct PayPal API Credentials<\/a><\/li>\n<li><a href=\"#section-5\">Correctly Configuring API Credentials in WooCommerce<\/a><\/li>\n<li><a href=\"#section-6\">Troubleshooting PayPal API Credential Errors in WooCommerce<\/a><\/li>\n<li><a href=\"#section-7\">Live Mode vs. Test Mode Errors<\/a><\/li>\n<li><a href=\"#section-8\">Best Practices to Avoid Credential Issues<\/a><\/li>\n<li><a href=\"#section-9\">When to Contact Support<\/a><\/li>\n<li><a href=\"#section-10\">Conclusion<\/a><\/li>\n<\/ul>\n<h2 id=\"section-1\">Introduction<\/h2>\n<p>If you&#8217;re using PayPal with WooCommerce, API errors can be frustrating. These issues often happen when your PayPal API credentials are incorrect or misconfigured. As a result, payments may fail or your store might stop accepting PayPal altogether.<\/p>\n<p>For owners of WooCommerce stores, this is a typical issue. Even if you follow setup guides, a small mistake in entering credentials can trigger major errors. These problems can block orders and upset your customers.<\/p>\n<p>In this guide, we\u2019ll walk through the exact causes of PayPal API credential issues in WooCommerce. We\u2019ll also provide practical steps to fix them. Whether you&#8217;re getting an error during checkout or testing payments, this article is for you.<\/p>\n<p>First, let&#8217;s examine the most typical PayPal API problems that WooCommerce users may encounter.<\/p>\n<h2 id=\"section-2\">Common WooCommerce PayPal API Errors<\/h2>\n<p>There are several PayPal API errors you might see in WooCommerce. Most of them mean something is wrong with your PayPal credentials. Either you\u2019ve entered the wrong details, or the plugin can&#8217;t connect to PayPal&#8217;s servers.<\/p>\n<p>The most frequent mistakes that users report are as follows:<\/p>\n<ul>\n<li><strong>woocommerce paypal api error 10002<br \/>\n<\/strong>\u00a0This means authentication failed. Usually, the credentials are incorrect or missing.<\/li>\n<li><strong>woocommerce paypal api credentials mismatch<br \/>\n<\/strong>\u00a0Your API key type doesn&#8217;t match the PayPal environment (sandbox vs. live).<\/li>\n<li><strong>woocommerce paypal smart button api credentials error<br \/>\n<\/strong>\u00a0This affects PayPal Smart Buttons when the REST API is set up wrong.<\/li>\n<li><strong>woocommerce paypal api credentials invalid response<br \/>\n<\/strong>\u00a0WooCommerce couldn\u2019t connect to PayPal or got an unexpected reply.<\/li>\n<li><strong>woocommerce paypal express checkout api credentials error<br \/>\n<\/strong>\u00a0This happens when using old or expired Express Checkout credentials.<\/li>\n<\/ul>\n<p>These errors may appear during:<\/p>\n<ul>\n<li>Customer checkout<\/li>\n<li>Test transactions<\/li>\n<li>Admin payment tests<\/li>\n<li>Plugin setup<\/li>\n<\/ul>\n<p>Each error can look different, but most point back to one thing: incorrect or misconfigured PayPal API credentials.<\/p>\n<h2 id=\"section-3\">Understanding PayPal API Credentials<\/h2>\n<p>To connect WooCommerce with PayPal, you need API credentials. They function similarly to digital keys, enabling communication between the two systems. If these keys are wrong or missing, the connection will fail.<\/p>\n<p>There are two types of PayPal API credentials you might use:<\/p>\n<ul>\n<li><strong>NVP\/SOAP API credentials (Classic)<br \/>\n<\/strong>\u00a0This includes a <strong>Username<\/strong>, <strong>Password<\/strong>, and <strong>Signature<\/strong>. These are used with older plugins like PayPal Standard or Express Checkout.<\/li>\n<li><strong>REST API credentials (Modern)<br \/>\n<\/strong>\u00a0These include a <strong>Client ID<\/strong> and <strong>Secret<\/strong>. These are used with newer PayPal integrations like Smart Buttons.<\/li>\n<\/ul>\n<p>You can link each method to your PayPal account. You must use the correct one based on the plugin you&#8217;re using in WooCommerce.<\/p>\n<p>Another important detail is the <strong>mode<\/strong> you\u2019re working in:<\/p>\n<ul>\n<li><strong>Sandbox mode<\/strong> is for testing.<\/li>\n<li><strong>Live mode<\/strong> is for real transactions.<\/li>\n<\/ul>\n<p>If you use sandbox credentials in live mode (or vice versa), you\u2019ll get errors like:<\/p>\n<ul>\n<li>woocommerce paypal api credentials test mode error<\/li>\n<li>woocommerce paypal api credentials live mode error<\/li>\n<\/ul>\n<p>So, always make sure the plugin and the credentials are set to the same mode.<\/p>\n<h2 id=\"section-4\">How to Obtain the Correct PayPal API Credentials<\/h2>\n<p>Getting your PayPal API credentials is easy, but it must be done carefully. Follow these steps to get it right:<\/p>\n<p><strong>For Classic (NVP\/SOAP) Credentials:<\/strong><\/p>\n<ol>\n<li>Log in to your <strong>PayPal Business Account<\/strong>.<\/li>\n<li>Go to <strong>Account Settings<\/strong>.<\/li>\n<li>Under \u201cAccount Access,\u201d click <strong>API Access<\/strong>.<\/li>\n<li>Choose <strong>NVP\/SOAP API integration (Classic)<\/strong>.<\/li>\n<li>Click <strong>Manage API credentials<\/strong>.<\/li>\n<li>Copy the <strong>Username<\/strong>, <strong>Password<\/strong>, and <strong>Signature<\/strong>.<\/li>\n<\/ol>\n<p>These credentials are used with:<\/p>\n<ul>\n<li>PayPal Standard<\/li>\n<li>Express Checkout<\/li>\n<\/ul>\n<p><strong>For REST API Credentials:<\/strong><\/p>\n<ol>\n<li>Log in to the <strong>PayPal Developer Dashboard<\/strong> at developer.paypal.com.<\/li>\n<li>Click <strong>My Apps &amp; Credentials<\/strong>.<\/li>\n<li>Choose either <strong>Sandbox<\/strong> or <strong>Live<\/strong>.<\/li>\n<li>Click <strong>Create App<\/strong> or select an existing app.<\/li>\n<li>Copy the <strong>Client ID<\/strong> and <strong>Secret<\/strong>.<\/li>\n<\/ol>\n<p>These credentials are used with:<\/p>\n<ul>\n<li>PayPal Smart Buttons<\/li>\n<li>WooCommerce PayPal Payments (official plugin)<\/li>\n<\/ul>\n<p>Make sure to copy and paste carefully. A missing space or extra character can break the connection.<\/p>\n<h2 id=\"section-5\">Correctly Configuring API Credentials in WooCommerce<\/h2>\n<p>Once you have the right PayPal API credentials, it\u2019s time to add them to your WooCommerce store. This is a crucial stage. The payment system will not function if any information is submitted incorrectly.<\/p>\n<p>Log into your WordPress dashboard first. Then take these actions:<\/p>\n<ol>\n<li>Go to <strong>WooCommerce &gt; Settings &gt; Payments<\/strong>.<\/li>\n<li>Select the <strong>PayPal method<\/strong> you are using:\n<ul>\n<li>PayPal Standard<\/li>\n<li>PayPal Smart Buttons<\/li>\n<li>PayPal Express Checkout<\/li>\n<\/ul>\n<\/li>\n<li>Click <strong>Manage<\/strong> or <strong>Set up<\/strong>.<\/li>\n<li>Enter your API credentials in the correct fields.<\/li>\n<\/ol>\n<p>Make sure you do the following:<\/p>\n<ul>\n<li><strong>Paste credentials without extra spaces<\/strong><\/li>\n<li><strong>Use the right mode<\/strong> (sandbox or live)<\/li>\n<li><strong>Match the type of credentials<\/strong> (Classic or REST)<\/li>\n<\/ul>\n<p>If you&#8217;re using <strong>REST API credentials<\/strong>, fill in:<\/p>\n<ul>\n<li>Client ID<\/li>\n<li>Secret<\/li>\n<\/ul>\n<p>If you\u2019re using <strong>Classic credentials<\/strong>, enter:<\/p>\n<ul>\n<li>API Username<\/li>\n<li>API Password<\/li>\n<li>API Signature<\/li>\n<\/ul>\n<p>Incorrect setup leads to:<\/p>\n<ul>\n<li>woocommerce paypal api credentials mismatch<\/li>\n<li>woocommerce paypal standard incorrect api credentials<\/li>\n<li>woocommerce paypal api credentials configuration error<\/li>\n<\/ul>\n<p>Double-check each field before saving. One wrong letter can block all PayPal payments.<\/p>\n<h2 id=\"section-6\">Troubleshooting PayPal API Credential Errors in WooCommerce<\/h2>\n<p>Even with the ideal configuration, mistakes can happen. Do not panic if mistakes continue to appear. Here&#8217;s a step-by-step guide to troubleshooting.<\/p>\n<p><strong>Step 1: Check for Common Errors<\/strong><\/p>\n<p>Start with the most frequent problems. The ones to watch out for are as follows:<\/p>\n<ul>\n<li>woocommerce paypal api error 10002:<br \/>\nUsually means your API credentials are invalid or incomplete.<\/li>\n<li>woocommerce paypal api credentials authentication failed:<br \/>\nThe server couldn\u2019t connect to PayPal using your credentials.<\/li>\n<li>woocommerce paypal api credentials invalid response:<br \/>\nPayPal sent back something WooCommerce didn\u2019t expect.<\/li>\n<\/ul>\n<p><strong>Step 2: Enable Debug Mode<\/strong><\/p>\n<p>Turn on debug mode to view logs:<\/p>\n<ol>\n<li>Go to <strong>WooCommerce &gt; Settings &gt; Payments &gt; PayPal (your method)<\/strong>.<\/li>\n<li>Enable <strong>Debug log<\/strong>.<\/li>\n<li>Try a test transaction.<\/li>\n<li>Check logs under <strong>WooCommerce &gt; Status &gt; Logs<\/strong>.<\/li>\n<\/ol>\n<p>These logs help identify where the problem is.<\/p>\n<p><strong>Step 3: Look for Plugin Conflicts<\/strong><\/p>\n<p>Sometimes other plugins interfere with PayPal. Deactivate other payment or security plugins. Then test again.<\/p>\n<p><strong>Step 4: Regenerate API Credentials<\/strong><\/p>\n<p>If nothing works, try generating new API credentials from PayPal. Replace the old ones in WooCommerce and save settings again.<\/p>\n<p><strong>Step 5: Clear Cache and Cookies<\/strong><\/p>\n<p>Sometimes browser cache causes issues when testing. Try again after clearing the cache in your browser. A private browsing window is another option.<\/p>\n<p><strong>Step 6: Reinstall or Update Plugin<\/strong><\/p>\n<p>If you&#8217;re using an old PayPal plugin, update it to the latest version. If the plugin is corrupted, reinstall it completely.<\/p>\n<p>Here are signs the problem is plugin-related:<\/p>\n<ul>\n<li>Errors only happen after updates<\/li>\n<li>Other payment methods work fine<\/li>\n<li>Logs mention plugin-specific issues<\/li>\n<\/ul>\n<p>Fixing these issues will solve most API credential problems. Always test transactions in both sandbox and live mode before going live.<\/p>\n<h2 id=\"section-7\">Live Mode vs. Test Mode Errors<\/h2>\n<p>One of the most overlooked issues is using the wrong mode. PayPal offers two environments: <strong>Test (Sandbox)<\/strong> and <strong>Live<\/strong>. Each one has different API credentials.<\/p>\n<p>If you use <strong>sandbox credentials in live mode<\/strong>, your checkout will fail. If you use <strong>live credentials in test mode<\/strong>, test orders won\u2019t work. This often causes errors like:<\/p>\n<ul>\n<li>woocommerce paypal api credentials test mode error<\/li>\n<li>woocommerce paypal api credentials live mode error<\/li>\n<\/ul>\n<p>To avoid this, always check your plugin\u2019s settings. Here&#8217;s how:<\/p>\n<ol>\n<li>Go to <strong>WooCommerce &gt; Settings &gt; Payments<\/strong>.<\/li>\n<li>Select your <strong>PayPal method<\/strong>.<\/li>\n<li>Look for the <strong>mode switch<\/strong> (sandbox or live).<\/li>\n<li>Match the <strong>correct API credentials<\/strong> to the selected mode.<\/li>\n<\/ol>\n<p>Never mix the environments. That\u2019s the most common mistake leading to API errors.<\/p>\n<p><strong>Tip:<\/strong> Test mode is only for fake transactions. Don\u2019t forget to switch to live before launch.<\/p>\n<h2 id=\"section-8\">Best Practices to Avoid Credential Issues<\/h2>\n<p>Once your store is working, you\u2019ll want to keep it that way. Stick to these smart tips to avoid PayPal API problems down the line.<\/p>\n<p><strong>Use Official PayPal Plugins<\/strong><\/p>\n<p>Use plugins built by WooCommerce or PayPal. They are well-tested and updated regularly.<\/p>\n<p>Avoid outdated or untrusted third-party plugins.<\/p>\n<p><strong>Keep Plugins and WordPress Updated<\/strong><\/p>\n<p>Old versions can create compatibility issues. Always update:<\/p>\n<ul>\n<li>WooCommerce<\/li>\n<li>Your PayPal plugin<\/li>\n<li>WordPress core<\/li>\n<\/ul>\n<p><strong>\u00a0Never Share API Credentials<\/strong><\/p>\n<p>Treat them like passwords. Don\u2019t send them by email or store them in plain text.<\/p>\n<p>Use a password manager if needed.<\/p>\n<p><strong>Test Transactions Regularly<\/strong><\/p>\n<p>Make test purchases in both sandbox and live mode. This helps catch problems early.<\/p>\n<p><strong>Backup Your Store Before Changes<\/strong><\/p>\n<p>Before updating plugins or changing settings, create a full backup.<\/p>\n<p>That way, you can restore your store if anything goes wrong.<\/p>\n<p>Using these easy steps can help you avoid most PayPal API issues. A well-maintained store is key to smooth PayPal payments.<\/p>\n<h2 id=\"section-9\">When to Contact Support<\/h2>\n<p>Sometimes, you\u2019ve done everything right but the error won\u2019t go away. Then it&#8217;s time to seek assistance. Both WooCommerce and PayPal offer support for these kinds of issues.<\/p>\n<p>Here\u2019s when to reach out:<\/p>\n<ul>\n<li>You\u2019ve double-checked credentials, and the error still appears.<\/li>\n<li>You&#8217;ve tested both sandbox and live modes with no success.<\/li>\n<li>The logs show server errors or failed authentication.<\/li>\n<\/ul>\n<p><strong>Where to Get Help:<\/strong><\/p>\n<ul>\n<li><strong>WooCommerce Support<\/strong>:<br \/>\nVisit WooCommerce.com and open a ticket.<\/li>\n<li><strong>PayPal Business Support<\/strong>:<br \/>\nGo to PayPal Help Center.<\/li>\n<li><strong>WooCommerce Community Forums<\/strong>:<br \/>\nCheck for similar issues or post your own.<\/li>\n<\/ul>\n<p>When contacting support, include:<\/p>\n<ul>\n<li>Error message or code (like error 10002)<\/li>\n<li>Steps you\u2019ve taken<\/li>\n<li>Screenshots of settings or logs (if possible)<\/li>\n<\/ul>\n<p>This helps the support team solve your issue faster.<\/p>\n<h2 id=\"section-10\">Conclusion<\/h2>\n<p>Fixing PayPal API credential errors doesn\u2019t have to be hard. You can restore the seamless operation of your payments by following the correct procedures.<\/p>\n<p>Let\u2019s review the key things to check:<\/p>\n<ul>\n<li>Use the correct type of PayPal API credentials<\/li>\n<li>Match credentials to the right mode (sandbox or live)<\/li>\n<li>Copy and paste credentials carefully<\/li>\n<li>Update your PayPal plugin and WooCommerce regularly<\/li>\n<li>Before going live, test transactions.<\/li>\n<\/ul>\n<p>Do not be afraid to contact assistance if issues persist.<\/p>\n<p>And remember, WooHelpDesk is always here to help. Need expert setup or troubleshooting?<a href=\"https:\/\/woohelpdesk.com\/\"> Contact us today<\/a>.<\/p>\n<p>Your WooCommerce store should never lose sales due to a simple, fixable error. Let\u2019s make sure PayPal works the way it should\u2014every single time.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Introduction Common WooCommerce PayPal API Errors Understanding PayPal API Credentials How to Obtain the Correct PayPal API Credentials Correctly Configuring API Credentials in WooCommerce Troubleshooting PayPal API Credential Errors in WooCommerce Live Mode vs. Test Mode Errors Best Practices to Avoid Credential Issues When to Contact Support Conclusion Introduction If you&#8217;re using [&hellip;]<\/p>\n<div class='heateor_sss_sharing_container heateor_sss_vertical_sharing heateor_sss_bottom_sharing' style='width:29px;left: 10px;top: 250px;-webkit-box-shadow:none;box-shadow:none;' data-heateor-sss-href='https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2308'><div class=\"heateor_sss_sharing_ul\"><a aria-label=\"Facebook\" class=\"heateor_sss_facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2308\" title=\"Facebook\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#0765FE;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M28 16c0-6.627-5.373-12-12-12S4 9.373 4 16c0 5.628 3.875 10.35 9.101 11.647v-7.98h-2.474V16H13.1v-1.58c0-4.085 1.849-5.978 5.859-5.978.76 0 2.072.15 2.608.298v3.325c-.283-.03-.775-.045-1.386-.045-1.967 0-2.728.745-2.728 2.683V16h3.92l-.673 3.667h-3.247v8.245C23.395 27.195 28 22.135 28 16Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"X\" class=\"heateor_sss_button_x\" href=\"https:\/\/twitter.com\/intent\/tweet?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20&url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2308\" title=\"X\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_x\" style=\"background-color:#2a2a2a;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg width=\"100%\" height=\"100%\" style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M21.751 7h3.067l-6.7 7.658L26 25.078h-6.172l-4.833-6.32-5.531 6.32h-3.07l7.167-8.19L6 7h6.328l4.37 5.777L21.75 7Zm-1.076 16.242h1.7L11.404 8.74H9.58l11.094 14.503Z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Linkedin\" class=\"heateor_sss_button_linkedin\" href=\"https:\/\/www.linkedin.com\/sharing\/share-offsite\/?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2308\" title=\"Linkedin\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_linkedin\" style=\"background-color:#0077b5;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path d=\"M6.227 12.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43 2.43 0 0 1 0 4.86c-1.344 0-2.428-1.09-2.428-2.43s1.084-2.43 2.428-2.43m4.72 6.7h4.02v1.84h.058c.56-1.058 1.927-2.176 3.965-2.176 4.238 0 5.02 2.792 5.02 6.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18 0-2.514 1.7-2.514 3.46v6.668h-4.187V12.61z\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><a aria-label=\"Pinterest\" class=\"heateor_sss_button_pinterest\" href=\"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2308\" onclick=\"event.preventDefault();javascript:void( (function() {var e=document.createElement('script' );e.setAttribute('type','text\/javascript' );e.setAttribute('charset','UTF-8' );e.setAttribute('src','\/\/assets.pinterest.com\/js\/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());\" title=\"Pinterest\" rel=\"noopener\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_pinterest\" style=\"background-color:#cc2329;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-2 -2 35 35\"><path fill=\"#fff\" d=\"M16.539 4.5c-6.277 0-9.442 4.5-9.442 8.253 0 2.272.86 4.293 2.705 5.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591 0-3.338 2.498-6.327 6.505-6.327 3.548 0 5.497 2.168 5.497 5.062 0 3.81-1.686 7.025-4.188 7.025-1.382 0-2.416-1.142-2.085-2.545.397-1.674 1.166-3.48 1.166-4.689 0-1.081-.581-1.983-1.782-1.983-1.413 0-2.548 1.462-2.548 3.419 0 1.247.421 2.091.421 2.091l-1.699 7.199c-.505 2.137-.076 4.755-.039 5.019.021.158.223.196.314.077.13-.17 1.813-2.247 2.384-4.324.162-.587.929-3.631.929-3.631.46.876 1.801 1.646 3.227 1.646 4.247 0 7.128-3.871 7.128-9.053.003-3.918-3.317-7.568-8.361-7.568z\"\/><\/svg><\/span><\/a><a aria-label=\"Telegram\" class=\"heateor_sss_button_telegram\" href=\"https:\/\/telegram.me\/share\/url?url=https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2308&text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20\" title=\"Telegram\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg heateor_sss_s__default heateor_sss_s_telegram\" style=\"background-color:#3da5f1;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 32 32\"><path fill=\"#fff\" d=\"M25.515 6.896L6.027 14.41c-1.33.534-1.322 1.276-.243 1.606l5 1.56 1.72 5.66c.226.625.115.873.77.873.506 0 .73-.235 1.012-.51l2.43-2.363 5.056 3.734c.93.514 1.602.25 1.834-.863l3.32-15.638c.338-1.363-.52-1.98-1.41-1.577z\"><\/path><\/svg><\/span><\/a><a aria-label=\"Whatsapp\" class=\"heateor_sss_whatsapp\" href=\"https:\/\/api.whatsapp.com\/send?text=WooHelpDesk%20Blog%20%E2%80%93%20WordPress%20%26%20WooCommerce%20Tips%20and%20Tutorials%20-%20%20https%3A%2F%2Fwww.woohelpdesk.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F2308\" title=\"Whatsapp\" rel=\"nofollow noopener\" target=\"_blank\" style=\"font-size:32px!important;box-shadow:none;display:inline-block;vertical-align:middle\"><span class=\"heateor_sss_svg\" style=\"background-color:#55eb4c;width:25px;height:25px;border-radius:999px;display:inline-block;opacity:1;float:left;font-size:32px;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle;background-repeat:repeat;overflow:hidden;padding:0;cursor:pointer;box-sizing:content-box\"><svg style=\"display:block;border-radius:999px;\" focusable=\"false\" aria-hidden=\"true\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"-6 -5 40 40\"><path class=\"heateor_sss_svg_stroke heateor_sss_no_fill\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\" d=\"M 11.579798566743314 24.396926207859085 A 10 10 0 1 0 6.808479557110079 20.73576436351046\"><\/path><path d=\"M 7 19 l -1 6 l 6 -1\" class=\"heateor_sss_no_fill heateor_sss_svg_stroke\" stroke=\"#fff\" stroke-width=\"2\" fill=\"none\"><\/path><path d=\"M 10 10 q -1 8 8 11 c 5 -1 0 -6 -1 -3 q -4 -3 -5 -5 c 4 -2 -1 -5 -1 -4\" fill=\"#fff\"><\/path><\/svg><\/span><\/a><\/div><div class=\"heateorSssClear\"><\/div><\/div>","protected":false},"author":1,"featured_media":2335,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-2308","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-woocommerce-issues"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2308","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/comments?post=2308"}],"version-history":[{"count":1,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2308\/revisions"}],"predecessor-version":[{"id":2309,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/posts\/2308\/revisions\/2309"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media\/2335"}],"wp:attachment":[{"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/media?parent=2308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/categories?post=2308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.woohelpdesk.com\/blog\/wp-json\/wp\/v2\/tags?post=2308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}