#brandon_paymentelement-namecollection
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/1262433640101580801
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
There's no way to limit address element to just name, no. You can add your own text input field to collect name instead
Thanks! Is this the right documentation for that? https://docs.stripe.com/payments/checkout/custom-fields
That doc is for Stripe hosted checkout page. Are you using Stripe Checkout or Are you creating your own UI using Stripe Elements?
We're working on implementing the Payment Element with Link enabled
Hi ๐
I'm stepping in as my colleague needs to go soon
If you wish to ensure you always collect the customer's full name, we do recommend implementing that field yourself in your integration.
Okay so not in the payment element at all?
Correct. It can depend on the payment method used. For instance, Card payment methods will not collect the name but US bank account payment methods will.
To ensure you collect it every time you would need to build that yourself.