• Resolved jozsefprofithu

    (@jozsefprofithu)


    Hello,
    I use wp/wpoo/wc-stripe/cartflaws
    All of my stripe webhook responses are failed after tests in live mode, but I copy/pasted the secret key more times.
    Response:
    {
    “code”: “missing_token”,
    “message”: “API key is missing”,
    “data”: {
    “status”: 401
    }
    }

    I exactly saved the api keys as described, and the test webhooks is run well, but the not in live mode.
    I re-connected more times, but the live-api connections is ok in regards of the wp plugin green marked.

    Help me pls, what can I check?
    Thank you.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter jozsefprofithu

    (@jozsefprofithu)

    I tried this plugins before, but now only your webhook exist in the stripe live settings.

    LearnDash LMS – Stripe Integration
    Stripe Payment Gateway for WooCommerce ( Basic )
    Gravity Forms Addons

    Thread Starter jozsefprofithu

    (@jozsefprofithu)

    +
    Stripe For WooCommerce (woo-stripe-payment) – Version 3.2.15 Active
    WooCommerce Stripe Gateway (woocommerce-gateway-stripe) – Version 5.0.0

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @jozsefprofithu

    You should only need to have one stripe plug-in active.

    That authentication error is not coming from the Stripe plugin. It looks like you have a plug-in installed that is rejecting requests to the WordPress rest API.

    Go through your plug-in list and see what kind of authentication plug-ins you have active. Often plug-ins which hide the website from the public while you are developing will trigger a failed authentication like that.

    Kind regards,

    Thread Starter jozsefprofithu

    (@jozsefprofithu)

    Hi @mrclayton

    Thank you for your help.I deleted all old stripe related plugins now.How can I test the webhook in live mode without a real checkout?

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @jozsefprofithu

    On the API settings page of the Stripe plug-in you will see a link to the webhook documentation. If you click that link you’ll be taken to a step-by-step guide which shows how to test the webhook connection in live mode.

    Kind regards,

    Thread Starter jozsefprofithu

    (@jozsefprofithu)

    I found the sinner!
    The “Integromat Connector” plugin caused the conflict.
    I wrote to them..

    Thank you Mr.Clayton for your kind support!

    Bye

    What was your solution to this, I recently installed the same plugin and getting the same error.

    Thread Starter jozsefprofithu

    (@jozsefprofithu)

    I plugin caused the conflict, wich used api/webhooks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘“API key is missing” webhook responses on live mode’ is closed to new replies.