#juchom_customer-adresselement
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/1234552244641206293
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- juchom_element-styling, 4 minutes ago, 11 messages
- juchom_code, 5 hours ago, 73 messages
- juchom_best-practices, 4 days ago, 33 messages
Hi ๐
What do you mean "it got lost"? What is getting lost?
Hello again,
This is my second subject, I stuck on for a couple of days
I filled the element, but my customer has no address and the invoice has not address also
I was expecting it would update the customer information and be used on the invoice
No, you are saving the billing address. Billing addresses are saved to the Payment method
shipping addresses are saved to the Customer
juchom_customer-adresselement
I'm not shipping anything, I only need billing address.
Can I use this component to set a customer billing address ?
You can use AddressElement to collect a billing address yes. It won't update the Customer object for you but you can use the API on your server to set the right information based on what you collected yes
the customer billing address will be the one I see on the invoice ?
yes
ok thanks
If the invoice address comes from the customer, what is the use case of a billing address on a payment method ?
that one is passed to the card network for example
That's up to you
It has no impact on payment ?
It can in some countries have lower authorization rates if you don't provide a postal code for example. But really that's up to you to decide what to collect and what to pass to Stripe based on your needs!
You might want to chat with our support team https://support.stripe.com/contact if you have further questions about this