I am still getting the following message when trying to process a cc payment.
“An error has occurred within our system while trying to process your credit card. Please try this transaction again. If the problem persists, please email [email protected] to place your order."
At Intuit I have signup for Desktop & for production
I have a ssl cert and it does show a lock on the page.
The Payment Module had the following values:
Credit Card Transactions via Quickbook Merchant Services
Enable Quickbooks Merchant Service Module
True
Hosted or Desktop
Desktop
App ID
183494931
Application Login
qbms.delsand.com
Connection Ticket
TGT-134-yI7l4O1wMQlLPYhRml5ZEg
SSL Certificate
/path/to/intuit.perm
Testing
False
Verify Credit Card with CVV2
True
Sort order of display.
5
Payment Zone
--none--
Set Order Status
Processing [2]
IP Address
My configure.php for admin has the following settings
define('HTTP_SERVER', 'http://delsand.com');
define('HTTPS_SERVER', 'https://delsand.com');
define('HTTP_CATALOG_SERVER', 'http://www.delsand.com');
define('HTTPS_CATALOG_SERVER', 'https://www.delsand.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
The configure.php in the root has the following settings// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.delsand.com');
define('HTTPS_SERVER', 'https://www.delsand.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
Is there a way to capture the error code that generates the error message?
Bookmarks