#shank97779
1 messages · Page 1 of 1 (latest)
Can you clarify what you need help with here? I've read this a couple times and I think I'm missing where you have a question or issue.
Is billing address really not available when a customer uses Link?
I see it when I look at the "A request to confirm a PaymentIntent" in the logs, it's just not anywhere on the payment page.
The bug report regarding the payment method in the screenshot is pretty self explanitory.
I am not immediately sure but think that it should be available like with other payment intents that you submit billing details for. Do you have an example payment intent from test mode that didn't have those details?
I'll whip one up quickly.
They should be on the payment method object itself, I don't think intents have a billing_details property
Much appreciated
Oh, actually no I can't, Link doesn't send me a txt message to verify when it's in test mode. Or at least that's why I assumed I never get the message.
Here is a live one pi_2MlzJefw6gS85gCJ0qgpuRL4
It looks like the billing details are on the payment method that was created as part of that confirmation. If you retrieve pm_0MlzKKfw6gS85gCJcJFgCUF1 do you see the billing details that you submitted?
Yes, I do. It has a billing_details attribute with the details I would have expected to see on the dashboard in the Payment method section, which is missing for Link payment.
Ah gotcha, sorry I misunderstood the question. Unfortunately I can only really speak to API flows here. For the dashboard, you can reach out to our support team https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center 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.
They will be able to help you see these details if they are available and can file a bug report if they should be showing up but aren't
Okay, thanks. Ya, Link is buggy on the dashboard. I'll reach out to support and see if it's known issues or not.