New PayPal errors
-
We have started getting a lot of failed orders with customers using PayPal.
Example 1:
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/#ORDER_NOT_APPROVED PayPalGateway.php:685 ORDER_NOT_APPROVED Payer has not yet approved the Order for payment. Please redirect the payer to the ‘rel’:’approve’ url returned as part of the HATEOAS links within the Create Order call or provide a valid payment_source in the request.
OrderEndpoint.php:346 Order status changed from Pending payment to Failed.Example 2:
Payer action required, possibly overcharge. Payer needs to perform the following action before proceeding with payment. Order status changed from Pending payment to Failed.
Example 3:
Instrument declined. The instrument presented was either declined by the processor or bank, or it can’t be used for this payment. Order status changed from Pending payment to Failed.
We have not changed anything with our setup recently and I am not sure exactly what these errors refer to.
- You must be logged in to reply to this topic.