#spock3349
1 messages · Page 1 of 1 (latest)
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
when I pressed save qrCode, nothing happen in above image
the promptPay payment
I am using WKWebView in iOS
yes, this is test mode, in prod mode will generate qrcode
but the same, nothing happen when tapped save qrcode btn
It might be related to that.
Does it work in Live mode?
Let me check.
So, I see that PromptPay is not available for mobile: https://stripe.com/docs/payments/payment-methods/integration-options#support-real-time-payments
Also, using webview on mobile with Payment Element is discouraged, which might impact the functionality. Does it work through the browser?
yes, it work through the browser
Yeah, it's not supposed to be used like this, unfortunately.
A workaround is to redirect the customers outside of your app and into the browser for payment.
but in app browser doesn't equal the browser, aside from the fact that the download button doesn't work, using a screenshot is fine
Can you redirect the customer to the normal browser?
Can you try paying via mobile browser? Does it work?
it work
And in the in-app browser?
I don't understand. Does the QR code save functionality work in the in-app browser?
not working
I see. I believe there's no other workaround here, until Stripe officially supports PromptPay on mobile devices.
ok i see thanks