- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Testing validity of x_login and x_tran_key
Is there any method to test the validity of an x_login and x_tran_key without charging a card?
03-19-2012 01:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See if this will work for you.
03-19-2012 01:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The usual method is to run a transaction through in test mode and see if you get an authentication error. To use test mode, set x_test_request to TRUE (or if using the API, you may also be able to specify a field called test_request).
EDIT: This is not the same thing as developer / sandbox account vs production account, btw.
03-19-2012 02:01 PM - edited 03-19-2012 02:02 PM