Card charged despite non-finished transaction
-
Hi,
We have got a report form customer who tried to buy on our website.
The case is following:
1) Customer filled the form
2) Then he clicked yellow “Pay with PayPal” button
3) He decided do pay with his Amex card connected with his PayPal account
4) The card has been charged but the transaction was not finished, because validation error has been reported.
5) When customer tried to fix validation error and pay again, he got an information that the card limit is exceed.Few additional details:
* we have enabled 2 payment options: Pay with PayPal (yellow button) and Pay with debit/credit card (black button)
* we are using the following code, as we prefer the pre 1.9.0 validation style:/** * Enable pre-v.1.9.0 form validation method */ add_filter( 'woocommerce_paypal_payments_basic_checkout_validation_enabled', '__return_false' );
* we did not get the money from customer to our PayPal account, so most probably these funds has been just blocked during first payment try.
- The topic ‘Card charged despite non-finished transaction’ is closed to new replies.