#emerald_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/1423318176544067729
đ 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.
- emerald_code, 45 minutes ago, 19 messages
on the sandbox environment, no name field requested, I tried changing both Country ' Egypt ' and ' United States ', I don't understand when exactly does stripe request the cardholder name
Not within Payment Element, no, this is something you can do with Address Element in billing mode, though
Hello synthrider,
Okays so I have to create a Billing Address Element, Is it possible to make it collect only certain fields lets say, name, country or not possible?
No, that's not currently possible. It's for collecting a complete billing address with all fields applicable to the country of the customer
I see, do you recommend keeping it simple and just using PaymentElement for creating subscription? or should I just ask for full billing address as well? Though i only care about bank transaction success rate, no need for full billing details
That's really up to you and your business needs. Simpler is generally better, but if you need the full addres that option is available.
From a bank prespective, I dont wanna run into issues like:
is it possible the bank refuses the charge because there is no address provided (address line, city, so on)? or will stripe's PaymentElement handle that for me automatically?
I can't speculate about how banks will evaluate payments, but generally speaking address checks are most commonly supported in US/CA/GB: https://docs.stripe.com/disputes/prevention/verification#avs-check
So is it possible that PaymentElement later requests the address from the customer After submission?
or will that not occur in any case?
No, that's not something Elements can do