Webhooks

Learn how to configure the webhooks in Stripe.

Proceed to Stripe Dashboard > Developers > Webhooksarrow-up-right, then click on Add Endpoint button.

Add Endpoint in Stripe dashboard
Add Endpoint in Stripe dashboard
Add Endpoint URL and select events
Add Endpoint URL and select events
triangle-exclamation

Then please select the following events if you use Stripe plugin:

payment_intent.canceled payment_intent.payment_failed payment_intent.succeeded charge.refunded

Then please select the following events if you use Stripe Checkout plugin:

checkout.session.completed checkout.session.async_payment_succeeded checkout.session.async_payment_failed charge.refunded

The same events in table:

Stripe plugin:
Stripe Checkout plugin:

payment_intent.canceled

checkout.session.completed

payment_intent.payment_failed

checkout.session.async_payment_succeeded

payment_intent.succeeded

checkout.session.async_payment_failed

charge.refunded

charge.refunded

Last updated