#goldman_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/1399407312174841916
๐ 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.
- goldman_code, 3 days ago, 36 messages
- goldman_code, 3 days ago, 19 messages
- goldman_code, 3 days ago, 8 messages
Hi ๐
No, you can't force the Payment Element to collect specific billing details, it will only collect details that have a proven impact on the likelihood that the payment will be approved.
You'll likely want to include that checkbox and name field as inputs on your page instead.
Thanks for the information. It is sometimes confusing that the elements are working a bit different than the managed checkout page.
Yeah, they are a bit different.
We've introduced a new flow where you use a Checkout Session alongside of Elements, which is working to close some of those gaps and be a sort of middle-ground between a fully hosted solution and just embeddable pieces.
https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=embedded-components
Oh yes, we are building with these ones right now. And using a custom checkout session in the backend.