close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

unable to turn off "test mode" in Authorize.net

Thread began 1/08/2011 4:03 pm by James L | Last modified 1/14/2011 11:45 am by Jason Byrnes | 8311 views | 15 replies |

James L

unable to turn off "test mode" in Authorize.net

Did the thing suggested in another post, changed:
$AuthNet_required[0][$nextIndex] = "x_test_request";
$AuthNet_required[1][$nextIndex] = "TRUE";
to:
$AuthNet_required[0][$nextIndex] = "x_test_request";
$AuthNet_required[1][$nextIndex] = "FALSE";
But the authorize.net credit card entry page still says "test mode"...
Also on this page there is no Invoice # showing, and no Customer ID.

I was so excited to get everything working after getting your advice about uninstalling UniversalEmail 5 and reinstalling UE 4 in my extensions, if these last problems could be fixed we'd be ready to go live...

Sign in to reply to this post

Jason ByrnesWebAssist

In addition to turning off test mode in the code, you need to turn it off in your authorize.net account.

Sign in to reply to this post

James L

Your response would be more useful to me if you had explained how this would be done. The authorize.net AIM manual says this is done in the php code with " <INPUT TYPE="HIDDEN" NAME="x_test_request" VALUE="FALSE"> " which is different from the code I used (from a previous support answer). Is this what you are referring to?

Sign in to reply to this post

Jason ByrnesWebAssist

No, In addition to changing the test mode setting in the code, you need to change the test mode setting in your authorize.net account, you need to log into your authorize.net account and set the account to not use test mode.

The code you posted initially is for the Advanced Implementation Method (AIM) API with Authorize.net.

The code you posted a moment ago is for the Server Implementation Method (SIM)

Which are you using?

Sign in to reply to this post

James L

I'm using AIM, and that line of code was copied directly from their "AIM_guide.pdf"...

Also,my client has been using this account for several years, there should be no need to change the account setting...

Sign in to reply to this post

Jason ByrnesWebAssist

can you send a copy of your page so I can examine the entire code to see what is wrong.

Sign in to reply to this post

James L

which page? checkout.php or confirm.php?

Sign in to reply to this post

Jason ByrnesWebAssist

confirm please, that is the page that sends the data to authorize.net.

Sign in to reply to this post

James L

my confirm.php file

my confirm.php file

Attached Files
confirm.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

this page is using the remote checkout method.
change:
<input type="hidden" name="x_test_request" id="x_test_request" value="TRUE" />

to:
<input type="hidden" name="x_test_request" id="x_test_request" value="FALSE" />


the code from your initial post is used for local checkout and is not on this confirm page.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...