#BRData
1 messages · Page 1 of 1 (latest)
Hi 👋 you can add the Address Element to collect additional address details:
https://stripe.com/docs/elements/address-element
I saw that doc but it doesnt supply me with any of the code to do so
It seems like this is what I want to be doing: "The Address Element in Billing mode can be used with the Payment Element. By default, the Payment Element only collects necessary billing address details. Stripe recommends collecting only necessary billing details to save your customers time during checkout, but in cases where you need to collect full billing address, like for calculating tax for digital goods and services, you can use the Address Element in Billing mode."
Did you click the link at the bottom in the Start with a guide section that links to an implementation guide?
Here is that link for convenience:
https://stripe.com/docs/elements/address-element/collect-addresses?platform=web
Hey I actually saw this, I thought there was a different way of going about this using paymentElementOptions and setting billingAddress: "always" or something liek that
I thought this would be able to do it but I guess not?
No, that is not an option currently, the Address Element is the right way to always collect address details via Stripe.