Ask HN: How can companies charge a CC with only card number and expiry?
19 points| citricsquid | 15 years ago | reply
Github is an example of this happening, they only require the number and expiry.
How are they able to do this and can anyone do it?
19 points| citricsquid | 15 years ago | reply
Github is an example of this happening, they only require the number and expiry.
How are they able to do this and can anyone do it?
[+] [-] cperciva|15 years ago|reply
For companies in the middle of the risk spectrum, it can sometimes depend on how much you're willing to pay in fees -- I've seen e.g., "2.15% without CVV codes, or 2.05% with CVV codes" advertised.
[+] [-] tzs|15 years ago|reply
What larger companies can do is access the Visa Account Updater or the Mastercard Automatic Billing Updater. These are services that allow the merchant to submit card numbers and get updated information. Basically, the merchant sends a list of cards, and gets a report back. For each card submitted, the response is one of:
1. No response. The card never shows up in a returned report.
2. Notification that no updated information is available.
3. Notification that the account is closed.
4. Notification that the account has a new number and/or expiration date, and those are provided.
The fees for this are surprisingly cheap. One of them has a one-time sign up fee of a couple hundred bucks, and the other has no sign up fee. After that, it is something like $0.10 per card that results in updated information. No charges that come back with no updates or do not get a response.
I suspect this has surprised a lot of people whose bank changes their card number every three years, and so thought that they could just not bother canceling some subscription service because the old number would stop working.
[+] [-] matthew-wegner|15 years ago|reply
Credit card companies do prohibit storing CVV numbers, however. This means that charges without CVV are actually quite common (ie all recurring/subscription charges, even if they require it on initial payment).
http://en.wikipedia.org/wiki/Card_security_code
[+] [-] originalgeek|15 years ago|reply
[+] [-] tzs|15 years ago|reply
If the merchant does collect and submit CVV it doesn't necessarily have to be the right CVV. It is up to the bank that issued the card what happens with the wrong CVV. The bank can decline the transaction, but many do not. They just inform the merchant that the CVV did not match, and leave it up to the merchant to decide if they want to treat that as a fatal error or not.
[+] [-] jsatok|15 years ago|reply
I ended up deciding to collect full name, zip and CVV, but not address. It's a matter of balancing UX and fraud. Recurly does a pretty good job explaining Address Verification and Credit Card Verification in their documentation: http://docs.recurly.com/payment-gateways/authorize-net#avs
[+] [-] originalgeek|15 years ago|reply
To answer your question, it is similar to places like Starbucks, that do not require a signature when you make a purchase. In such cases, the merchant has cut a deal where they agree in advance to accept all chargebacks without dispute.
[+] [-] jhaglund|15 years ago|reply
(for educational information only -- doing this would be illegal)