How we can test partial authorization in test mode
07-29-2011 01:43 AM
07-29-2011 06:15 AM
yes I am using zip code 46225
Credit card no: 411111111111111
I have integrate partial authorization in magento. but I can not test it in test mode.
I am getting error: Gateway error: (TESTMODE) Transactions of this market type cannot be processed on this system.
07-29-2011 06:29 AM - edited 07-29-2011 06:30 AM
You need to use the 4222222222222 test credit card number. Also, you must be using a test account, but using it in live mode. That is, use a test account, but with the test mode set to false.
As far as I know, the zip codes will not generate the expected errors if you are using a different card number, a production account, or if you have the test mode set to true.
07-29-2011 06:35 AM
I have used creditcard no. 4222222222222
when I test authorize.net with test account I am getting error.
I am getting error: Gateway error: (TESTMODE) Transactions of this market type cannot be processed on this system.
URL:
http://122.170.114.165/temp/Checkout_1312284636545.png
http://122.170.114.165/temp/Untitled.png
08-02-2011 04:55 AM
Based on the presence of the (TESTMODE) string in your error message, it looks like you still have your account in test mode. Like I said, in order to generate the custom error responses using zip codes, you need to use a test account, but have the test mode option turned off for that test account.
08-02-2011 05:11 AM
Please check attached screenshot.
Ihave set test mode No.
http://122.170.114.165/temp/Configuration%20-%20System%20-%20Magento%20Admin_1312290567315.png
http://122.170.114.165/temp/Untitled1.png
http://122.170.114.165/temp/billing.png
but still it not work.
08-02-2011 06:20 AM
Not sure what your first image show. But the only place where you can set the testmode is on authorize.net site
For Test Account at https://test.authorize.net/
For Production Account at https://secure.authorize.net/
Under Account - Settings - Security Settings - General Security Settings - Test Mode
Also, it your test account Card Present Account or Card NOT present Account?
08-02-2011 06:40 AM
I have set test mode on my test account.
My test account is Card Present Account
you cna see my screenshot.
http://122.170.114.165/temp/Authorize.Net_1312353645555.png
08-02-2011 11:44 PM - edited 08-02-2011 11:48 PM
Are you sure you really want a Card NOT Present account for eCommerce? Card Present Account is for places with a card reader.
If it is Card Present Account, make sure it set all the required fields in the pdf at http://developer.authorize.net/api/cardpresent/
under header "Standard CP Transaction Submission API for AIM"
08-03-2011 04:27 AM