Closed jackhugh closed 1 month ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey there, this suggests you've not integrated as we recommend in our guide here: https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html#complete-payment
Note that there are two confirmCardPayment
calls, first with {handleActions: false}
then without that, after calling complete()
to dismiss the browser payment UI. Using this approach, you should be able to correct the issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What happened?
When paying with google pay, any 3DS challenge popup appears below the google pay native UI so it cannot be interacted with.
Environment
Windows - chrome
Reproduction
Calling
paymentRequest.show()