Zen Cart Logo
Forums / Managing Customers and Orders / Zencart allows payment, Authorize.net does not.

Zencart allows payment, Authorize.net does not.

Locked

Views: 2,862

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
5 Mar 2007, 10:38 PM
#1
creativearc avatar

creativearc

New Zenner

Join Date:
Feb 2007
Posts:
65
Plugin Contributions:
0

Zencart allows payment, Authorize.net does not.

My store sells market research reports in PDF format.

Some customers (both international - outside of US) have been able to complete the transaction in ZenCart, but Authorize.net declines it.

The most recent case involved a purchase from Europe. The cart accepted the order and delivered the PDF, but Authorize.net shows the transaction was declined twice.

According to authorize.net, this transaction didn’t go through because of the settings in the AVS (address verification system). The default is rather stringent and doesn’t allow for address mismatches and with international transactions. However, it actually showed a decline in this case, which didn’t happen with the australian buyer.

What are some things I should check?

This store doesn't have a high volume and other orders are working just fine.

5 Mar 2007, 10:47 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Zencart allows payment, Authorize.net does not.

do you have your authnet module set to Enable Database Storage?
If so, what was the result data stored in the authorizenet_aim table for this transaction?

  • result code
  • result text
  • sent
  • received

(blank-out any sensitive data before posting)

5 Mar 2007, 10:53 PM
#3
creativearc avatar

creativearc

New Zenner

Join Date:
Feb 2007
Posts:
65
Plugin Contributions:
0

Re: Zencart allows payment, Authorize.net does not.

I do now, but didn't at the time of the order. On that note - do I need to create a new table in the MySQL database? The admin indicates that a table is required, but it doesn't say where to put it or what to call it.

6 Mar 2007, 12:06 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Zencart allows payment, Authorize.net does not.

The table is auto-created during Zen Cart setup.

9 Mar 2007, 2:16 AM
#5
creativearc avatar

creativearc

New Zenner

Join Date:
Feb 2007
Posts:
65
Plugin Contributions:
0

Re: Zencart allows payment, Authorize.net does not.

DrByte:

The table is auto-created during Zen Cart setup.

Understood.

Hopefully I can prevent this from happening entirely.

In any situation, why would zencart allow a transaction if it was declined by the gateway?

10 Mar 2007, 5:59 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Zencart allows payment, Authorize.net does not.

creativearc:

In any situation, why would zencart allow a transaction if it was declined by the gateway?

It doesn't.

If it receives a response other than '1-Approved' from authorize.net, it rejects the transaction and asks the customer to try again.

23 Mar 2007, 5:57 PM
#7
creativearc avatar

creativearc

New Zenner

Join Date:
Feb 2007
Posts:
65
Plugin Contributions:
0

Re: Zencart allows payment, Authorize.net does not.

I just had an order go through, even though the authorizenet table reports 'declined'

Specifically "This transaction has been declined."

Any ideas?

23 Mar 2007, 6:27 PM
#8
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,591
Plugin Contributions:
0

Re: Zencart allows payment, Authorize.net does not.

Did you turn on the logging requested earlier in the thread? Have you spoken to AuthNet about what is being declined and why?

23 Mar 2007, 7:35 PM
#9
creativearc avatar

creativearc

New Zenner

Join Date:
Feb 2007
Posts:
65
Plugin Contributions:
0

Re: Zencart allows payment, Authorize.net does not.

Yes - the 'declined' message is logged to the authorizenet table.

23 Mar 2007, 8:07 PM
#10
creativearc avatar

creativearc

New Zenner

Join Date:
Feb 2007
Posts:
65
Plugin Contributions:
0

Re: Zencart allows payment, Authorize.net does not.

EUREKA!

Solved. The solution was easy, and Zencart was a champ. However, credit cards are confusing to configure in Zencart for this reason:

  • I had credit cards set to 'ON'
  • I had 'Authorize.NET' set to 'ON'

My reasoning was, "Sure! I want to accept credit card! Sure, I want to use Authorize.net!"

The reality is that only Authorize.net (AIM) needs to be on. Credit Cards need to be 'OFF.'

I had customers seeing two credit card forms. One went to Authorize.net, one was just a raw, un-authorized credit card transaction.

Now my settings are correct and all is well.

Thank you zencart forum members for giving me the clues.

Hopefully others with this problem can benefit from my mistake.

23 Mar 2007, 11:31 PM
#11
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Zencart allows payment, Authorize.net does not.

Thanks for the update and posting the cause of this issue!! :smile: