#pomelo_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1291825575102517268
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
Hi!
Hm, is this for every payment method type that requires a redirect?
Yes
For example: In test mode the method opens a Stripe page for authorizing the test payment or decline it, but it opens the page in a new tab, that's what I don't like
In production is the same thing
Hm, I don't see this on my end. Which specific payment method types are you testing with?
It's weird
I've test CashApp and Amazon Pay
Wait
It's just CashApp that is having the problem
Hm, gotcha
Wait a sec. So you don't see a modal in test mode when you try to pay with CashApp?
Yeah, it opens up a modal with a button that says "Simulate scan", and after clicking on that button it opens up the page for approving the payment on another tab
But that's on test mode
Just to be clear, in live mode, do customers just see the modal, followed by the redirect to the return_url you've configured after they confirm payment?
The problem is I cannot see how does it works in live mode for CashApp, since I'm not from the US, I don't have CashApp
Hi, stepping in and catching up.
We show what cash app looks like here for live mode: https://docs.stripe.com/payments/cash-app-pay. We talk about how it work both in mobile and on web on that documentation.
Are you using web or mobile?
Hello, I'm using web
So the confirmation page is only opened in test mode?
I mean, the flow in live mode (in desktop) is just: The CashApp modal opens and then I scan the QR code and the user is redirected to the return_url, but no additional pages are opened, right?
That seems right!