#matt-ece-link
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- Matt P, 22 hours ago, 22 messages
billingAddressRequired is true by default
What change are you expecting to see bby adding that?
I expected the payment method pop up to request the user to enter billing address info
So you're saying the billing address was never collected? Because it's possible it is already on your card in that video no?
matt-ece-link
I just tried on my account and it prompts me for the billing details for example
so I dont see and address for that payment method in the stripe dashboard
Can you provide a lot more details? I'm sorry but you just gave a video and no info after what I said so I'm a bit lost on what the problem is, what your code looks like, how you are testing, what you're seeing in the API, etc.
<ExpressCheckoutElement
onConfirm={(onConfirmProps) => {
onComplete()
}}
onClick={({ resolve }) => {
const options = {
billingAddressRequired: true,
}
resolve(options)
}}
defaultValues: {
billingDetails: {
email,
phone,
},
},
}}
/>
So I am using the ExpressCheckoutElement like this
And the pop up window is not requesting billing address info. Now I am doing this in a local environment and can only see Link. I am going to get it in an env that can see more methods
Sure but my point is that you're in Test moe, it's using a fake Link account you already created before and it likely already has billing details
Do you have a real PaymentIntent id I can look at?
okay so that Event does have a billing details right there no?