Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.net error 33 - Invoice is required.


da11as

Recommended Posts

I am running into an error message when attempting to post a credit card transaction to authorize.net. The error reads "33 - Invoice is required."

 

I checked with the authorize.net support folks, and they believe that I'm passing a value named invoice with an empty value.

 

Can anyone suggest where I might look to configure such a setting, or let me know (a) how to pass a valid order number, or (B) to whack the value so it doesn't get passed at all?

 

Thanks in advance!

 

-Dallas

Link to comment
Share on other sites

Arrgh! I'd originally changed my config so the explicit error appears in the red banner. I installed the foolproof mod - I now get the error, but the banner no longer says anything useful beyond "There has been an error processing your credit card. Please try again."

 

Does anyone know offhand the link to the article that explains how to enable the explicit error messages so I can see what the current error is? I remember changing the file, but I can't find the article that explained what to change.

 

Thanks for your help!

Link to comment
Share on other sites

I know with the ADS mod anyways you can add the following code to the bottom.

 

// Testing echo out the result from authorizenet 
   foreach($response as $key=>$value)
{  echo "$key: $value<br>";	}
exit;
// Testing Code End

 

Not familiar with your method but that may work for you as well.

Remember... Pillage BEFORE you burn!

Link to comment
Share on other sites

Guys, I just installed this mod.

 

However, it odes not seem to support CCV (Card Code Verification). I currently have Authorize.net set to require thsi information.

 

Has any of you managed to implement CCV?

 

Thanks.

Link to comment
Share on other sites

I know with the ADS mod anyways you can add the following code to the bottom.

 

// Testing echo out the result from authorizenet 
? ?foreach($response as $key=>$value)
{ ?echo "$key: $value<br>";	}
exit;
// Testing Code End

 

Not familiar with your method but that may work for you as well.

Where do I need to add that codes to get the true error message?

 

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...