dogriley Posted November 29, 2006 Posted November 29, 2006 First off great work on the extension, pretty easy to integrate, thanks for your time. If I enter a bad cvv2 value for a CC transaction the module seems to process the payment, and reports no error. The cart goes to order completion, but paypal rejects the transaction. Shouldn't this trigger a failure and return the customer to the checkout screen to re-enter/verify? Paypal sends me the CC number via mail (YIKES !) so I can manually process Here is the error message In function: before_process() - Direct Payment Did first contact attempt return error? Yes --------------------------------------------------------------------- -------------------------------DP_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- --------------------------------------------------------------------- -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [DoDirectPaymentResponse] => Array ( [0] => Array ( [Timestamp] => 2006-11-29T16:32:50Z [Ack] => Failure [CorrelationID] => 911fb9d9f5b9 [Errors] => Array ( [0] => Array ( [shortMessage] => The cvv2 is invalid. [LongMessage] => This transaction cannot be processed. Please enter a valid Credit Card Verification Number. [ErrorCode] => 10504 [severityCode] => Error ) ) [Version] => 2.000000 [build] => 1.0006 ) ) ) --------------------------------------------------------------------- ---------------------------------TS_REQ------------------------------ --------Results of the transaction search if it was executed--------- --------------------------------------------------------------------- Quote
dynamoeffects Posted November 29, 2006 Posted November 29, 2006 It's working fine, you simply have the "Declined Cards" option set to "Yes". Quote Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.