Implementing AIM with Java.
For the method Merchant.createMerchant, the enumeration
net.authorize.Environment has four environments:
SANDBOX
SANDBOX_TESTMODE
PRODUCTION
PRODUCTION_TESTMODE
Production is obvious, but what exactly are the others?
And how do they relate to the "Test Mode" that can be set in our merchant acount on the website?
Thanks.
06-13-2013 06:49 PM
_TESTMODE is x_test_request=TRUE
06-14-2013 04:07 AM
A sandbox is a testing environment that isolates untested code changes and outright experimentation from the production environment or repository.
Reference:
http://en.wikipedia.org/wiki/Sandbox_%28software_development%29
06-14-2013 09:54 AM
I appreciate the responses but they did not answer my question. Can anyone provide an answer?
06-18-2013 08:21 AM
Hello rxalexa,
Test Mode should not be used with the Sandbox.
Test mode may be used with a production account to confirm that the API Login and Transaction Key are correct and that the application is able to successfully connect using them. However, it will not attempt to process a transaction when set to Test Mode.
I hope this answers your question.
Richard
06-18-2013 08:33 AM