#codelogix_code
1 messages · Page 1 of 1 (latest)
👋 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/1319031481317986394
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Hello
You are saying you want to force a full billing address to be collected each time?
Overall, AVS is already occurring here -- it is based on zip/country
Basically Payment Element will only force collection of the necessary address pieces based on the payment method type selected.
I'm trying to get the address field to show up.
It is expected that only zip/country would show for credit card payments here.
Those are the only required fields, and they handle AVS
According to the Stripe docs:
When you **require the postal code and the billing street address with a card payment method **(during payment or when attaching the payment method to a customer’s profile), the card issuer performs an AVS check to verify that they match the billing address on file.
But, the payment element is not requiring the street address
Yeah we have optimized this already.
Mostly you should just leave it set to auto
And that will have everything recommended/required be collected
Are there test card numbers I can use to verify it's actully requring address?
You can see the different cards to test with at https://docs.stripe.com/testing#fraud-prevention
Overall, if you want to collect the full billing address then you use Address Element: https://docs.stripe.com/elements/address-element
Got it. Sounds good. Thank you!
Sure thing