#nobody_card-address
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.
- nobody_api, 3 hours ago, 14 messages
- nobody_best-practices, 1 day ago, 46 messages
- nobody_code, 2 days ago, 68 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/1271225155376386078
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The reason I ask is because I'm pretty sure cards already come with a billing address. I would rather not use the address element if I don't have to. But if it's necessary to prevent fraudsters from spamming payment attempts, obviously i would use it then
@summer pine we (Stripe) don't require a billing address for card details. So that's really up to you if you want to collect it or not
nobody_card-address
Yeah I understand it's not required. But I saw someone in a thread say if you don't collect a billing address, you will get way more chargebacks. And i'm not sure how true that is
I don't think that's true
https://stripe.com/resources/more/what-is-address-verification-service might be a good read?
But we don't really advise on this. We focus on your code and our APIs. You likely should chat with our support team for direct help on a question like yours instead: https://support.stripe.com/contact
Fair enough, I know there's a lot of factors at play, I just want to make sure i'm not screwing myself by not collecting billing address too. I've heard stripe can ban you out of nowhere.
I'll just implement it if something goes wrong lol. Thanks
yeah I get it and it's important to be careful. We won't ban you for not collecting an address. But it can help to protect from fraud and have better authorization rates
It's all about your preference between maximizing the speed of paying versus asking more info and it's really up to you