#dingkai031
1 messages ยท Page 1 of 1 (latest)
I'm afraid it's not possible to have extra step between confirmPayment and redirection
I see, thanks
No problem! Happy to help ๐
Hi, I would like to ask another question. Should I open another thread or continue discuss in here?
๐ Taking over here and sure, what's your question
when returnUrl called in confirmPayment of Stripe element, I notice that in the header, cookie.. there's a __stripe_sid and __stripe_mid. Does stripe has a way to validate these id?
That's the Fraud Prevention cookies, explained here: https://stripe.com/cookie-settings (Ctrl+F for "Fraud Prevention" then click "View cookies")
ah I see, but is there a way. to validate these ids?
I have a flow that look like this :
- When stripe elements confirm a successful payment
- It will return to a url, let's call it status.php
- in there I want to check, is the one that request is from stripe or not.
Since I see in the header there's __stripe_sid, I would like to use it to validate the request.
um hello?