Webhooks
Learn how to configure the webhooks in Stripe.
Last updated
Learn how to configure the webhooks in Stripe.
Last updated
Proceed to Stripe Dashboard > Developers > , then click on Add Endpoint button.
Endpoint URL: the URL can be taken from VirtueMart payment method settings. .
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:
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
and use different events. Please be careful and make sure which plugin's edition is in use before events will be added!