Earlier quoted context omitted.
Well, then you'd need to ask for their email or phone which I've never seen.
most online purchases ask for the person's email address. Also, you've never shopped at Amazon? They ask for the phone number for the billing address. https://www.monosnap.com/image/4QZmCDNdlsqei8BLIsjw6Z3q00tml...
Why do credit card forms ask for Visa, Mastercard, etc.?
71–80 of 99 posts
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#72Earlier quoted context omitted.
No, there are no such provisions. The card companies have their own fraud prevention/detection departments which mine transactions and look for abnormal behavior. If they spot something out of the ordinary (big purchase, foreign purchase, etc) then they will call you to validate.
Which is why, every time I travel, I end up with all the cards blocked. I hate you visa.
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#73Earlier quoted context omitted.
>Heads up: If you're in (say) Europe or UK, then American Express and Discover aren't a "big card issuer" Do you only have Visa and Mastercard then?
Yes. And local bank debit cards usually combined on the VISA card, in Norway there is BankAxept, Dankort in Denmark and something else Germany can't remember. The fees for these transactions are next to nothing compared to Visa/MC here in Norway. But very rarely accepted online (unfortunately).
We have a checking account payment system called EFTPOS which has near universal acceptance, and can be combined on the same card as a Visa/MC/AMEX.
Contactless payment (PayWave and PayPass) is rapidly becoming commonplace among retailers, and can be used for transactions up to AU$100.
http://en.wikipedia.org/wiki/Debit_card#Australia
Australia plans to deprecate the use of signature verification for domestic credit cards later this year, requiring Chip+PIN for all cards issued by Australian banks. Signatures will still be accepted for foreign cards, because tourists.
http://www.lifehacker.com.au/2014/01/credit-card-pin-number-...
Visa Debit is available and works, but doesn't really have any domestic advantages over EFTPOS. Maestro and PLUS aren't brands Australians generally interact with, except when traveling.
Frustratingly, Australian Chip+PIN cards don't seem to travel overseas well -- in ATMs they work fine (with fees galore) but in retail, the terminal often insists on a signature instead of a PIN.
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#74Earlier quoted context omitted.
Checks are typically very simple, no regex-ing involved. First, names are not really checked. For addresses, usually only the number (and sometimes just first three digits) are checked as well as the zip. Generally the processor tries to decline as few txns as possible and instead deliver the information to the merchant to make a decision. The merchant can usually pre-configure error codes that it would like the proc…
Can I piggyback on this and ask an unrelated question I'm curious about? Let's say an online merchant gets a transaction they very strongly suspect is a stolen credit card (perhaps it's from a customer with a long history of using stolen cards) but it validates just fine. Is there any provision in the interface for merchants to ask the credit card company to perform extra fraud checks, like calling the cardholder?
For example, merchant's staff calls the shopper. This adds some cost, but for some merchants it might save money overall since chargebacks can be very costly (even if the merchant manages to challenge and win).
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#75Could someone who deals with PCI compliance please explain some other nuances of credit cards that I've been curious about: * Fault/Decline Codes returned from processors like CyberSource. How are these factored? How do processors do Regex on names/addresses? [1][2] * CVV numbers and what they mean/how they are treated in the system? If CVV number is included does this increase chargeback protection? * How CHIP cards…
Chips are the same thing - it reduces the fraud risk, thus reducing your processing fees. the carbon imprint is just like a chip - physical proof that the card was present during the transaction. card-present environment is a much lower risk profile than card not present environment, the difference between the two is often a full percentage point in processing fee.
The address verification is not a regex, it's just a simple lookup. Most merchants don't actually do address verification though because it is fairly expensive.
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#76Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#77Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#78Could someone who deals with PCI compliance please explain some other nuances of credit cards that I've been curious about: * Fault/Decline Codes returned from processors like CyberSource. How are these factored? How do processors do Regex on names/addresses? [1][2] * CVV numbers and what they mean/how they are treated in the system? If CVV number is included does this increase chargeback protection? * How CHIP cards…
The story behind the CVV is something like this: CVV is also known as card not present number. Historically it was printed on the back of the card, or on the front using unraised type. This way, if an impression of a credit card was taken (using one of those old fashion swipe back and forth machines), the CVV number would not be included in the impression. This provided some protection for card owners, as it prevente…
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#79It's certainly not necessary, but my guess is that it follows from the "Don't Make Me Think" school of UX design. If a majority of consumers have been conditioned to expect a credit-card-selection menu (or series of clickable icons), then the absence of such might confuse them and cause measurable drop-offs in the purchase completion funnel. It seems a little farfetched, but I'm sure at least someone has done the tes…
I worked for a company which sold goods online and ran their own shopping cart. We took out the 'card type' drop down and just auto detected it. We had a bunch of greyed-out logos and once you entered a valid credit card number it would light up whichever card type it was (Visa, Mastercard, Discover, Amex). What we found was a huge increase in people typing 'Visa' or 'Mastercard' into the 'Name on the card' field (wh…
Re: Why do credit card forms ask for Visa, Mastercard, etc.?
#80Earlier quoted context omitted.
Call before you go and tell them you are traveling.
Somewhere I read that such a call triggers a fraud red alert.
I use an AU Visa card all over the place. Once it was blocked (after a purchase) because I charged $1200 in a bangkok furniture shop.
One call to the bank and it was useable again, and they knew I spend a lot of time in thailand so it's not automatically "suspicious" behaviour.