Here is the scenario, I am using Ubercart 3 with Authorize.net set as the payment gateway. I have added the API Login ID and Transaction Key and using a test credit card number 4012888818888.
The orders appear to be going through OK without any errors and when I look at the API response messages it says [3] => "(TESTMODE) This transaction has been approved."
However I do not appear to see any kind of transactions being logged in the account screen on Authorize.net.
Any ideas? Do I need to change a setting somewhere?
Solved! Go to Solution.
11-09-2013 05:56 AM
Test mode mean no transaction will be created.
If you want to test, get a sandbox account https://developer.authorize.net/sandbox/
If this is a test account, turn testmode off on the merchant sandbox account settings. https://sandbox.authorize.net/
11-09-2013 03:16 PM
Test mode mean no transaction will be created.
If you want to test, get a sandbox account https://developer.authorize.net/sandbox/
If this is a test account, turn testmode off on the merchant sandbox account settings. https://sandbox.authorize.net/
11-09-2013 03:16 PM
Thanks for the tip, it is now logging tesrt orders in my sandbox account.
11-11-2013 02:47 AM