#beardage_code
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/1414709480452526246
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
is there some sort of "default" payment method somewhere in the stripe payments config I can't find?
You're testing this with the same browser?
yup same incognito instance, different envs and domains
Does link even show as an option in your local env?
visual might help, the button will show green w/ link logo if "link" is emitted, will show purple with "pay" for card
these are from staging env
these are from local
(local is deactivated because I didn't finish the form)
I guess I don't know if link is working locally per-say (I think it is from non-incognito tests), but I figured the presense of the checkbox would indicate that
these are also both fresh accounts so there wouldn't be prior/associated link data
Hm interesting. Have you tried to click pay button with the check box enabled in both staging and local? I'm curious if the behavior is different.
Also are these 2 environments associated with different stripe account id's?
I can do so now
they are using different stripe account id's, which is why I'm suspicious of something I'm missing in the config
Ah can you share them
Link can be in payment method mode or it can be available as a part of the card payment method as a wallet
It's possible the 2 accounts are configured differently
ahh okay sure one sec
<redacted> is our prod + dev account (dev in test mode) and <redacted> is our staging org
Ok so I can confirm that the "staging" account is using link in payment method mode (so that's why you see link as the selected payment method type) when toggling the checkbox
Whereas your "dev" account does not have that configuration
oo okay, where can I toggle this behavior then?
๐ Hi beardage, changing of the guard here. I'm taking over for codename_duchess. Just getting caught up.
๐ hello, and thank you for your help so far @stable parcel
It is my understanding that this may not be self serviable and could require a support ticket to have toggled, i'm just verifying my understanding is current.
ah okay, good to know
Yeah I believe you'd want to get a support ticket. Which account is currently demonstrating the desired behavior?
between the two, I'd prefer the dev/prod version. We can probably hold off on the support ticket for the time being, we have a TODO to migrate our staging account to a sandbox on the dev/prod one, just wanted to get this new checkout with stripe elements out first
looks like prod will likely behave the same way as dev, so I think we should be okay
I think the ideal state is to emit 'card' until the link checkbox becomes visible+checked, because users won't understand what link is until that checkbox shows up
but neither config/env does that currently, just my 2 cents for internal discussion ๐
Sounds good, if you do decide at some later point to bring your staging account into alignment you'd just want to ask for link passthrough mode with our support team.
alright, thank you so much for the clarification, greatly appreciate that your team offers this discord as a support service