#b33fb0n3_api
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/1443255873874165951
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there, how are you integrating on the front end? are you using hosted / embedded checkout? payment element?
I am using the hosted variant. So I collect the email and if it’s a business customer and then he clicks on „checkout“. Like that the stripe api will be requested to created a checkout session and after the creation, the user will be redirected to it.
We don’t want to build our own ui yet
got it, one moment
Hi taking over here as denton had to step away
This isn't possible in Checkout unfortunately. This is something that's been feature requested before but it has never been built
Hmm ok, and can I add some type of hint? Even if that functionality (whatever it is) is intended for something else?
You could use custom text https://docs.stripe.com/payments/checkout/customization/policies
Or even a custom field to collect last name separately although it would look a little strange this way https://docs.stripe.com/payments/checkout/custom-fields
Oh custom text sounds great. I‘ll use that. Thanks 🙂