#matt_link-connect
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253440973686571032
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi there ๐ that looks like a Payment Element integration there, and I may need more context about how you built/structured that flow to understand why Link is still being surfaced there and how to disable it.
Is this happening in both live and testmode? Do you have a test site that you'd be able to share with me where I can take a closer look at this flow?
The only thing coming to mind to try without more details, is to click the ... button seen in your first screenshot, and disable the toggle for Payment Element after expanding the Supported integrations option that appears in the settings screen that appears.
I did make sure that payment element was disabled, it requires that you keep one thing checked.
Yes this is on both production and testmode.
And yes I can share a test env with yout
possible to send you the link privately? I'd rather it not be public to the world if possible.
Sorry, I don't accept DMs here. If you'd like to start a private discussion, you can start that by contacting our Support team to open a case which is private:
https://support.stripe.com/?contact=true
Out of curiosity, are you manually declaring payment_method_types when creating the intent you're using with your Payment Element, or that you're providing directly when initializing Elements if you're using our deferred intents flow?
Thank you, I've pulled that into a notepad if you want to remove the message now.
devs say in regards to payment method types "no, this information come from paymentIntent"
I believe this is happening because Link is still on for your Direct Charge payments. Can you try setting it to Blocked here?
https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1NO4jkFIw0ONrpAv5MHqzDIw
ok I made the change at the main account. wait for them to propagate
matt_link-connect
I see it's stopped appearing on your test page for me.
it did for me as well
I am testing in production real quick
yeah that seems to have done it.
awesome!
seems weird that even though it was off at the connected account level. It required that I turn it off at the host account AND turn off the supported integrations.
I guess off... isn't off ๐ฆ
but that works for now. Our plan is to turn it back on once we can get the cookies/session info taken care of.
Is there any documentation on using payment elements in a Kiosk mode situation you can refer me to?
@lunar agate I don't think we have any docs for something like this. I don't think it's a supported use-case honestly as PaymentElement is for payments on the web on the consumer's own device, not to enter card details visually in a kiosk (you really shouldn't do that)
got it. Yeah we've phased them out and replaced with QR codes in most situations.
yeah that's much better
I would love to attach a terminal device to each kiosk. Or just get rid of them entirely. ๐e
๐