The most common causes are: sandbox mode left on, IPN URL misconfigured in your PayPal account, an SSL certificate issue, or the PayPal module needing an update for the current PayPal API version. Start with Fix #1 — it accounts for roughly 40% of the reports we see.
PayPal issues in Zen Cart usually fall into one of two categories: the customer can't complete payment at all, or they can pay but the order doesn't register in Zen Cart (no confirmation email, order stuck as "pending"). The fixes below address both.
Before anything else: log into your PayPal account and check whether any payments actually landed there. If money arrived in PayPal but the order didn't register in Zen Cart, you almost certainly have an IPN problem (Fix #2). If no money moved at all, start with Fix #1.
This is the single most frequent PayPal issue we see. Sandbox mode lets you test PayPal without real money — but if it's left on when the store goes live, all payments go to a test environment and nothing is processed.
To check and fix this in Zen Cart:
Place a real test order for the smallest amount possible (e.g. $0.01 or $1) and verify the order appears in both Zen Cart and your PayPal account.
PayPal uses IPN to tell your Zen Cart store when a payment is completed. If IPN isn't set up, customers can pay successfully but no order record is created in Zen Cart — it's as if the payment never happened from the store's point of view.
To set up IPN in your PayPal account:
https://yourstore.com/ipn_main_handler.phpReplace yourstore.com with your actual domain. If your store is in a subdirectory, include that in the path: https://yourstore.com/shop/ipn_main_handler.php. The IPN URL must be HTTPS — PayPal will not send to HTTP endpoints.
PayPal requires a valid, active SSL certificate to process payments. If your SSL has expired, is self-signed, or doesn't cover your exact domain (including or excluding www), PayPal will refuse to complete the transaction.
How to diagnose:
https://yourstore.com — does the browser show a padlock with no warning?configure.php HTTP_SERVER and HTTPS_SERVER both use https://If your SSL has expired, renew it through your hosting provider. Most hosts offer free Let's Encrypt SSL — ask your host to enable it if it's not already.
PayPal periodically updates its API and deprecates older integration methods. If you're running an old version of the Zen Cart PayPal module, it may no longer communicate properly with PayPal's servers.
Specifically: PayPal deprecated its Classic API (which older Zen Cart PayPal modules used) in 2021. Stores running Zen Cart 1.5.4 or earlier with the original PayPal module may experience increasing payment failures.
The fix depends on your Zen Cart version:
Zen Cart's PayPal configuration requires your exact PayPal Business email address. If there's any mismatch — even a capital letter difference — payments may fail or go to the wrong account.
Zen Cart uses PHP's cURL library to communicate with PayPal's API. If cURL is disabled on your server, all PayPal API calls will silently fail.
To check if cURL is enabled, create a temporary phpinfo.php file (see the blank page guide) and search for "curl" on the page. You should see "cURL support: enabled".
If cURL is not enabled, contact your hosting provider and ask them to enable the PHP cURL extension. This is a standard request on any modern shared host and should take minutes.
If you're using PayPal Standard (not Express Checkout), the PDT token is what allows Zen Cart to verify payment completion when the customer returns to your store after paying. Without a valid token, orders may not be confirmed even when payment succeeds.
https://yourstore.com/index.php?main_page=checkout_processIf none of these fixes resolve your PayPal issue, the next step is to enable Zen Cart's debug logging and capture the actual API exchange between your store and PayPal. This requires a bit of technical access. We do this diagnosis for free — see below.
Send us your PayPal module version and we'll diagnose the exact cause. Most PayPal issues are fixed the same day.
Get a free diagnosis