
I'm not a developer. I'm an online store owner that knows just enough about woocommerce to do the basic things. I had someone set up Stripe payment gateway years ago and it's been working fine but now stripe is saying that my webhook endpoint is failing - the messages from Stripe to my store aren't getting through.
I went to settings - webhooks in my woocommerce store and there are no webhooks there. I don't know if there never was one set up or if it has been deleted somehow.
Should be easy to set up one. I have the URL that stripe is sending to.
What do I put for TOPIC please? The dropdown options don't seem right; they are things like order created/updated/deleted/restored.
The stripe error email says "If you use Checkout and rely on the checkout.session.completed event as part of your purchase fulfilment process, you should review your completed payments to ensure you have fulfilled all recent purchases." So I am expecting the webhook endpoint topic to be something like checkout.session.completed
Can someone please tell me how to complete this setup of an end point or if I'm doing the wrong thing?
Thanks