cancel
Showing results for 
Search instead for 
Did you mean: 

Stripe Message in Backend - Stripe Webhooks have not yet been configured

Stripe Message in Backend - Stripe Webhooks have not yet been configured

Hi

I installed the Stripe Extension, the free one available from Stripe.

 

I set up the extension, and it works great. The only message which is not disappearing in the Backend is this one:

 

Stripe Webhooks have not yet been configured - Please refer to the documentation for instructions on how to set up your Stripe account.

 

Does anybody have this message appear before, and knows how I can get rid of it?
The API keys and the webhook secret for live and testing have been added, and it's working. Just the message won't go away

2 REPLIES 2

Re: Stripe Message in Backend - Stripe Webhooks have not yet been configured

Hello @MadisonCooper,


Check in your stripe account whether webhook URL added or not? and if not add it then only that message won't show you again.


If my answer is helpful, then give kudos and accept as solution

Best regards
Madhuresan
Bootsgrid

Re: Stripe Message in Backend - Stripe Webhooks have not yet been configured

Assuming that your web hook is setup correctly and working, check this in your stripe account on the stripe website, at time of writing this is here https://dashboard.stripe.com/webhooks

 

In your database remove all rows in the table stripe_webhooks
Then in your ssh shell run magento stripe:webhooks:configure
Refresh your admin view and the message should be gone