#dan.teh
1 messages · Page 1 of 1 (latest)
With Checkout Session (Stripe hosted payment page), it's not possible to run the check after the customer press the pay button.
Running the check before charging the customer is only supported in Payment Element integration: https://stripe.com/docs/payments/build-a-two-step-confirmation
Oh alright. What about when an event is sent through the webhook or would the payment be already processed by then?
The payment will be processed once the events for Checkout Session is sent
Damn. So there's no event that's sent before it's processed?
There won't be any event sent before it is processed
But doesn't checkout sessions create payment intents?
I guess that would be after the fact
Payment Intent will be created along with payment processing after the pay button is pressed
With Checkout Session, it doesn't support handling extra action before actual payment processing
Gotchu. Thanks for letting me know