Yes Sir! You are right. When I visited https://dashboard.stripe.com/webhooks
previously, I saw multiple webhooks, and I wondered why. I have used “Delete Webhook” and created that again. All of the old webhooks were deleted, and I currently have one webhook only but when I visit it: https://example.com/wp-json/wc-stripe/v1/webhook
I get:
{"code":"rest_no_route","message":"No route was found matching the URL and request method.","data":{"status":404}}
Is this normal or I should get something else that confirms the webhook is actually working?