#matt-ece-link

1 messages · Page 1 of 1 (latest)

cunning riverBOT
#

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
wary cargo
#

billingAddressRequired is true by default

#

What change are you expecting to see bby adding that?

vagrant kindle
#

I expected the payment method pop up to request the user to enter billing address info

wary cargo
#

And what are you seeing instead?

#

Matt P-ece-billing-address

cunning riverBOT
vagrant kindle
coral dagger
#

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

vagrant kindle
#

so I dont see and address for that payment method in the stripe dashboard

coral dagger
#

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.

vagrant kindle
#

<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

coral dagger
#

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?

coral dagger
#

okay so that Event does have a billing details right there no?

vagrant kindle
#

Ok so for Link the address is already captured. Im just not seeing the address attached to the subscription this is for

#

I will dig more see if this will work for what we need