This covers common troubleshooting scenarios that developers or merchants might face during integration or daily operations.
This covers common troubleshooting scenarios that developers or merchants might face during integration or daily operations.
If you encounter these common issues, follow these troubleshooting steps:
"401 Unauthorized" API Errors: This usually indicates an authentication issue. Ensure you are using the correct Client ID and Client Secret from the 4Geeks Console. Important: Never use your Secret Key in client-side code (browser-based JavaScript); it should only be used from your secure backend server.
SSL/TLS Warnings: If your checkout page shows "Not Secure" or mixed content warnings, it means your site is loading assets over HTTP instead of HTTPS, or your SSL certificate has expired. You must renew your SSL certificate immediately and ensure all scripts and images are loaded via HTTPS. A secure connection is a strict requirement for processing payments.