#vidyaanakru_33974
1 messages · Page 1 of 1 (latest)
Hello vidyaanakru_33974, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• vidyaanakru_33974, 14 hours ago, 59 messages
hello! can you share a url to your live site which we can access to take a look?
You can see the demo of the issue here
https://www.awesomescreenshot.com/video/21900953?key=918ff9f31ba5f997b6266d0707781cfd
To check the issue on the dev app, follow the steps
- click on https://sandbox.dealmagik.com/
- Click on Go
- Click on Buy on any of the items you see on the screen
- Click on Checkout on the panel on the right
give us a while to continue looking into this
Sure
Hi! I'm taking over this thread. Having a look.
👋 taking over for my colleague. Let me catch up.
would you mind sharing how are you initializing the stripe instance?
why are you using paymentRequest.on("token", ... instead of paymentRequest.on('paymentmethod',
The token is used to complete the payment
The paymentRequest.show() is not showing the google pay popup window
The screen gets greyd out
this is not the integration path that we describe here https://stripe.com/docs/stripe-js/elements/payment-request-button
you need to follow the steps from that guide
Interesting thing is, paymentRequest.on("token" works when I do the payment on a mobile browser.
Somehow, the browser on desktop is not working.
The token based implementation was from the stripe documentation only.