#partizan_card-authentication
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/1389891584618791012
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
That's what you'd use a Setup Intent for to verify the card details with the bank/card network. We don't recommend charging and refunding
So we can not really check that customer who input card details is owner of this card?
What does 'owner' of card mean?
it means that customer can really confirm payment for example.
You mean complete 3DS/authentication when requested?
we have a lot of customer who used stolen US cards
yes. 3DS challenge
We would like to avoid adding such cards to our system.
Yeah that's not really possible unfortunately. No way to know if the card belongs to the person using the card, not sure how a $1 charge would help there either
All we can do is verify that the card details provided by whoever is in the checkout flow are valid. That may/may not prompt a 3DS/auth check and at which point they would be required to complete
There is a higher probability that the card belongs to the person if they have passed the challenge.
You can manually request 3DS for all payments, which may help: https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds
(where supported, of course)
It can appears if we try charge $1 and refund it after
ok. got you. thanks