#dai_api

1 messages ยท Page 1 of 1 (latest)

echo trailBOT
#

๐Ÿ‘‹ 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.

jagged pivot
#

here's a screenshot example of that link payment method

scarlet salmon
jagged pivot
#

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

scarlet salmon
#

I see that Link was enabled. Can you share a screenshot of what you're seeing here on the Checkout page?

jagged pivot
#

I believe I also enabled Apply Pay however I think I understand what that option isn't displayed due to my current device type

scarlet salmon
#

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

jagged pivot
#

appreciate the assistance ๐Ÿ™‚

#

and thanks for the update

echo trailBOT
blissful cradle
#

hey there, where are you accessing this Payment Element for tesitng the flow?

#

Is this on a public page we can access/inspect somewhere?

jagged pivot
#

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

blissful cradle
#

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?

jagged pivot
#

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 with PaymentElement?

blissful cradle
#

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

jagged pivot
#

Gotcha, i can read into more on that