Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Intermittent Duplicate Credit Card Charge using e
Author « Topic »  

agull
Starting Member

Australia
30 Posts

Posted - 04/27/2021 :  23:50:28  
Hello,

We have been using the new eWAY API for a number of months. Recently we have found duplicate credit card charges being processed through eWAY. It is happening intermittently with the transactions in eWAY occurring only one second apart. In most cases the customer is unaware that the double charge has occurred and everything looks normal from our side also, we only realise when we check the transaction report from eWAY.
I have contacted eWAY and they cannot see any issue and believe that the customer is probably double clicking at payment however I have tried to reproduce this and have not found that this is a problem. We have been unable to find a pattern that might explain what is happening, in most cases the customer is existing and has ordered on our website many times before.

We have also had two customers contact us after receiving the following error message at checkout: {"Message":"Access Code Not Found : Active,StartedShared","Errors":null}. I am not sure if this is related or a separate issue.

Thank you for any help with this.

Anne

Vince
Administrator

42466 Posts

Posted - 04/28/2021 :  13:23:48  
Hi Anne
Part of the process with eWay is that they send us an access code and a URL this is used to send the card number to be charged. But it would seem logical to not allow this access code to be used twice which would avoid the duplicate payments. Can you as eWay if there is a way to do that?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

agull
Starting Member

Australia
30 Posts

Posted - 04/28/2021 :  18:36:33  
Thank you Vince.

I have contacted eWAY and just as you have indicated, their log files showed two transaction attempts against the same access code. They have raised it as a case to investigate further. Hopefully this won't take too long -

Anne

agull
Starting Member

Australia
30 Posts

Posted - 05/03/2021 :  00:07:33  
Hi Vince,

Eway have gotten back again regarding the duplicate transactions and have identified the issue as a bug which has been added to their 'backlog to fix'. They are not giving an ETA of when it will be fixed.
They maintain that when receiving two payment requests within seconds that it is usually caused by customer's double clicking on the payment button. While we wait for this bug to be fixed, they have recommend disabling the payment button after it has been clicked once to prevent further double submissions. Is this something that already occurs or can be fairly easily implemented?

Thank you again for your help.

Anne

Vince
Administrator

42466 Posts

Posted - 05/04/2021 :  03:08:46  
Hi Anne
If you open this file in notepad...
vsadmin/inc/inccart.php
...and then search for this...
<form method="POST" action="<?php print $formactionurl?>" id="payment_form">
...and replace with this...
<form method="POST" action="<?php print $formactionurl?>" id="payment_form" onsubmit="isvalc=isvalidcard(this);if(isvalc){document.getElementsByClassName('widecheckout3')[0].disabled=true};return isvalc">
...it should do what you need.

Vince


Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000