• Resolved wiredkel

    (@wiredkel)


    We upgraded WooCommerce PayPal Checkout Gateway to PayPal Payments (v1.6.2) and are experiencing about 45% failed payments now. The end users sees the message “Something went wrong. Please try again or choose another payment source.” This message is displayed when they’ve tried PayPal or Credit and Debit Card options, different browsers, re-logging in and even clearing their browser cache and cookies.

    Per PayPal support I’ve installed the Rest API Log plugin (v1.6.8) and we’re seeing 45% of our /paypal/v1/incoming transactions fail with this type of message:

    {
        "data": {
            "success": false,
            "message": "No order for webhook event WH-6WL84154KK2934839-3DA91405E89662808 was found."
        },
        "headers": {
            "Allow": "POST"
        },
        "status": 200
    }

    Here is what a successful payment looks like:

    {
        "data": {
            "success": true
        },
        "headers": {
            "Allow": "POST"
        },
        "status": 200
    }

    We were contacted by PayPal [email] and also followed WooCommerce’s recommendation to upgrade this plugin since it was retired. I called the PayPal integration team and they walked me through all the PayPal Checkout settings and the PayPal Card Processing settings.

    Our only workaround at this point is to enroll people in their online course and manually send them a PayPal invoice. How can we resolve this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wiredkel

    (@wiredkel)

    I gave up and went with this plugin per PayPal’s recommendation. PayPal told me it has the same updates as WooCommerce PayPal Payments. I installed and configured it and so far it’s working perfectly.

    PayPal Complete Payments by AngellEYE
    https://www.angelleye.com/product/woocommerce-paypal-plugin/

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @wiredkel,

    Apologies for the trouble.
    Our next update resolves an issue relating to custom order numbers, which can cause some orders to end up in a failed state. Are you using custom order numbers by chance?
    We’d like to learn more about the issues you were facing anyway if you could share with us a copy of your system report and the log files you collected from here:
    https://paypal.inpsyde.com/docs/request-support/
    Thanks!
    The other plugin you mentioned provides mostly the same features with a few exceptions.
    If you are not missing any features such as Vaulting, then it may work better for you until this issue you experienced was confirmed resolved.
    We anticipate the update next week to help with similar errors at the very least.

    Kind regards,
    Niklas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Intermittent failed payments’ is closed to new replies.