#bootsy_api-account-support

1 messages ¡ Page 1 of 1 (latest)

dapper tundraBOT
mental bronzeBOT
#

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.

dapper tundraBOT
#

👋 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.

mental bronzeBOT
#

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

lunar fable
#

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

manic belfry
#

What UI are you referring to?

lunar fable
#

payment element

manic belfry
#

Is the payments page publically available? If so, can you link it so I can take a look?

lunar fable
#

unfortunately it's not

manic belfry
lunar fable
#

i do

manic belfry
#

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>)

lunar fable
#

oh shoot. no

#

i forgot i can't test this locally

#

let me go check on demo

manic belfry
#

You can, you just have to make your server available to the internet

lunar fable
lunar fable
#

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

manic belfry
#

It does. Apple Pay will only show in safari though (and Google Pay won't show up if Apple Pay does)

lunar fable
#

ok, well that shot is from brave

manic belfry
#

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

lunar fable
#

ahh

#

i see it in chrome

#

but not brave

#

yeah even turned off Brave's shields

manic belfry
#

Huh, that's odd. Brave works in mysterious ways to me

lunar fable
#

indeed. well no worries. doesn't seem like an easy fix, plus i doubt many of our customers use brave

manic belfry
#

Fair enough!

lunar fable
#

huh

#

also doesn't work on edge

#

is it only supported by chrome

#

also doesn't work in firefox. this does not seem ideal

manic belfry
#

Are you on version 15+ of Edge?

lunar fable
manic belfry
#

Are there any console errors in the browser?

lunar fable
#

from edge

#

there are stripe warnings in firefox

#

ahh... and brave is showing that its' blocking google play

#

google pay not found

manic belfry
#

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?

lunar fable
#

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

dapper tundraBOT
maiden marsh
lunar fable
#

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 *".```
maiden marsh
#

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

lunar fable
#

ok, did you see it's not showing in firefox and edge as well

maiden marsh
#

gimme a few minutes to check

#

okay, so Google Pay does not show for Edge and Firefox for me for the Payment Element

#

that's expected behaviour unfortunately