define("AUTHORIZENET_SANDBOX",false); // Set to false to test against production
define("TEST_REQUEST", "TRUE"); // You may want to set to true if testing against production
With production account, test syntax/connection on live production site. No transaction will get process.
define("AUTHORIZENET_SANDBOX",false); // Set to false to test against production
define("TEST_REQUEST", "FALSE"); // You may want to set to true if testing against production
With production account, LIVE on PRODUCTION site, charge, process fees will go thru.
define("AUTHORIZENET_SANDBOX",true); // Set to false to test against production
define("TEST_REQUEST", "FALSE"); // You may want to set to true if testing against production
Testing on test site with test account. Use test CC# for testing.
define("AUTHORIZENET_SANDBOX",true); // Set to false to test against production
define("TEST_REQUEST", "TRUE"); // You may want to set to true if testing against production
NO point on doing testmode on test site with a test account.