#b33fb0n3_api
1 messages ยท Page 1 of 1 (latest)
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.
- b33fb0n3_docs, 4 days ago, 22 messages
๐ 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/1237387287067758644
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ is there specific information in there that Event which you're referring to?
In general, that Payment Method was created by your frontend code, leveraging at least our Payment Element.
yea, the event shows, that the payment method was just attached to the customer. Nothing more happend with the payment method. But through the payment method the stripe customer got a name... My main problem is: how to get the name without asking for it. Then I saw how stripe does it and was confused where stripe got the data from and now I am here ๐
The Payment Element created a Payment Method with a type of card, it will require the collection of the customer name for those. You should be able to see that behavior in your test version of your flow.
normally that's the case, yes. But the stripe payment elements only asking for card nummber, expire date, cvc and the country. Nothing more
Sorry, I was mistaken, the Payment Element does not collect names for card Payment Methods. So I'm not sure offhand where that information would be coming from. Did you integrate the Address Element into your checkout page? If not, it may just be Apple Pay providing those details.
I haven't used the address element. Yea, apple pay could be a thing... ๐ค
What the default process for collecting a name? Should a name be in every payment?
If you need names, you should include your own field to collect them or leverage our Address Element. If you don't need names for your flows, then you don't need to force the collection of them. The Payment Element would collect them if they were beneficial to approval rates.
alright, that helps a lot. Thanks! ๐