• Resolved marvin12

    (@marvin12)


    Since I downloaded the Stripe Plugin to use Klarna I have suddenly 3 Endpoints.

    2 of them throw many webhook bad requests or errors. It seems some of them have names of customers in their code I dont see in my woocommerce dashboard.

    So I think a lot of sales dont happen with this.

    Note: The 3. endpoint seems to work fine, there are no errors. Its the Endpoint I can see also in my plugin. But why customers still use sometimes still the other 2 endpoints?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    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,

    Thread Starter marvin12

    (@marvin12)

    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?

    Plugin Author Payment Plugins

    (@mrclayton)

    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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with webhooks’ is closed to new replies.