#RON WAFFLE-pi-confirm-success
1 messages · Page 1 of 1 (latest)
Hey there. The confirmPayment Promise will resolve and the user will be redirected to the return_url specified. But there's no guarantee that your user is ever redirected there (they may leave the payment flow before this point)
That's why we recommend an async webhook to handle any post payment requirements
Server-side confirmation is not currently possible with Payment Element
thank you that makes sense