Learn how to configure the webhooks in Stripe.
Proceed to Stripe Dashboard > Developers > Webhooksarrow-up-right, then click on Add Endpoint button.
Endpoint URL: the URL can be taken from Phoca Cart payment method settings. Read morearrow-up-right.
Stripearrow-up-right and Stripe Checkoutarrow-up-right uses different events. Please be careful and make sure which plugin's edition is in use before events will be added!
Then please select the following events if you use Stripe plugin:
payment_intent.canceled payment_intent.payment_failed payment_intent.succeeded charge.refunded
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
checkout.session.completed
checkout.session.async_payment_succeeded
checkout.session.async_payment_failed
The same events in table:
Last updated 2 years ago