#seeker_paymentelement-address
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1246204386804371519
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Setting the fields 'address' option on the Payment Element to never (it still renders the address fields that I can not extract)
it should not do that.
Sorry I think you went down a rabbit hole here but that was likely based on an incorrect assumption. If you want to calculate tax based on the customer's address you need to first collect the address
Right, but the Payment element collects it for us.
Is there any way for us to allow Payment Element to not collect the address so we can prompt the user for their address on our own application?
Otherwise: Is it possible to extract the address field data from the Payment element?
Is there any way for us to allow Payment Element to not collect the address
yes by passing theneveroption
Ahh, I missed that the address field was a subsection of billingDetails!! We're good now. Thanks!!
Sure thing!