#mkoenke_api

1 messages ยท Page 1 of 1 (latest)

ocean jayBOT
copper pierBOT
#

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.

ocean jayBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

sudden garden
#

Was that payment method created right before the payment intent (pi_2P7OaKUmS57H7yUM1TLjniy6) was created? or did it already exist?

#

Currently, If I have link enabled and try to check out, our checkout fails because we do not have the detailed card information in the response for when we create the payment method. Something must have changed in the response data because there were a lot of successful checkouts previously.

snow sleet
#

Hello

Give me a few to take a look

sudden garden
#

sure thanks!

snow sleet
sudden garden
#

no I can not see it

snow sleet
#

I see hmm, pi_2P7OaKUmS57H7yUM1TLjniy6 was created on 2024-04-19 21:03:04

The payment method was created on 2024-04-16 20:06:00 with defer intent flow

sudden garden
#

the payment method was created with this payment method pi_2P6IGpUmS57H7yUM1RHYWnVy?

#

that was uncaptured

snow sleet
#

yeah the timing and the request payload match

sudden garden
#

was that log for the request that I can not see for the payment method creation?

#

any idea why I can not see it? Is there card details in the response such as the last 4 digits of the card even though it is from link?

snow sleet
#

hmm, I have a feeling this request log might be internal only for some reason. Also there are some variances between how link works on different surfaces like link payment method type is often different compared to link wallet etc.

sudden garden
#

what is the difference between a link payment method type and a link wallet?

snow sleet
#

The way they work user-facing, there's no difference.

Behind the scenes though, link can be an explicit payment method type in payment_method_type array OR can also be activated as a wallet (like apple pay and google pay) under card payment method type.

Based on how it was presented to the customer, the resulting payment method object would be created accordingly.

sudden garden
#

ohhhhh this might be the information i am looking for and why I have been so confused

#

in order to test, I created a flag to pass for a specific test site where when we create the elements instance we are adding paymentMethodTypes: ['card', 'link'], into the options - if this were the case and a customer checked out, would this create a link wallet or link payment method type?

snow sleet
#

I think that'd create a PaymentMethod with type link

sudden garden
#

ok great, yes i see that... and in this case, I am not getting the card information returned in the payment method creation response

#

if we were to turn on link in the dashboard, would that allow link as a wallet like apple pay or google pay?

#

and would we get the card details in the payment method creation response?

snow sleet
#

To be honest, I am not sure. There aren't clear guidelines around activating link in just one way.

I'd recommend writing through our support form, they should be able to help you enable this on your account
https://support.stripe.com/?contact=true

sudden garden
#

ok great, thank you so much

snow sleet
#

Sorry about the confusion ๐Ÿ˜