Hi @marvin12
Since I downloaded the Stripe Plugin to use Klarna I have suddenly 3 Endpoints.
The webhook endpoint that this plugin uses is /wp-json/wc-stripe/v1/webhook
. If you see duplicates of that endpoint then you can delete the ones that are failing since you only need one webhook endpoint.
So I think a lot of sales dont happen with this.
Having duplicate webhook endpoints doesn’t affect the plugin’s ability to process payments. But you should remove the failing endpoints if they are duplicates.
But why customers still use sometimes still the other 2 endpoints?
I don’t understand your question. Can you re-phrase?
Kind Regards,
Thank you for your answer. The Endpoints are no duplicates but when I activate Klarna in my Stripe dashboard then these 2 endpoints throw errors.
Link to photos of the Error: https://drive.google.com/drive/folders/1skbO2J8zzEfglidLvW0Wd12Tk6owGQl3?usp=sharing
Can I delete these 2 Endpoints? I see they have each 16 active events and the plugin endpoint only has 11 would it be necessary to choose more vents for the plugin endpoint?
Hi @marvin12
Can I delete these 2 Endpoints?
Yes, those are endpoints from the WooCommerce Stripe Payment Gateway which you don’t appear to be using any longer.
I see they have each 16 active events and the plugin endpoint only has 11
Our plugin registers the events that it needs. You don’t need to manually add any additional events.
Kind Regards