Failed and pending orders
-
We sell concert tickets using the plugin Tickera and their Bridge for WooCommerce. We use PayPal Standard and Advanced Card Processing. There are 2 problems:
- Out of about 250 orders for tickets for the current concert, 16 are marked Pending. I have no idea why, and the payments do not show up on our PP merchant account. We have issued tickets, so buyers have the goods but have not paid. I don’t know how to recover the payments.
- Every day there are a few orders marked Failed. Tickets are not being issued. Sometimes the buyers try again and it goes through. The only error message is “something went wrong”.
I have asked PayPal support for help, but they say this is a WooCommerce issue. Here is part of what they have said:
“There are a couple of transactions that have been declined by risk. PayPal has an internal security system and along with card issuers/banks will block payments from time to time due to many different risk factors. Due to security purposes, we are unable to disclose the risk factors. As a result, from time to time there will be blocked payments.
“To resolve the issue of the pending orders, please contact the customer support of the third party eCommerce to make sure they pass valid API requests to the PayPal system and customers to pass valid funding instruments during checkout.
“Merchants should first perform Create OrderAPI(https://developer.paypal.com/docs/api/orders/v2/#orders_create) call and then redirect the customer/buyer to “approve” URL returned from the Create Order API response as below:
{
“href”: “https://www.paypal.com/checkoutnow?token=***”,
“rel”: “approve”,
“method”: “GET”
},“Once the order is approved by the customer/buyer, merchants should perform Capture Order(https://developer.paypal.com/docs/api/orders/v2/#orders_capture) API call and customer/buyer should pass the valid funding source.
https://developer.paypal.com/docs/api/orders/v2/
https://developer.paypal.com/api/rest/reference/orders/v2/errors/”All this is quite beyond me, as a non-specialist. Can anyone tell me if this makes sense?
I should add that when I try to post a question on WooCommerce support, it says our site is not connected to WC. When I try to reconnect, it is already connected. So I can’t post the question.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.