|
|
|
|
|
by adunar
4945 days ago
|
|
We've been using Stripe to accept payments at http://telerivet.com for about 9 months now, and generally we have been very happy with their service. One thing Stripe doesn't really mention up front is that it's actually your responsibility to make sure that your customers aren't using stolen credit cards. (I assume this is the same for other payment processors, not just Stripe.) We received a few payments that seemed suspicious (probably stolen credit cards), which resulted in a couple of chargebacks ($15 fee each) that showed up 3 months later. Since refunding suspicious payments to avoid chargebacks still incurs Stripe's transaction fees, we ended up developing our own heuristics to require manual approval of suspicious payments before sending them to Stripe. |
|
AFAIK, this is correct for other systems that allow you to accept a credit card number directly; however, this is not true of all "payment processors": things other than credit cards often have more security that becomes the responsibility of the bank or customer; third-party payment networks also often take this on as "their problem" (as a specific example, Amazon Payments eats chargeback fines under the belief that they are handling fraud issues; PayPal, however, does not, although they do seem to be quite good at the fraud protection angle, so it matters less).