#Ethrak
1 messages · Page 1 of 1 (latest)
By default Google pay will show up on that element as long as card is an allowed payment method type. Do you want to remove that from the element? Or are you just curious why it is showing up here?
I would like to be able to control it at least
Gotcha, looking in to how you can disable this
If by any chance this is helpful. We have multiple Stripe account that we are using for multiple country.
In one of them. We activate only card but Google Pay is not showing.
On an other one, we activate Card & Gyropay & Klarna and Google Pay is showing
On this same account, we tried to deactivate GyroPay & Klarna but Google Pay is STILL showing even tho the config is the same as the first account.
We double checked if Google Pay was activated in the Dashboard, it's definitly not
Is there a chance that some countries activate GooglePay by default while others don't ?
Did you specifically turn Google Pay off in your payment method settings? https://dashboard.stripe.com/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I am less familiar with how that setup works. Apologies but still looking in to this, will get back to you soon
Do you have the ID of one of the accounts that this is showing up on despite being turned off? That might help me see what is going on here
Thank you!
Are you using the payment element or is this the payment sheet in an android app? Looks like you can disable it when mounting the payment element https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets-googlePay
Still figuring out the account config aspect
We are using the @stripe/react-stripe-js plugin. When we init it, we are passing a paymentIntent (or setupIntent) with the desired payment method.
I think I found something
Yes that would be how to disable that there
For acct_1L15sZE7ePEuIRmR are you one of the platforms or is that your account? It looks like both platforms for that account have google pay turned on by default for their connected accounts, so payments with them would be affected by those settings
I'm the plateform
But you're right it's activated for connect account.... gonna try to disable it as well
Yeah, it is easy to change the setting on the platform but not for connected accounts and vice versa. Glad we could get some clarity there