Jump to content


Corporate Sponsors


Latest News: (loading..)

Expiration Date error


  • You cannot reply to this topic
6 replies to this topic

#1 rztv

  • Community Member
  • 22 posts
  • Real Name:Roy

Posted 24 August 2008, 09:42

Using Authorize.net AIM Module - seems clean until confirmation page SUBMIT - then, regarless of what expiration date is entered, returns to Payment page with "Credit Card Error" !

The expiry date entered for the credit card is invalid.<br>Please check the date and try again.


Happens in Test and Live modes.

Order Confirmation page looks fine - all info properly displayed - including "valid" expiration date.

Click SUBMIT and error show up.

Any ideas?

#2 RookuhShay

  • Community Member
  • 12 posts
  • Real Name:Mike

Posted 25 August 2008, 00:57

Hello,

Have you tried capturing the information sent back from Authorize.net and looking at it?

RookuhShay

#3 rztv

  • Community Member
  • 22 posts
  • Real Name:Roy

Posted 25 August 2008, 16:07

View PostRookuhShay, on Aug 24 2008, 07:57 PM, said:

Hello,

Have you tried capturing the information sent back from Authorize.net and looking at it?

RookuhShay

Never sends info to Authorize.net. Kicks out error "Credit Card Error!

The expiry date entered for the credit card is invalid.<br>Please check the date and try again. "

has to be bad file.... cc_validation.php would be my guess, but I can't find anything wrong with it.

Any other ideas?

#4 rztv

  • Community Member
  • 22 posts
  • Real Name:Roy

Posted 25 August 2008, 16:18

View Postrztv, on Aug 25 2008, 11:07 AM, said:

Never sends info to Authorize.net. Kicks out error "Credit Card Error!

The expiry date entered for the credit card is invalid.<br>Please check the date and try again. "

has to be bad file.... cc_validation.php would be my guess, but I can't find anything wrong with it.

Not posting to database either.

Any other ideas?


#5 RookuhShay

  • Community Member
  • 12 posts
  • Real Name:Mike

Posted 25 August 2008, 18:47

Try uninstalling the module from Oscommerce. Download the original authorizenet_cc_aim.php when you first installed Oscommerce overwriting the authorizenet_cc_aim.php on the server and reinstalled it.

I ran into a simular situation, this cured it.

RookuhShay

#6 rztv

  • Community Member
  • 22 posts
  • Real Name:Roy

Posted 25 August 2008, 20:31

View PostRookuhShay, on Aug 25 2008, 01:47 PM, said:

Try uninstalling the module from Oscommerce. Download the original authorizenet_cc_aim.php when you first installed Oscommerce overwriting the authorizenet_cc_aim.php on the server and reinstalled it.

I ran into a simular situation, this cured it.

RookuhShay
That didn't do it. removed that file and replaced all edited files with originals. Then re-installed and same issue. CC.php works - doesn't return error, but athorizenet_cc_aim.php does. Have compared files, can't see where issue is.

I think it has to be in checkout_process.php If I read this code right, that's where it validates cc_expires, and then passes along to next process.

If you have any other idea, please let me know.

All this stems from cc.php not storing expiration date in database. Used to work and encrypted date, but not in latest version of cc.php.

Thanks,
RZ

#7 debranc

  • Community Member
  • 4 posts
  • Real Name:Debra

Posted 10 October 2008, 11:44

I have been having the same problem with the Authorize.net AIM module only. Client needs this to capture CVV code. Did you find a fix?