- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AIM Java net.authorize.Environment question
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
_TESTMODE is x_test_request=TRUE
โ06-14-2013 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I appreciate the responses but they did not answer my question. Can anyone provide an answer?
โ06-18-2013 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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