#dev-mantas_best-practices
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/1237415198592336024
๐ 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.
- dev-mantas_best-practices, 5 days ago, 11 messages
Hi ๐ if you're using the Custom Checkout Beta, I would recommend reaching out to the support contact that I believe you would have been provided when being given access to the beta. In general we aren't familiar with betas in this forum.
Hey Toby, hope you're doing well. I mean the ccustom checkout beta still using Stripe Elements. I was just wondering if its best practice to accept customer billing address or not.
We don't have a strict "best practice" there. If you need a name for your flows, then you'll want to make sure it's collected. I'm not sure how to do that with Custom Checkout, I haven't had a chance to explore that flow. For typical Payment Element integrations, you include custom fields on your checkout page to collect names and suppress the collection of that via the Payment Element. Then provide the details you collected when confirming the payment.
The Payment Element collects name automatically for payment method types where doing so is required or significantly impacts authorization success rates.
Yeah that makes sense. I think the custom checkout flow is great! Its like mixing the power of Stripe Elements with Stripe Checkouts, when you create the checkout you can just pass stripePriceIds as lineitems. Don't need to handle anything else after that with paymentIIntents etc, when payment is done it does a "checkout.session.completed"
Thanks for your help Toby.
Have a good one.