[ic] Payment Module Errors

Matt Kerner mkerner at showmeinteractive.com
Fri Jul 9 08:40:34 EDT 2004


I'm trying to track down whether or not the following error message is 
coming from our module or from the gateway servers.

We are running several loops that request random return codes from the 
gateway sever via SOAP. One of these loops cycles every 15 seconds and 
two of them cycle every 20 seconds. On average we are requesting 12-15 
transactions a minute. We have successfully received results on over 
5,000 requests in the past 8 hours. Unfortunately we have attempted 
approximately 6,200 transactions. On about 25% of those attempts we 
receive the following error message:

Real-time charge FAILED. Reason: payment routine 'MODULE' returned 
error: 500 read failed:  at /usr/local/ic5/lib/Vend/Payment/MODULE.pm 
line 63

The line in question in the code is:

  62:        my $oService = SOAP::Lite->service(charge_param("host"));
  63:        my @asResponse = $oService->CreditCardCharge(
			<SOAP parameters>
106        );

Thanks for any help,
Kerner



More information about the interchange-users mailing list