Home > Docs > Stripe Payment Gateway for WooCommerce > Configuring Webhook Endpoints to Receive WooCommerce Order Status Updates

Configuring Webhook Endpoints to Receive WooCommerce Order Status Updates

Last updated on April 11, 2024

Adding webhook endpoint

To receive the order status updates in a timely manner, it is recommended to add your site’s webhook in the stripe dashboard.

  1. First of all, copy the webhook URL of your site from WebToffee > General settings > Webhooks.
  1. To insert the webhook, go to the Stripe dashboard, click on the Developers option, and select Webhooks. Then, click on the Add an endpoint button and insert your site URL.
Adding an endpoint
Adding an endpoint
  1. Enter the webhook URL in the Endpoint URL field. Then select the compatible events from the Select events to listen to the listing.
  1. List of webhook events that are compatible with the plugin are given below:
    • charge.dispute.created
    • charge.succeeded
    • charge.failed
    • checkout.session.expired
    • source.chargeable
    • source.failed
    • payment_intent.succeeded
    • payment_intent.payment_failed
  1. The below image shows sample events selected. Then click on Add endpoint button to create an endpoint.