View Single Post
  #3  
Old 10-31-2012, 09:22 AM
  smithlarry's Avatar 
smithlarry smithlarry is offline
 

Advanced Member
  
Join Date: May 2005
Location: Blairs, VA USA
Posts: 31
 

Default Errors in Xpayments

I'm using USAEpay xcart 4.5.3 xpayments 1.0.5 and am having a big problem. My customers submit an order and are taken to a declined page. Here is the problem:

1. The order is marked failed in xcart.
2. The order is charged to the credit card at USAEpay.
3. I get a payment error email and a transaction approved email for the same order.
4. I had a customer try 5 times and I got the same results on each try.
5. The next customers order went through fine I think.

Here is the errors I'm getting:

In xpayments

ERROR [2012-29-10 15:47:16]
User: unknown; IP:
Zone: VSNode
Code: ENUM_WRONG_VALUE (1532)
Data validation error, node "UMcardLevelResult": Passed value is not allowed. Value - "F", possible values - "('A','B','C','D','G','H','I','K','M','S','U','G1' ,'G2','J1','J2','J3','J4','K1','S1','S2','S3','DI' ,'AX','')" (value: 'F')

Affected systems: VSNode/Base/Node.php file (124:assert); VSNode/Enum.php file (102:assert); VSNode/Base/Array.php file (97:validate); VSNode/ArrayKeyString.php file (53:validate); Transport/ValidationSchema.php file (111:validate); Model/PaymentConf.php file (600:validate); Model/Payment.php file (1700:processPayment); Model/Payment.php file (1645:processInit); Controller/Payment/Main.php file (239:process); Controller/Payment/Main.php file (217:doPay); Core/Controller.php file (181:actionPay); Controller/Payment.php file (277:process); Core/Dispatcher.php file (148:process); Application.php file (156:dispatch); /home/brother2/public_html/xpayments/payment.php file (26:run)

In xcart payment errors:

[29-Oct-2012 15:44:27] (shop: 29-Oct-2012 17:44:26) PAYMENTS message:
Payment processing failure.
Login:
IP:
----
Payment method: Credit Card Using Our Secure Server (X-Payments: USA ePay - Transaction Gateway API)
bill_output = Array
(
[sessid] => e64b7fd3738e84387db1e7055401b3a0
[code] => 2
[billmes] => Aborted due to errors during transaction processing
)
original_bill_output = Array
(
[sessid] => e64b7fd3738e84387db1e7055401b3a0
[code] => 2
[billmes] => Aborted due to errors during transaction processing
)
_GET = Array
(
[target] => main
[token] => 1a889e5e8b45dbac776fa76586c68324
[action] => abort
[refId] => 11204
[txnId] => 3ffd28976804245c1d41a8f31735efef
)
_POST = Array
(
)
Request URI: /payment/cc_xpc.php?target=main&token=1a889e5e8b45dbac776fa 76586c68324&action=abort&refId=11204&txnId=3ffd289 76804245c1d41a8f31735efef
Backtrace:
/home/brother2/public_html/payment/payment_ccmid.php:453
/home/brother2/public_html/payment/payment_ccend.php:48
/home/brother2/public_html/payment/cc_xpc.php:181

I also get the occasional your order was lost error.

in internal errors I get:

[29-Oct-2012 00:34:05] (shop: 29-Oct-2012 02:34:05) INTERNAL message:
Recorded error 80
Request URI: //pages.php?xid=

So far I have been able to take care of my customers but not for long. Please help.
__________________
BrotherSmith
Xcart Version 4.5.4
Xpayments 1.0.5
Adapt Template
ECC intergration
Reply With Quote