#bootsy_api-account-support
1 messages ¡ Page 1 of 1 (latest)
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.
- bootsy_api, 3 days ago, 11 messages
- bootsy_messaging-element-styles, 3 days ago, 43 messages
- bootsy_api, 5 days ago, 76 messages
đ 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/1239718058310762596
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
bootsy_api-account-support
@lunar fable :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok. thanks
can you help with google pay
as far as i can tell i have everything configured, but it's not showing in the UI
What UI are you referring to?
Is the payments page publically available? If so, can you link it so I can take a look?
unfortunately it's not
Do you see Google Pay pop up on this page?
https://docs.stripe.com/stripe-js/elements/payment-request-button
i do
And the domain you're viewing the page from is the same one you configured in your Payment Method Settings domain registration? (e.g. demo.wrench.com/<insert-something-here>)
You can, you just have to make your server available to the internet
oh... cool
i got apple pay to work. not seeing it there cuz i'm viewing on desktop, but i thought google pay showed on desktop as well
It does. Apple Pay will only show in safari though (and Google Pay won't show up if Apple Pay does)
ok, well that shot is from brave
Is it being served over HTTPS?
Idk how Brave works with Google Pay and Apple Pay, other than I know Apple Pay won't show up in Brave if you're on an iOS device
Huh, that's odd. Brave works in mysterious ways to me
indeed. well no worries. doesn't seem like an easy fix, plus i doubt many of our customers use brave
Fair enough!
huh
also doesn't work on edge
is it only supported by chrome
also doesn't work in firefox. this does not seem ideal
Are you on version 15+ of Edge?
Are there any console errors in the browser?
from edge
there are stripe warnings in firefox
ahh... and brave is showing that its' blocking google play
google pay not found
Wow, that's a lot of warnings
Ah! Do you have Google domains allowlisted in your network configuration? Let me see if I can find that doc, just a sec
Err, rather, let me step back. Are you rendering the Payment Element in an i-frame?
looks like it
just followed the docs on how to do this
the controller attaches the api response to that div
and it looks like the api returns an iframe
if you're rendering the Payment Element in an iframe, try adding an allow attribute set to equal "payment *" as mentioned in https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements#web-collect-payment-details
hmm... but my code doesn't have an iframe
just the code that stripe returns. so how would i apply the attribute
If you do choose to use an iframe and want to accept Apple Pay or Google Pay, the iframe must have the allow attribute set to equal "payment *".```
ah, my mistake, i misunderstood and thought that it was being rendered in an iframe
i don't know why it's being blocked in Brave. It's not a common browser that is used and so isn't one that we actively check or verify that Google Pay shows
ok, did you see it's not showing in firefox and edge as well