#sweta_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/1369877676449468498
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- sweta_code, 10 hours ago, 40 messages
- sweta_code, 15 hours ago, 15 messages
- sweta_code, 17 hours ago, 28 messages
- sweta_code, 19 hours ago, 5 messages
- sweta_code, 1 day ago, 36 messages
hello! I'm going to need to step away for a short while, I'll get back to you soon
sure
works fine for me on my own test example
Can you share the link to your site where we can see the Element? Please share the test login credentials (if any) and steps to navigate to the page where the Element is displayed.
https://my.rvlife.com/bill/signup/3?s=rvtw
here you go
you can signup here from safari
and then in next page you ll see the payment method. click on google pay
??
Hi @obtuse wadi I'm taking over this thread
Did you enable pop-up on your safari browser?
sure
Code
I am using express checkout element for integrating payment methods in my system. I am currently using google pay. apple pay and amazon pay. Currently I am having an issue with google pay popup not being opened in only mac safari.
Question
Do you know why is it happening?
Error I am getting in safari
Steps to replicate:
Browser: Safari
url: https://my.rvlife.com/bill/signup/3?s=rvtw
you can signup here from safari
and then in next page you ll see the payment method. click on google pay
this is my code for express checkout element
????
Based on your screen recroding, it looks like the Google Pay pop-up is not shown. Can you check your browser setting and ensure that the pop-up is enabled?
yes I have enabled everything but it is not working
Let me test your webstie, one sec
elements: expressElement,
clientSecret,
confirmParams: {
return_url: window.location.href,
},
redirect: "if_required",
});
Are you collecting a payment method without charging the customer? If not, you should use stripe.confirmPayment instead
Is now working? after changing stripe.confirmSetup to stripe.confirmPayment ?
no it is not
Can you print the error from stripe.confirmPayment? What does it say?
this is inside confirm function which can be clicked once we have the popup
curently the popup does not appears so i cannot go to that step