#dai_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/1409530515761008710
๐ 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.
- dai_api, 3 days ago, 13 messages
here's a screenshot example of that link payment method
Hi, can you confirm which payment it did not surface link? Can you share the request id where that happened? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hey! let me check
Would a payment intent ID suffice? pi_3S00rvKK7do9jqjr1Jdt3mBF
I'm not sure what API request to look for since this is integrated with Stripe elements and so not sure what APIs would be transacted
I see that Link was enabled. Can you share a screenshot of what you're seeing here on the Checkout page?
I believe I also enabled Apply Pay however I think I understand what that option isn't displayed due to my current device type
Yeah, if you use Safari you should see ApplePay
I'm asking help from my teammate as it looks like Link should be there, hang tight
hey there, where are you accessing this Payment Element for tesitng the flow?
Is this on a public page we can access/inspect somewhere?
this is on a local development env
We haven't rolled out this yet (we'd like to) we have custom flag gating in place so unavailable at the moment
Okay update on my end; looks like it may have to do with not having a link account already?
I went through appending card information and upon completion I was prompted if I wanted to save my info for faster checkout
I assume thats part of the link payment method
Yes thats the link sign up flow when not already recognized/logged in
One though i have is that this might not be surfacing due to domain registration and running on localhost. Are there any console errors/warnings to this effect?
Oh there is this 1 related log but the wording makes it appear not relevant for my current env
[Stripe.js] The following payment method types are not activated:
- link
They will be displayed in test mode, but hidden in live mode. Please activate the payment method types in your dashboard (https://dashboard.stripe.com/settings/payment_methods) and ensure your account is enabled for any preview features that you are trying to use.
Since I am on test mode, I would expect the payment method type to be displayed ๐
link sign up flow when not already recognized/logged in
I don't think I was aware of this potential additional integration to "log in" with Link? Or is that also comes out of the box withPaymentElement?
Yes and no, there's some context
If you're already logged in Payment Element will recognize the cookie, as far as i know, and what you're seeing is the registration flow
You should be able to provide the email to payment element to prompt for login if recognized via defaultValues: https://docs.stripe.com/payments/link/payment-element-link#pass-email-defaultvalues
Gotcha, i can read into more on that