close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Transaction fails, on resubmit user gets "Duplicate transaction" error message

Thread began 4/22/2014 9:46 am by Brendan | Last modified 8/28/2014 11:20 am by Jason Byrnes | 1126 views | 3 replies |

Brendan

Transaction fails, on resubmit user gets "Duplicate transaction" error message

I am using eCart6, Authorize.net

I had several complaints of this, tried to recreate the issue by entering false CC, Exp date, CVV, etc, no luck. I found that there was an issue with my clients CC clearing company, and that any transaction using an AMEX was returning "General Error" at Authorize.net.

I have since removed AMEX from the credit card dropdown, but wanted to know why clients would receive a duplicate transaction error message when the transaction failed, and was not recorded to my database either?

Sign in to reply to this post

Jason ByrnesWebAssist

even though the transaction failed, Authorize.net would heave still recorded it, authorize.net wont allow the transaction to be resent even it fails the first time.

Sign in to reply to this post

Brendan

I'm seeing this a little more often now with other card types. Is there a way to recycle the session, or somehow allow the user to resubmit with updated payment info?

Sign in to reply to this post

Jason ByrnesWebAssist

you could edit the code to use the time stamp for the transaction id instead of the session_id:

on the confirm page, change:
$AuthNet_required[0][$nextIndex] = "x_invoice_num";
$AuthNet_required[1][$nextIndex] = "".session_id() ."";

to:
$AuthNet_required[0][$nextIndex] = "x_invoice_num";
$AuthNet_required[1][$nextIndex] = "".time() ."";

Sign in to reply to this post

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...