The condition is met when the event that triggers the webhook is “Stripe checkout session completed.”
Determine whether it is the checkout.session.completed event of the event name of Stripe.
This condition is combined with other “when to execute” conditions. For example, combine with “When the Webhook Starts”.
The name includes “completion of Stripe Checkout Session,” but it is satisfied when the checkout session is completed and when the payment is completed via the payment link.
The “Stripe Checkout Session Completed” event indicates that the person who purchased has completed the screen by pressing the “Pay” button on the Stripe payment screen. It does not indicate that the payment has been completed. For example, if the person who purchased chooses convenience store payment, this event will occur even if the person who purchased has not yet completed the payment process at the convenience store. To check whether the payment is complete, use “If the webhook occurs due to the completion of Stripe Checkout Session”.
There are no parameters to be set.
Reversing this condition changes it to “If the webhook does not occur due to the completion of Stripe Checkout Session.”