#mahraamir
1 messages · Page 1 of 1 (latest)
Hello! What's up?
Hi Rubeus
I have already integrated and it is working but one thing I am not getting
for example I am making payment in test mode
on my laptop I open a payment link and make a payment via cashapp
it shows me QR Code
I open my mobile camera and scan the code and it redirects me on my mobile on interface where I have two buttons
Authorize Test Payment and Fail Test Payment
when I click on Autnorize Test payment my web immediately redirected to my callback page
why mobile is not redirected me to that page, it redirects me to my main website
when I clicked 'Authorize Test Payment' button on mobile
As far as I know that's the expected behavior for that flow. Can you clarify what behavior you were expecting instead?
when I click on my mobile screen button, how it goes to my main page where is that redirect page set?
the callback I sent that is working on my laptop fine
Not sure I follow. Can you give me examples? Like what URL do you end up on desktop and what URL do you end up on mobile?
let me send you a link
click on this link on your laptop
let me know what you saw
I see a payment form.
Okay.
on next page cilck on blue button below
you will see QR Code
I mean Confirm button
now open your mobile camera and scan the code it will redirect you
Yep.
now when you will click on Authorize Test Payment button
web will be redirected to success page
but mobile will be redirected to main page of the portal (why)
Can you give me the Payment Intent ID of the test payment I just made? It was for $21.75.
Looking, hang on...
Thank you Rubeus
It looks like the return_url specified in this request is being used, and your server is then redirecting elsewhere after that: https://dashboard.stripe.com/test/logs/req_uBafingXwD5Qmq
Can you look at your server's code and see what URL it's sending people to when that PHP code runs?
ok
Thank you for help, I got the issue
Awesome!
we have session on web but on mobile there is no session 😉
Ah, yeah, that makes sense.