#thejester12_card-google-apple-link
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/1343622924699172904
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
this.elements = this.stripe.elements({clientSecret});
That's the JS side when starting the Elements form
Hi there ๐ what other payment method types are you seeing offered?
Does the tab just say "Bank"?
But it's true on the live site as well
That sounds like Link's Instant Bank Payments offering:
https://docs.stripe.com/payments/link/instant-bank-payments
You'll also want to go into your Stripe dashboard and turn off Link, either entirely or for the Payment Element specifically.
https://dashboard.stripe.com/test/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 trying that... not sure it has made a difference yet.
Not sure if relevant: but the live form also has Google Pay
I can also see that the setup attempt (in the event logs) correctly has only "card"
So why are all of these other things showing up?
Google Pay (and also Apple Pay) are subsets of the card option. Link can be as well:
https://docs.stripe.com/payments/link/link-payment-integrations?link-integrations=link-card-integrations#:~:text=Passing link in the payment_method_types parameter always treats Link as a payment method%2C even if you also pass card. If you want to handle Link payments as card payments%2C donโt pass link in payment_method_types