TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What measures can I take to reduce fraud when taking online payments?

2 点作者 webignition将近 12 年前
I&#x27;m currently integrating with Stripe [1] to handle subscriptions to a SaaS product.<p>I would like to create a minimal form for collecting credit&#x2F;debit card details.<p>With respect only to charging a user for a subscription, the details I need are that of the card: card number, expiry date and card verification code. The collection of these fields alone is sufficient for charging a card.<p>I am concerned that the fewer details collected in the payment form, the greater the chance of a given transaction being fraudulent.<p>Instead of collecting cardholder details (name on card, billing address) what measures, preferably technological, can I take to reduce and&#x2F;or minimise fraud?<p>In other words, what behind-the-scenes, automated measures can I put in place to reduce fraud without having to ask the user for anything other than the credit card number, expiry date and cvc?<p>[1] http:&#x2F;&#x2F;stripe.com&#x2F;

2 条评论

lifeguard将近 12 年前
Credit a small amount to your new customer&#x27;s account. Then contact them and ask them to tell you the amount. If they stole the credit card they will likely not be able to check account balance and answer your question.<p>Usually fraud is a problem for physical goods or one-off digitals, not recurring services.<p>(PS - Paypal fraud detection is horrible)
评论 #5894159 未加载
fastspring将近 12 年前
Anytime you collect less info, it makes your fraud screen less intelligent. But it is all a balancing act and much more an art than science to keep consumer inconvenience to a minimum while not having more chargebacks than you or your merchant account provider can live with.