Earlier quoted context omitted.
What if they switched CC numbers TO IPV6 addresses? Insane or genius?
Why stop there? ipv6 license plates, citizen numbers, home addresses, part numbers, atoms, ...
Japan facing credit card number shortage
71–80 of 360 posts
Re: Japan facing credit card number shortage
#72Earlier quoted context omitted.
Ok... sounds like it would take longer at online checkout then.
Unless somebody wrote an app, or the store cooperated like PayPal, or 100 other things. Lets try to imagine a better future?
But merchants don't implement it... because it's an extra step and consumers don't like it. The very last thing a merchant wants to do is put an extra step in front of someone just about to buy.
Re: Japan facing credit card number shortage
#73>the company decided to take makeshift measures such as reusing credit card numbers of discontinued cards after a certain period had passed since cardholders canceled their memberships. However, there are considerable risks of fraudulent usage What are the risks here, and why aren't they already present by someone generating credit card numbers with a RNG? AFAIK credit card transactions are authenticated by at least…
Re: Japan facing credit card number shortage
#74I'd like a unique card number with every transaction, that I set online to exactly the amount I'm spending. And it expires after that one use. Eliminates risk of 'stealing' a credit card, mostly. But it would use a butt-ton of numbers. Maybe a UUID?
It is very neat although I got into strange situations a few times when I needed to prove I was the card owner for a refund or for insurance claims.
Re: Japan facing credit card number shortage
#75Earlier quoted context omitted.
"everyone" may be a bit extreme. There seems to be a national goal of going more cashless, but right now they're one of the most cash-based countries: https://www.statista.com/chart/19868/share-of-cash-payments-... Japan had 82% cash transactions compared to 14% in South Korea. From personal experience it's relatively normal to find a food place in Tokyo which has no card reader at all.
Yeah, lots of credit cards does not mean one can use cashless payment everywhere, paradoxically... It's more 5 cards than 15, I admit... I edited my comment accordingly. It still seems a lot to me, why not just one?
Re: Japan facing credit card number shortage
#76This is a ridiculous story. Japan has a population of 150M. If you can't give folks a number from SIXTEEN digits - something is wrong with the folks giving out the numbers. Some answers to the excuses. The 6 digits at front, if a company legit runs out of numbers, ask for another prefix. The reality. Instead of using the numbers properly (random ID to tie to a user account) they are probably putting some kind of stru…
> You can't get 125 million folks into this address space? I think some people are now using a new card number per transaction , with these disposable card numbers, aren't they?
Re: Japan facing credit card number shortage
#77Earlier quoted context omitted.
> You can't get 125 million folks into this address space? I think some people are now using a new card number per transaction , with these disposable card numbers, aren't they?
You're talking about services like Google/Apple Pay right? Aren't these credit card numbers rotated by Google/Apple, and they just keep some mapping of userIds, transactionIds, and rotated cardIds?
https://www.theukdomain.uk/virtual-credit-card-numbers-every...
Re: Japan facing credit card number shortage
#78Earlier quoted context omitted.
They would need to EOL over-the-phone payments to do this. People have horrible diction and it's hard to tell the difference between b, c, d, and e when a particularly lazy lipped person says these letters (in addition to non-hex letters like g, p, t, and v). Then they use their own ambiguous phonetic system (b as in ball, c as in call, d as in doll will confuse anyone trying to distinguish between the three). Oh and…
Why don’t we teach schoolchildren the NATO phonetic alphabet? Seems like it wouldn’t take that long, and it would be a useful skill for their whole life.
Re: Japan facing credit card number shortage
#79This is a ridiculous story. Japan has a population of 150M. If you can't give folks a number from SIXTEEN digits - something is wrong with the folks giving out the numbers. Some answers to the excuses. The 6 digits at front, if a company legit runs out of numbers, ask for another prefix. The reality. Instead of using the numbers properly (random ID to tie to a user account) they are probably putting some kind of stru…
Your comment is ridiculous. The number has structure, you don't get random IP addresses if you're a company. You get a block, likewise card issuers get a block (BIN - Bank Identifier Number) then add in the checksum, that definitely means you can't just assign random number. Imagine you have a random number. Visa get's the number and a charge for $20. Who owns it? They now have to search through all possible issued c…
The solution to reuse a number is bat shit crazy. Perhaps they can use expired cards (and not cancelled).
In the long run the sensible solution (just like IP addresses) is to move from a "IPv4" system to a "IPv6" that will largely multiply the available numbers per country/bank/entity and will solve the problems, for the next many decades.
Re: Japan facing credit card number shortage
#80This is a ridiculous story. Japan has a population of 150M. If you can't give folks a number from SIXTEEN digits - something is wrong with the folks giving out the numbers. Some answers to the excuses. The 6 digits at front, if a company legit runs out of numbers, ask for another prefix. The reality. Instead of using the numbers properly (random ID to tie to a user account) they are probably putting some kind of stru…
Wouldn't the Luhn algorithm checksum [1] limit the available digits? It is specifically there so a one-off error doesn't result in a charge going to a valid other account. [1] https://en.wikipedia.org/wiki/Luhn_algorithm
Or equivalently it increases the length by the length of the checksum (usually 1 for credit cards) and doesn't otherwise affect the available numbers.