#faaz_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/1488492250664014005
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- faaz_api, 4 days ago, 12 messages
Same page, settings, stripe account. Different browsers: chrome & safari. But we see these same checkbox discrepencies even in the same browser
taking a look
I'm testing both in safari and chrome and I'm not getting the checkbox
I'm still investigating
Interesting, thanks. FWIW, I tried it in Chrome incognito after deleting browsing history and saw the checkbox. In Safari private mode, I don't see the checkbox.
-
Why no checkbox?
Your account has link_default_opt_in set to OPTIONAL (because you turned OFF "Opt-in by default" in Dashboard). In OPTIONAL mode, there is no checkbox โ instead, the "Save my information for faster checkout" section appears with an "Optional" badge, and the name + phone fields are shown but not required. This is the expected behavior for this setting. If you want the checkbox back, turn the Dashboard setting ON โ that switches to FULL mode, which shows a pre-checked checkbox. -
Why does it sometimes appear and sometimes not?
The opt-in section (whether checkbox in FULL mode or optional fields in OPTIONAL mode) only shows for unrecognized consumers. If Link recognizes the user via a cookie from a previous session on any Stripe-powered site, the sign-up UI is hidden. This is why:
- Chrome incognito โ no cookies โ unrecognized โ sign-up UI shows
- Regular Chrome โ may have Link cookies โ recognized โ sign-up UI hidden
- Safari Private โ cookie behavior differs from Chrome (more restrictive storage partitioning)
Thank you very helpful. So follow-up questions from there. Is it possible to have the checkbox but not have it pre-checked?