#mkoenke_api
1 messages ยท Page 1 of 1 (latest)
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.
- mkoenke_link-country, 1 day ago, 10 messages
๐ 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.
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.
Hello
Give me a few to take a look
sure thanks!
are you seeing this request in the dashboard?
https://dashboard.stripe.com/logs/req_5Z0XQq0U9Hr5ck
no I can not see it
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
the payment method was created with this payment method pi_2P6IGpUmS57H7yUM1RHYWnVy?
that was uncaptured
yeah the timing and the request payload match
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?
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.
what is the difference between a link payment method type and a link wallet?
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.
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?
I think that'd create a PaymentMethod with type link
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?
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok great, thank you so much
Sorry about the confusion ๐