#ocardenas
1 messages · Page 1 of 1 (latest)
😊
hello! there's no guarantee that the webhook will reach your application before the redirect is completed. There're a lot of conditions which could affect delivery time.
What you'll want to do is to retrieve the PaymentIntent on the page the customer is redirected to. https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
when Stripe redirects, it includes query parameters which you can use to retrieve the PaymentIntent