Zen Cart Logo
Forums / Addon Payment Modules / Credit Card Errors - PayTrace

Credit Card Errors - PayTrace

Locked

Views: 2,603

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Jan 2008, 3:45 PM
#1
mikeiam avatar

mikeiam

New Zenner

Join Date:
Jan 2008
Posts:
1
Plugin Contributions:
0

Credit Card Errors - PayTrace

I have a merchant who installed there cart and are using the PayTrace payment Module. When cards are run through they get an address error but the transactions are not reaching the gateway or the network (I have access to both). Does anyone have an idea why I might get this error and how to advise the web master to correct it? thank you

7 Jan 2008, 3:38 PM
#2
beyoyo2 avatar

beyoyo2

New Zenner

Join Date:
Jan 2008
Posts:
16
Plugin Contributions:
0

Re: Credit Card Errors - PayTrace

Getting exact same error.
Updated CURL to meet GoDaddys criteria.. still no go.
http://proxy.shr.secureserver.net:3128

9 Jan 2008, 6:02 PM
#3
paytrace avatar

paytrace

New Zenner

Join Date:
Jan 2008
Posts:
1
Plugin Contributions:
0

Re: Credit Card Errors - PayTrace

Hi mikeiam and beyoyo2 -

There are a couple of items that we'll want to verify in resolving this problem. First, we'll want to be sure that the correct user name and password are provided in the Module -> Payment -> PayTrace console. When in doubt, you're welcome to use the demo123 user name and demo123 password to test the connection.

Second, we'll want to determine whether or not data is actually being sent via cURL from your server/host to PayTrace's network. All of the requests that generate errors are stored in the PayTrace API Error Log. The API Error Log may be accessed with in the PayTrace virtual terminal under the Programmer's Menu.

If the log in credentials are correct, however, no data is making it to PayTrace then we'll need to verify if a proxy server is required by your host in order to successfully implement cURL.

Please feel free to email your responses to these items to [email protected], and please also feel free to post a reply to this forum.

Thank you,

PayTrace Support

19 Dec 2008, 11:02 AM
#4
semjfullman avatar

semjfullman

New Zenner

Join Date:
Dec 2008
Posts:
1
Plugin Contributions:
0

Re: Credit Card Errors - PayTrace

I was having the same errors. I think it's related to the curl function timing out before it gets a response.

I changed:
curl_setopt ($ch, CURLOPT_TIMEOUT, 10);
to
curl_setopt ($ch, CURLOPT_TIMEOUT, 20);

And the problem seemed to be gone for a long time. Now it only happens occasionally and I'm going to change it to 100. I'm not sure if that's a bad idea or not.

I also have an email into paytrace support.