#colum_api
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/1437576060085473293
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Do you have a id of the Payment Method Configuration where you disabled link? when testing?
The reason Checkout doesn't have to do this is it collects email in advance where the Payment Element does not.
Unfortunatley this isn't a configurable behavior for the Payment Element
If you collect email/phone in advance however, you should be able to use the pre-fill tool
https://docs.stripe.com/payments/link/payment-element-link#enable-the-prefill-tool
to prevent the Customer from having to enter those details in a second time
I do collect email and it's populated, but I don't really want this form to pop up at all. I'd like customers to be able to pay with Link but they should be able to check a box to save their details for future payments.
The UX is quite jarring as it's not an accordion that opens, it comes out of nowhere and shifts the submit button down the page, sometimes out of view, even though customers who don't want to sign up for Link are trying to click submit at that point. It's also very unclear as there's no checkbox.
If I populate the Link form, do customers have to delete those three new form field values before submitting the payment form to avoid creating a Link account?
When I toggle "Opt-in customers to save their information with Link for faster checkout by default" off it still pops up. There's never a checkbox to voluntarily activate it.
When I toggle "Opt-in customers to save their information with Link for faster checkout by default" off it still pops up. There's never a checkbox to voluntarily activate it.
Are you making sure you are toggling this for the correct mode? This setting is independent in Live and Test mode. So if you toggle it off for live mode but are testing in test mode it won't appear to do anything
I just toggled it off and can confirm the fields that automatically pop up upon completeting the card details will not so long as this is toggled off.
The user can then opt to sign in /create an account with link in the section above the card details.
Yes, I haven't touched live mode yet. Okay thanks for checking, I'll try toggling that option again. Maybe I didn't wait long enough last time. Will get back to you if it doesn't work.
As far as using a Checkbox to save link details, I suspect this is because the option to save a Payment Method for redisplay to the Customer object (with out using link) collects consent with a checkbox, so having two checkboxes side by side with similar langauge of saving Payment details might be confusing.
If this is the feature you are hoping to enable