Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.net AIM not working!


coreyoda

Recommended Posts

Hello,

 

I've searched these forums for days and not found the solution to my prolem. I have configured Authorize.net AIM (3.1) as I believe is correct and have installed the Authorize.net AIM contribution payment module and what happens is, when I try to do a test check out, it gets stuck on checkout_process.php - just a blank page.

 

Through testing, I have isolated the line of code that it's choking on but have no idea why it's just stopping here. I don't think it's the checkout_process.php page because it's not doing that with other payment modules.

 

Anyway, the line it's getting stuck at is this one:

 

// load the before_process function from the payment modules

$payment_modules->before_process();

 

Please help! I'm desperate for a solution!

 

Thank you!

Link to comment
Share on other sites

Just replying to this for the forum community... They brought me in as a consultant to get a few things working at the same site and I spent like 2 hours debugging the authorizenet aim module, when at the end the problem was just a bad x_tran_key!!!

 

Best way to test this is from a shell with curl, just print out the $data variable the module is trying to pass to the server, and in a shell do:

 

curl -s -d "x_login=[yourapilogin]&x_tran_key=[yourtxnkey]&.....[rest of $data]&x_test_request=TRUE" https://secure.authorize.net/gateway/transact.dll

 

it should gives you the response, if you get "3,1,103,(TESTMODE) This transaction cannot be accepted.", it means either you are submitting both transaction key and your password, or your transaction key is incorrect. (at least this was what i was told via their live chat). Either case is easy to fix.

 

From the anet PDF doc, this is the description of error code 3, 103:

 

A valid fingerprint, transaction key, or password is required for this transaction.

--AYN

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...