failed orders – version 3.0.0
-
Hi, a customer with a failed order today has claimed they have been charged twice, but no transactions show in paypal. Unfortunately, our plugin logs were disabled.
WooCommerce shows two failed orders today with the following error:
Failed to process the payment. Please try again or contact the shop admin. [UNPROCESSABLE_ENTITY] The requested action could not be performed, semantically incorrect, or failed business validation. https://developer.paypal.com/api/rest/reference/orders/v2/errors/#PAYEE_BLOCKED_TRANSACTION CreditCardGateway.php:415 PAYEE_BLOCKED_TRANSACTION Declined by fraud tool ( Fraud Protection / Chargeback Protection ) due to potential fraud risk. Please review your fraud settings.
OrderEndpoint.php:243 Order status changed from Pending payment to Failed.A review of the paypal developer api error log shows:
“name”: “UNPROCESSABLE_ENTITY”, “details”: [{“issue”: “PAYER_CANNOT_PAY”, “description”: “Payer cannot pay for this transaction. Please contact the payer to find other ways to pay for this transaction.”}],
Is there any advice on how to best check the above and action a void transaction when the api response doesn’t verify payment? It would appear that no payment has occurred based on the above error logs.
Thanks
The topic ‘failed orders – version 3.0.0’ is closed to new replies.